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:
%25x20mm 12%25390 Llorente 08
?
Refine your search
[x]
Creation time
: Last month
Sort order
Date
Score
Content type
Article (Print)
(8)
Keywords
100%
An IT nomad's diary
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
passphrase again:
08
Your identification has been saved in /home/UserName/.ssh/libra_id_rsa. 09 Your public key has been saved in /home/UserName/.ssh/libra_id_rsa.pub. 10 Creation successful 11
12
You may now
98%
Configuring the JBoss application server
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
example, Mar
25
, 2011, PrivateKeyEntry, 33 Certificate fingerprint (MD5): AC:D5:CB:5C:13:
9
D:EF:F2:85:6B:AB:89:49:F8:48:3
A
Finally, to enable the web connector's HTTPS port, you need to add
97%
Storage system with OpenSolaris and Comstar
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
.168.209.200 07 192.168.209.200:3260,1 iqn.1986-03.com.sun:02:8f4cd1fa-b81d-c42b-c008-
a
70649501262
08
# iscsiadm -m node 09 # /etc/init.d/open-iscsi restart 10 # fdisk -l 11 Disk /dev/sdb: 2147
MB
, 2147418112 bytes
93%
Monitor your nodes with collectl
30.11.2025
Home
»
Archive
»
2012
»
Issue 09: Windo...
»
25
-E SSD [
9
] courtesy of Intel is mounted as /dev/sdd ext4 filesystem with the default options Open MPI [10] v1.5.4 NAS Parallel Benchmarks 3.3.1-MPI [11] Iozone [
12
] Daemon ...
9
91%
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
90%
I/O benchmarks with Fio
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
the Buffer 01 [global] 02 ioengine=libaio 03 direct=1 04 filename=testfile 05 size=2g 06 bs=4m 07
08
refill_buffers=1 09 10 [write] 11 rw=write
12
write_bw_log 13 14 [read] 15 stonewall 16 rw=read 17 write
90%
Debugging the Linux kernel with the Qemu emulator
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
_world[]="Hello World\
n
";
08
static dev_t hello_dev_number; 09 static struct cdev *driver_object; 10 static struct class *hello_class; 11 static struct device *hello_dev;
12
13 static ssize_t driver_read( struct file
86%
A standard cloud computing API
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
total = summary.values.inject(0) { |sum, i| sum += i }
12
puts "Found #{total} instances in the following states:" 13 summary.keys.sort.each do |s| 14 printf "%20s %d\
n
", s, summary[s] 15 end 16 puts