search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
[x]
Creation time
: Last three months
Sort order
Date
Score
Content type
Article (Print)
(45)
Keywords
« Previous
1
2
3
4
5
Next »
28%
Workshop: Container virtualization with LXC on Ubuntu 10.04
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
#auto eth
0
06 #iface eth
0
inet dhcp 07 auto br
0
08
iface br
0
inet dhcp 09 bridge_ports eth
0
10 bridge_stp off 11 bridge_maxwait 5
12
post-up /usr/sbin/brctl setfd br
0
0
Next, create a directory
28%
Configuring the JBoss application server
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
/server/all/deploy/helloworld.war 10:25:
22
,371 INFO [TomcatDeployment] undeploy, ctxPath=/helloworld # cp -r /opt/examples/helloworld.war/ /opt/jboss-5.1.
0
.GA/server/all/deploy/ 10:25:
22
,412 INFO [TomcatDeployment] deploy, ctx
28%
Expand your sphere with a piece of Google
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
.setContentType("text/plain"); 10 resp.getWriter().println("Hello World!"); 11 }
12
} Listing 2 Java web.xml for "Hello World!" 01 0" encoding="utf-8"?> 02
28%
Tracing applications with OProfile and SystemTap
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
686 oprofile-
0
.9.5-4.fc
12
.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
28%
Monitoring your cluster with a home-grown OCF agent
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
_NOT_RUNNING
08
fi 09 10 pid=`cat $ASTRUNDIR/asterisk.pid` 11 ocf_run kill -s
0
$pid
12
rc=$? 13 14 if [ $rc -eq
0
]; then 15 if ocf_is_true "$OCF_RESKEY_realtime"; then 16
28%
Beyond monitoring: Mathematical load simulation in Perl
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
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
28%
Checking password complexity with John the Ripper
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
-incremental:lanman passfile.txt 02 Loaded 2 passwords with 2 different salts (FreeBSD MD5 [32/64]) 03 guesses:
0
time: 1:04:04:
08
(3) c/s: 10927 trying: gmugoky - gmugok2 04 guesses:
0
time: 1:09:25:10 (3
27%
Server virtualization with Citrix XenServer
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
.Xensource.xenapi.Connection; 07 import com.Xensource.xenapi.Host;
08
import com.Xensource.xenapi.Session; 09 import com.Xensource.xenapi.Task; 10 11 import de.pm.xenserver.utils.Server;
12
13 public class TestAPI { 14 15
27%
Debugging the Linux kernel with the Qemu emulator
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
08
default: 09 $(MAKE) -C $(KDIR) M=$(PWD) modules 10 endif 11
12
clean: 13 rm -rf *.ko *.o *.mod.c *.mod.o modules.order 14 rm -rf Module.symvers .*.cmd .tmp
27%
Data acquisition with shell tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
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
« Previous
1
2
3
4
5
Next »