100%
30.11.2025
This month's disc brings you the grml 2011.12 Live CD, code-named "Knecht Rootrecht" [1]-[4].
Grml is a rescue and recovery system based on Debian GNU/Linux that is designed to run from a CD. One ... grml 2011.12
84%
30.11.2025
This month's CD comes with Ubuntu's Server Edition, a version of Ubuntu 12.04 designed for server systems on production networks. New cloud and virtualization features include OpenStack Essex ... Ubuntu 12.04 Server Edition
51%
30.11.2025
) as a reverse proxy. Although Apache is already being used in this way by quite a few organizations, it's clear that the 2.2 series is not optimized for that use case, which is one reason why Nginx is seeing ... High performance and cloud suitability are the thrust of Apache 2.4. We give you the lowdown on transitioning your Apache HTTP Server from 2.2 to 2.4.
45%
30.11.2025
Type of mail
Filesystem label=data
Block size=2048 (bits=11)
Cluster size=4096 (bits=12)
Volume size=1011675136 (246991 clusters) (493982 blocks)
16 cluster groups (tail covers 8911 clusters, rest cover
45%
30.11.2025
an Asterisk PBX as an HA resource
07 #
08 # Authors: Martin Gerhard Loschwitz
09 # Florian Haas
10 #
11 # Support: linux-ha@lists.linux-ha.org
12 # License: GNU General Public
45%
30.11.2025
Model";
11 $work = "ebiz-tx";
12 $node1 = "WebServer";
13 $node2 = "AppServer";
14 $node3 = "DBMServer";
15 $think = 0.0 * 1e-3; # as per test system
16 $dtime = 2.2 * 1e-3; # dummy service time
17
18
45%
30.11.2025
a supportable release available for Ubuntu 12.04. According to the blueprint, the plan is "to achieve a high quality level under functional and load conditions for the identified use cases. The Ubuntu team plans
45%
30.11.2025
clear
03 while true
04 do
05 echo "New record"
06 maxrecord=`ls -1 *.dat | sort | tail -1 | cut -d. -f 1`
07 newrecord=$(echo $maxrecord + 1 | bc )
08 width=`echo $newrecord | wc -c`
09
10 ...
11
12
45%
30.11.2025
. The target systems only require the systemtap-runtime RPM and the staprun program it contains. The following command creates a prebuilt binary kernel module for the target system:
stap -r kernel-PAE-2.6.31.12-174.2.22
44%
30.11.2025
if '__main__' == __name__:
09
10 p1 = Process(target = test, args = ('Rich',))
11 p2 = Process(target = test, args = ('Nus',))
12 p3 = Process(target = test, args = ('Geeks',))
13
14 p2.start