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"22 08 Llorente 12
?
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 »
15%
Tracing applications with OProfile and SystemTap
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
Finding I/O-Intensive Apps 01 #!/usr/bin/stap 02 03 global totals; 04 probe vfs.read 05 06 { 07 totals[execname(), pid()]++
08
} 09 10 probe end 11 {
12
printf("** Summary ** \n") 13 foreach
15%
Beyond monitoring: Mathematical load simulation in Perl
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
Rate;
08
$ServerName = "Cashier"; 09 $Workload = "Customers"; 10 #------------ PDQ Model ------------ 11 # Initialize internal PDQ variable
12
pdq::Init("Grocery Store Checkout"); 13 # Modify the units used
15%
VMware Server 2.0 on recent Linux distributions
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
fi 05 06 ##### 07 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/vmware/lib/fc13lib64
08
export LD_LIBRARY_PATH 09 ##### 10 11 eval exec "$DEBUG_CMD" "$binary" "$@"
12
$ Of course, you'll need the new
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%
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
14%
Single sign-on with SSSD, LDAP, and Kerberos
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
/07/10 15:41:50 krbtgt/TUXGEEK.DE@TUXGEEK.DE 10 renew until
08
/06/10 15:41:50 11
12
# ldapsearch -LLL -h localhost -b "dc=tuxgeek,dc=de" uid=tscherf 13 SASL/GSSAPI authentication started 14 SASL username
14%
Using the Expect scripting environment
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
$spin
08
@$molecule.xyz 09 10 END 11
12
done 13 done The Gaussian 09 (g09) computational chemistry simulation package uses a small input that tells it what type of predictions are desired and which
14%
Creating an SFTP jail
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
-local 04 bash#> 05 bash#> pkgadd -d tcp_wrappers-7.6-sol10-sparc-local 06 07 The following packages are available:
08
1 SMCtcpdwr tcp_wrappers 09 (sparc) 7.6 10 11 Select package
14%
Connecting dissimilar IPsec implementations
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
endpoint1=192.168.80.0/24 07 endpoint2=192.168.2.0/24
08
action=requireinrequireout 09 auth1=computerpsk 10 auth1psk="test123" 11 qmsecmethods=esp:sha1-3des
12
qmpfs=dhgroup2 If you need
14%
Enterprise communication with IRC
30.11.2025
Home
»
Archive
»
2012
»
Issue 10: Traff...
»
the delay 06 * between autoconnecting to servers. 07 */
08
connectfreq = 5 minutes; 09 10 /* max number: the amount of servers to autoconnect to */ 11 max_number = 1
« Previous
1
2
3
4
5
6
Next »