15%
15.10.2013
for companies to rewrite their applications.
This property is called VMware “application neutrality.” The vCloud Hybrid Service supports thousands of applications and more than 90 operating systems certified
15%
16.01.2013
drives. No more calling in maintenance crews for electrical and cooling issues. All of these logistical complications disappear with the added layer of abstraction provided by a cloud computing service
15%
14.05.2013
, this was called Add-WindowsFeature
).
Using Install-WindowsFeature Hyper-V
lets you install the Hyper-V server role, and the option -IncludeManagementTools
does pretty much that. If you want the server to reboot
15%
24.06.2013
.
The primary name server is sometimes called a master server, which is the original and definitive source for all zone records for a domain.
The secondary name server, often called a slave server
15%
30.04.2013
of the memory:
dd if=/dev/fmem of=memory.dd bs=1MB count=512
Another tool for dumping memory is the kernel module crash
, which was developed by Red Hat. Just like fmem
, crash
creates a pseudodevice called
15%
23.12.2011
modules that allow you to connect to and query most database systems.
Bash is very good at handling lists and loops. Plus, you can call other scripts from it easily. For automation scripting, I always
15%
23.01.2012
your Windows system.
Creating a Multisystem Install Point
A multisystem install point, as I call it, is a Cygwin installation that you install on a network drive so that multiple Windows systems can
15%
03.02.2012
function storing a file is called in the scope of a PaaS service, the function call could be logged to record the fact that a file with a specific name was stored at a specific location. The further context
15%
19.11.2014
, they also are good for examining application performance. In this article, I will show how I use vmstat
and a similar tool called dstat
. As a bonus, I will also discuss mpstat
, which can be of great use
15%
12.08.2015
, including extra CPU cores, and build the code for the targeted accelerator? Turns out a couple of directives are available.
OpenACC
The first set of compiler directives is called OpenACC. It was started