search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%220mb 12 08 Llorente"22
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(81)
Keywords
« Previous
1
2
3
4
5
6
7
8
9
Next »
11%
Clustering with OpenAIS and Corosync
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
" votes="1" nodeid="1"> 07
08
09
10
11
12
13
14
11%
Server virtualization with VirtualBox
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
. Listing 1 Installing the Extension Pack $ vboxmanage -v 4.1.
12
r77245 $ wget http://download.virtualbox.org/virtualbox/4.1.
12
/Oracle_VM_Virtualbox_Extension_Pack-4.1.
12
-77245.vbox-extpack $ sudo
11%
Building a port scanner in Python
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
_port(host, port): 06 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: 07 s.settimeout(1)
08
try: 09 s.connect((host, port)) 10 print(f"[+] Port {port} is open") 11 except
11%
Managing virtual machines
30.11.2025
Home
»
Archive
»
2012
»
Issue 09: Windo...
»
the script results. Listing 1 clone-vm 01 #!/bin/sh 02 03 export LIBVIRT_DEFAULT_URI=qemu:///system 04 05 lastid=$(tail -1 vm-list.txt) 06 newid=$(($lastid+1)) 07 vmname=vm$newid
08
echo
11%
High availability clustering on a budget with KVM
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
06 I_T nexus information: 07 LUN information:
08
LUN: 0 09 Type: controller 10 SCSI ID: deadbeaf1:0 11 SCSI SN: beaf10
12
Size: 0 13
11%
The Swiss Army knife of fault management
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
07
08
09
10 11
11%
Quick patches with Ansible
27.05.2025
Home
»
Archive
»
2025
»
Issue 87: Light...
»
for YAML. Listing 1 YAML Inventory File 01 --- 02 servers: 03 children: 04 debian_servers: 05 hosts: 06 # Pi-hole 07 pihole:
08
ansible
11%
Touring the top Knoppix debugging and rescue tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
="4096"
12
13 # Last offset to try 14 final_offset="$(du -b "$DEV" | cut -f 1)" 15 16 # A free loop device 17 LOOP="/dev/loop2" 18 19 # Start 20 offset=0 21
22
while [ "$offset" -lt "$final_offset" ]; do
11%
Enforce secure workstation configurations
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
': 07 ensure => running,
08
enable => true, 09 hasrestart => true, 10 require => Package['openssh-server'], 11 }
12
13 augeas { 'Set SSH Protocol to 2': 14 context
11%
An IT nomad's daily diary
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
("http://spacewalk.tuxgeek.de/cobbler_api") 06 token = conn.login(user, password) 07
08
cblr_systems = '/root/cobbler.csv' 09 10 if os.access(cblr_systems, os.F_OK): 11 print "Reading system configuration file %s" % cblr_systems
12
« Previous
1
2
3
4
5
6
7
8
9
Next »