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:
%xcomm%3 08 Llorente 12
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(49)
Keywords
1
2
3
4
5
Next »
100%
Dynamic routing in Linux with Quagga
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
password 8 ZDF339a.
20
a
3
E 05 log file /var/log/quagga/zebra.log 06 service password-encryption 07 !
08
interface eth0 09 multicast 10 ipv6 nd suppress-ra 11 !
12
interface eth1 13 ip address 10 ...
12
99%
Introduction to OpenMP programming
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
PRIVATE (id) 06 07 id = omp_get_thread_num()
08
write(*,*) 'Thread ',id,' Checking in' 09 10 IF (id == 0) THEN 11 WRITE(*,*) ' Number of threads in use is ',omp_get_num_threads()
12
ENDIF 13 14 ...
12
99%
Creating KVM machines with BoxGrinder and VMBuilder
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
Service (Amazon S
3
) 19 - ami plugin for Amazon Simple Storage Service (Amazon S
3
)
20
- sftp plugin for SSH File Transfer Protocol 21 - ebs plugin for Elastic Block Storage 22 - local plugin ...
12
98%
Using Expect scripts to automate tasks
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
set send_slow {1 .1} 06 proc send {ignore arg} { 07 sleep .1
08
exp_send -s -- $arg 09 } 10 } 11 set timeout -1
12
spawn $env(SHELL) 13 match_max 100000 ...
12
17%
Creating an SFTP jail
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
_config 03 bash#> vi sshd_config 04 AllowTcpForwarding no 05 ClientAliveCountMax
3
06 ClientAliveInterval 0 07 Compression delayed
08
LoginGraceTime 60s 09 LogLevel DEBUG
3
10 MaxAuthTries 2 ...
3
16%
VMware Server 2.0 on recent Linux distributions
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
.894212] vmware-hostd[3870]: segfault at 2100001c4f ip 0000003c0cb32ad0 sp 00007f3889e9cb88 error 4 in libc-2.
12
.90.so[
3
c0ca00000+19a000] Analysis and Plan A Initial analysis proved that the VMware ...
3
... VMware Server
2.0
on recent Linux distributions
16%
Tracing applications with OProfile and SystemTap
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
) }' -c '/bin/ls -l' total
20
-rw-rw-r--. 1 tscherf tscherf 18216 2010-04-
12
09:02 systemtap.txt clone_quoting_options o=0
x
0 clone_quoting_options o=0
x
0 Cross-Compiling If you want to run a System
15%
Monitoring network computers with the Icinga Nagios fork
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
141.
20
.108.124 07 active_checks_enabled 1
08
passive_checks_enabled 0 09 max_check_attempts
3
10 check_command check-host-alive 11
15%
Storage system with OpenSolaris and Comstar
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
_lip =
08
node_name = "0
x
50060b0000c26205" 09 port_id = "0
x
010901" 10 port_name = "0
x
50060b0000c26204" 11 port_state = "Online"
12
port_type = "NPort (fabric via point-to-point)" 13 speed = "4
15%
Boost performance of your Python programs
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
(number, label): 07 for i in xrange(number):
08
print ' ' + str(i) + ' ' + label 09 sleep((number - 15)/10.0) 10 11 if '__main__' == __name__:
12
13 p1 = Process(target = count, args = (
20
1
2
3
4
5
Next »