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"52 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(65)
Article
(7)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
8
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
81%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... vm_id = 100
08
} 09 10 network_device { 11 model = "virtio"
12
bridge = "vmbr0" 13 } 14 15 depends_on = [ 16 proxmox_virtual_environment_file.rproxy_cloud_config, 17 proxmox
62%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... : 04 cmd: | 05 echo "Here you are, a bone!" 06 target: 07 tags: [dog]
08
horsefeeding: 09 cmd: | 10 echo "Take an apple, you good horsey!" 11 target:
12
tags
16%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
five-star reviews that look very similar. The problem is so evident on Amazon that customers
rub
their eyes in amazement wondering why the online giant doesn't intervene. Graph databases can help
16%
First steps in IT automation by Rex
11.06.2014
Home
»
Archive
»
2014
»
Issue 21: Manag...
»
_system_release = '
12
.04' 17 $eth0_mac = '
08
:00:27:c4:a1:d8' 18 $VirtInfo = { 19 virtualization_role => 'guest' 20 virtualization_type => 'virtualbox' 21 }
22
$memory_shared = '0' 23 $Network = { 24 networkdevices
15%
Comparing startup times of Linux distros in the cloud
27.09.2021
Home
»
Archive
»
2021
»
Issue 65: 7 Em...
»
ssh ubuntu@
52
.90.56.122; do sleep 1; done ssh: connect to host
52
.90.56.122 port
22
: Connection refused ssh: connect to host
52
.90.56.122 port
22
: Connection refused [ output truncated ] Welcome
15%
Data acquisition with shell tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
clear 03 while true 04 do 05 echo "New record" 06 maxrecord=`ls -1 *.dat | sort | tail -1 | cut -d. -f 1` 07 newrecord=$(echo $maxrecord + 1 | bc )
08
width=`echo $newrecord | wc -c` 09 10 ... 11
12
15%
Roll out hybrid clouds with Ansible automation
14.03.2018
Home
»
Archive
»
2018
»
Issue 44: Cloud...
»
vpc-id: "{{ myvpcint.vpc.id }}" 06 register: inttables 07 tags: gatherroutes
08
09 - name: Set Route out 10 ec2_vpc_route_table: 11 vpc_id: "{{ myvpcint.vpc.id }}"
12
region: "{{ region
15%
Workshop: Container virtualization with LXC on Ubuntu 10.04
30.11.2025
Home
»
Archive
»
2011
»
Issue 6: Perfor...
»
#auto eth0 06 #iface eth0 inet dhcp 07 auto br0
08
iface br0 inet dhcp 09 bridge_ports eth0 10 bridge_stp off 11 bridge_maxwait 5
12
post-up /usr/sbin/brctl setfd br0 0 Next, create a directory
15%
Monitoring your cluster with a home-grown OCF agent
30.11.2025
Home
»
Archive
»
2012
»
Issue 07: Xen v...
»
an Asterisk PBX as an HA resource 07 #
08
# Authors: Martin Gerhard Loschwitz 09 # Florian Haas 10 # 11 # Support: linux-ha@lists.linux-ha.org
12
# License: GNU General Public
1
2
3
4
5
6
7
8
Next »