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 20
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(169)
Article
(26)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
20
Next »
100%
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
99%
Reading and understanding database execution plans
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
s 04 4> JOIN employees e ON (s.employee_id = e.employee_id) 05 5> WHERE s.sale_date > trunc(sysdate) - INTERVAL '6' MONTH 06 6> AND s.eur_value >= 10; 07 Explained.
08
09 SQL> select * from table ...
12
99%
Creating KVM machines with BoxGrinder and VMBuilder
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
Service (Amazon S3) 19 - ami plugin for Amazon Simple Storage Service (Amazon S3)
20
- sftp plugin for SSH File Transfer Protocol 21 - ebs plugin for Elastic Block Storage
22
- local plugin ...
12
77%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... " { 11 endpoint = "https://192.168.3.15:8006/"
12
username = "root@pam" 13 password = "proxmox" 14 insecure = true 15 tmp_dir = "/var/tmp" 16 17 ssh { 18 agent = true 19 }
20
77%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... # A single task is defined, which by default will
20
# run only against "devuan" hosts. 21 tasks:
22
upgradeall: 23 desc: Upgrade all packages 24 target: 25 tags: [devuan] 26 cmd: | 27
62%
Fast email server deployments with iRedMail
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
Rubén
Llorente
... 8, 9 Debian 11,
12
Ubuntu
20
.04,
22
.04 FreeBSD 13.x OpenBSD 7.3 I recommend the downloadable installer, but I will skip
59%
Visualizing time series data
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
't connect to $remote_host:$remote_port: $@ \n"; 17 18 19 while() {
20
my @lavg = Sys::CpuLoad::load(); 21 my $ts=time();
22
print $socket "system.loadavg_1min $lavg[0] $ts\n"; 23 print $socket "system ...
22
58%
Using Libvirt with Python to manage virtual machines
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
hv = [ "tiffy.tuxgeek.de", "ernie.tuxgeek.de" ] 07
08
for hv_host in hv: 09 10 uri = "qemu+ssh://virtuser@" + hv_host + "/system" 11 conn = libvirt.openReadOnly(uri)
12
13 hypervisor_name = conn ...
22
58%
Maintaining Android in the enterprise
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
MIPS : 1993.93 17 processor : 2 18 BogoMIPS : 1993.93 19 processor : 3
20
BogoMIPS : 1993.93 21 Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
22
CPU implementer : 0 ...
22
57%
Integrating OCS information into monitoring with OpenNMS
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
, no network calls 06 #source = ocs.computers.replay 07 #file = computers.xml
08
09 ## OCS SOURCE PARAMETERS ## 10 source.url = http://ocs-server.mydomain.com 11 source.username = SOAP_USER
12
source ...
22
1
2
3
4
5
6
7
...
20
Next »