21%
30.11.2025
VALUES ('$hostname', '$ip', 'A', 86400, $time, 1, 0)/;
21 } else {
22 $sql = qq/UPDATE records SET content = '$ip' WHERE name = '$hostname'/;
23 }
24 $sth->finish();
25 $dbh->do($sql) or warn $dbh
21%
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
21%
30.11.2025
","stage","app","gateway","eth0-ip","eth0-mask","eth1-mac","eth1-ip","eth1-mask" ]
19 system_dict = {}
20
21 f = open(cblr_systems, "r")
22 for line in f:
23 if line.startswith("#"):
24 continue
25 system
21%
30.11.2025
="binary" unique="
0" required="
0">
18
19 Location of the Asterisk PBX server binary
20
21
Asterisk PBX server binary
22
21%
30.11.2025
be replaced solely with the sshd configuration directives shown in Listing 3. Line 16 specifies that SFTP will listen on port 2202 instead of the default SSH port 22. This option is configurable and left
21%
31.10.2025
disks. They dubbed their system RAID (Redundant Array of Inexpensive Disks).
The original publication http://1 described RAID levels 1 through 5. Today, we also have RAID levels 0 and 6 and still higher
21%
30.11.2025
_dlm]
root 3467 7 0 20:07 ? 00:00:00 [o2net]
root 3965 7 0 20:24 ? 00:00:00 [ocfs2_wq]
root 7921 7 0 22:40 ? 00:00:00 [o2hb-BD5A574EC8]
root 7935 7
21%
30.11.2025
, the MAC address (e.g., 00:11:22:33:44:55) is split down the middle, and two bytes containing FF:FE are inserted. This gives you 64 bits. If the basis is a globally unique address (which should be the case
21%
30.11.2025
the virtual machine consoles in your browser with phpVirtualBox.
Free or Not Free?
Up to version 4.0 of VirtualBox, both a commercial and an open source edition (OSE) existed. The OSE often was available
21%
30.11.2025
OS*)
15 PING="ping"
16 PING2=""
17 ;;
18 esac
19 ...
20
21 for i in server1 server2 server3 workstation1 workstation2
22 do
23 $PING $i $PING2 > /dev/null
24 if [ "$?" != "0