39%
14.11.2013
they are addressed
Which files should be backed up (a FileSet)
The plugin configuration
The before and after jobs (i.e., programs that are started before or after a backup job, e.g., to start and stop
39%
28.08.2013
Pigz.
Using pigz
is pretty easy:
% pigz file.tar
This uses the default compression level of 6
, but personally, if I’m going to compress a file, I like to go all the way and use -9
as a command-line option
39%
10.12.2013
": 43.772828,"longitude": 11.249488},
"properties":{
"serial_number":"AH8S672BD89S792S9SHD9SHD-618162",
"warrenty_expiry":"2015-01-01"
}
}'
{"id": "51b0a600e4b035748740f714
39%
27.02.2012
. 29-43
[3] White, T. Hadoop: The Definitive Guide
, 3rd ed. O’Reilly, 2012.
The Authors
Thomas Hornung, Martin Przyjaciel-Zablocki, and Alexander Schätzle are members of the scientific staff
39%
10.06.2014
",
22 "description": "public"
23 }
24 ],
25 "ssh_key": true
26 },
27 "disk_driver": "virtio",
28 "nic_driver": "virtio",
29 "uuid": "555793a9-3c32-4eb9-ae81-f
39%
15.10.2013
Engine, Rackspace, Microsoft Azure). The service is now available in the US as part of the Early Access Program, with a plan for it to go on general sale in 2013Q3; the rumored release date for Europe
39%
27.03.2012
as a beta version and will be released in 2012Q2 or Q3. The new version can act as a back end for Apache Hadoop and also supports Unified File and Object Storage for accessing stored data via an Amazon S3
39%
19.02.2013
OSPF
01 !
02 hostname linuxrouter
03 password 8 7kdoaul4.iSTg
04 enable password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
39%
19.02.2013
here, is given in Listing 2.
Package Service
Listing 3 defines two tasks. The first, apacheinstall
, installs the Apache web server on all servers (install package
) and starts it ( service ... "start
39%
05.03.2013
a “Hello World,” you thus have to feed the CoffeeScript code console.log "Hello World"
to it.
Finally, to compile a .coffee
script, use the -c
parameter:
coffee -c hello.coffee
The JavaScript code