86%
30.11.2025
another could allow the user to set up memory of between 1 and 8GB in increments of 512MB.
The Deltacloud API bundles all these possibilities into hardware profiles, which means the clients are provided ... 6
85%
30.11.2025
ffff: ingress
05 # Bind the Ingress qdisc
06 tc qdisc add dev $DEV handle ffff: ingress
07 # First LAN Machine INBOUND
08 tc filter add dev $DEV parent ffff: protocol ip prio 1 u32 match ip dst 12
85%
30.11.2025
CentOS 5 to 6 would work – a procedure the release notes advise against – a virtual environment seemed like the prudent decision.
The first step is to create a copy of the current system, which should
85%
30.11.2025
="4096"
12
13 # Last offset to try
14 final_offset="$(du -b "$DEV" | cut -f 1)"
15
16 # A free loop device
17 LOOP="/dev/loop2"
18
19 # Start
20 offset=0
21
22 while [ "$offset" -lt "$final_offset" ]; do
85%
30.11.2025
.
Listing 1
Installing the Extension Pack
$ vboxmanage -v
4.1.12r77245
$ wget http://download.virtualbox.org/virtualbox/4.1.12/Oracle_VM_Virtualbox_Extension_Pack-4.1.12-77245.vbox-extpack
$ sudo
84%
30.11.2025
.33
164.69
0.75
rand_mat_stat
3.37
39.34
11.64
54.54
22.07
8.12
rand_mat_mul
1.00
1.18
0.70
1.65
8
84%
30.11.2025
and Drupal 7. Extensions also exist that retrospectively add Phpass to Drupal 5 and 6, and Typo3.
Phpass mainly comprises a small PHP class that you can easily integrate into your own PHP application. Start
84%
30.11.2025
"
05
06 signing_ca_path "/var/chef/ca"
07 couchdb_database 'chef'
08
09 cookbook_path [ "/var/chef/cookbooks", "/var/chef/site-cookbooks" ]
10
11 file_cache_path "/var/chef/cache"
12 node
84%
30.11.2025
("http://spacewalk.tuxgeek.de/cobbler_api")
06 token = conn.login(user, password)
07
08 cblr_systems = '/root/cobbler.csv'
09
10 if os.access(cblr_systems, os.F_OK):
11 print "Reading system configuration file %s" % cblr_systems
12 ... 6
83%
30.11.2025
backup_active = 1
05 backup = 192.168.1.232
06 heartbeat = 1
07 heartbeat_port = 539
08 keepalive = 6
09 deadtime = 18
10 network = direct
11 debug_level = NONE
12 monitor_links = 1
13 syncdaemon = 1
14