22%
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
22%
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
22%
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
22%
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
22%
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
22%
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
22%
16.04.2013
. It is used by all the parties (i.e., the mobile node, correspondent node, and home agent) in messages that have to do with the management and updating of bindings. Figure 3 shows the configuration
22%
30.04.2013
abuse of these devices by malware, it was necessary to disable this kind of access [3]. To remove this restriction, you need to rebuild the kernel without CONFIG_STRICT_DEVMEM
, but this approach
22%
16.07.2014
to the value /opt/helloworld
. If the hello
program returns 0
, the test is passed; any other value means a failure.
Listing 3: Unit Test
prg = executable('hello', 'main.c')
test('A Test', prg, args
22%
14.06.2017
example illustrating the change in file size:
$ ls -lsah FS_scan.csv
3.2M -rw-r--r-- 1 laytonjb laytonjb 3.2M 2014-06-09 20:31 FS_scan.csv
$ gzip -9 FS_scan.csv
$ ls -lsah FS_scan.csv.gz
268K