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
Spell check suggestion:
%220mb 12 08 Llorente"523
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(57)
Keywords
« Previous
1
2
3
4
5
6
Next »
13%
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
13%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
DiskSizeGB: 47 10 } 11 source: {
12
type: 'PlatformImage' 13 offer: 'windows-ent-cpc' 14 publisher: 'MicrosoftWindowsDesktop' 15 sku: 'win11-
22
h2-ent-cpc-m365' 16 version
13%
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
13%
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
13%
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
13%
Password protection with Phpass
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
doesn't just contain the hash itself; it also contains all the additional information that Phpass meets later to verify the password: $2a$
08
$zEIaPFIg... The two characters that follow the first dollar
13%
Checking password complexity with John the Ripper
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
/64 BS]... DONE 07 Many salts: 45898 c/s real, 45898 c/s virtual
08
Only one salt: 45108 c/s real, 45186 c/s virtual 09 10 Benchmarking: FreeBSD MD5 [32/64 X2]... DONE 11 Raw: 10995 c/s real, 10995
13%
Getting started with AI
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
: CUDA Forward Compatibility mode ENABLED. Using CUDA
12
.6 driver version 560.35.03 with kernel driver version 535.161.
08
. See https://docs.nvidia.com/deploy/cuda-compatibility/ for details. Epoch 1
13%
Develop a simple scanning application with the NAPS2 SDK
27.05.2025
Home
»
Archive
»
2025
»
Issue 87: Light...
»
; 05 06 public class HelloWorldSample 07 {
08
static async Task Main(string [] args) 09 { 10 await HelloWorldSample.Run(); 11 }
12
13 public static async Task Run() 14 { 15 using var scanning
13%
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
Next »