77%
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
77%
30.11.2025
22
23
24
25
26
27
76%
30.11.2025
these servers send more information out to the Internet than they receive (like a typical web server).
I'm going to assume that, in this case, the Internet-facing network interface is eth0. In other words, when
76%
30.11.2025
than 0 (Figure 3). If not, either the processor doesn't support the special commands, or the commands have been disabled in the computer's BIOS. Users with Intel processors can additionally check
76%
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
76%
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
76%
30.11.2025
2.2.x.
2.6.30 through 2.6.35
Debian 6 (Squeeze)
2.3.x.
2.6.36 through 3.0
Ubuntu 11.10
2.4.x.
3.1.
openSUSE 12.1
2.5.x.
3
76%
30.11.2025
) with 12 Serial ATA disks, a 320 UW SCSI controller for the host connection, and 512MB cache.
I configured various disk groups and logical volumes on this powerful hardware and exported them to the backup
76%
30.11.2025
="binary" unique="
0" required="
0">
18
19 Location of the Asterisk PBX server binary
20
21
Asterisk PBX server binary
22
76%
30.11.2025
686
oprofile-0.9.5-4.fc12.i686
To profile the kernel, you need to tell OProfile where the kernel image is located with the --vmlinux option:
opcontrol --setup --vmlinux=/usr/lib/debug/lib/ modules