28%
30.11.2025
is MySQL or SQLite. 128MB disk space and 256MB RAM are the available hardware resources in a shared-hosting environment.
If you need more, you have to upgrade to the Flex level, which means having
28%
30.11.2025
cache
SSD/Hard disks: two SATA-II Intel SSD 710 Series (100GB)/six SAS Toshiba MK2001TRKB 6GBps (2TB)
Network: 4x Intel (IGB) 1Gbps
Operating system: openSUSE 12.1 and Tumbleweed, kernel 3.1.10 and 3.3.6
28%
30.11.2025
confirm that the kernel and kernel-debuginfo packages have the same version number:
rpm -q kernel-PAE kernel-PAE-debuginfo oprofilekernel-PAE-2.6.32.10-90.fc12.i686
kernel-PAE-debuginfo-2.6.32.10-90.fc12.i
28%
30.11.2025
of read requests issued to the device per second.
w/s
: Number of write requests issued to the device per second.
rMB/s
: Number of megabytes read from the device per second.
wMB/s
: Number
28%
30.11.2025
with a similar noarch RPM or from source. Be sure to watch for the RPM dependencies – in particular, the tool called ColPlot [5] uses Apache (web server) and gnuplot [6] to plot the results.
To start, I'll assume
27%
30.11.2025
:
Figure 4: Header bytes 12-15.
# tcpdump -n -r dumpfile.lpc -c 10 'tcp[13] == 18' and host 172.16.183.2
Figure 5 is an example what this command returns. When capturing data with tcpdump, you can
27%
30.11.2025
Chris Buechler and Scott Ullrich were unhappy. Although the FreeBSD m0n0wall distribution gave them a quick option for setting up a firewall and a router, it was designed for use on embedded systems
27%
30.11.2025
/share/zoneinfo -type f | \
07 grep -v 'posix|right|Etc|SystemV | \
08 grep -i $city`
09 echo -n "Time in $1: "; TZ=`echo $z` date
The first section of this code ensures that the script's argument
27%
30.11.2025
version (1.3.0) dates back to January of this year, whereas the current version (1.3.6) was released at the end of May.
The associated Windows client is available in the form of an installer file for 32
27%
30.11.2025
is also the Expect timeout period).
Listing 6
loop (Part 1)
01 #!/usr/bin/expect
02
03 set cmd [lindex $argv 0]
04 if {"$cmd" == ""} {
05 send "Usage: loop command \[refresh\]\n"
06