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%3 08 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(176)
Article
(30)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
21
Next »
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... ). Listing
3
tofu_project/main.tf 01 terraform { 02 required_providers { 03 proxmox = { 04 source = "bpg/proxmox" 05 version = "0.64.0" 06 } 07 }
08
} 09 10 provider "proxmox
99%
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
76%
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
20%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
{name: 'reviewed'}]-(product1) 06 MERGE (reviewer
3
:Reviewer {name:'reviewer
3
'}) 07 MERGE (reviewer
3
)-[:Reviewed {name: 'reviewed'}]-(product1)
08
MERGE (reviewer7:Reviewer {name:'reviewer7'}) 09 MERGE
20%
S3QL filesystem for cloud backups
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
[
12
]. The Linux world also has tools for treating Amazon S
3
as an rsync target. The best-known tool is probably boto_rsync [13], a Python tool that uses rsync to sync from a local directory to an S
3
... advantages: S
3
QL. ... S
3
QL filesystem for cloud backups
20%
Getting data from AWS S3 via Python scripts
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
dir=os.path.dirname(path) 07 if dir and not os.path.exists(dir):
08
os.makedirs(dir) 09 if os.path.basename(path): 10 bucket.download_file(path,path) 11
12
bname='prosnapshot' 13 ... Data on AWS S
3
is not necessarily stuck there. If you want your data back, you can siphon it out all at once with a little Python pump. ... Data Exchange with AWS S
3
... Getting data from AWS S
3
via Python scripts
20%
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
19%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
="https://unpkg.com/@webcomponents/webcomponentsjs"> 05 06 07
08
09
My Comments
10
11
12
19%
A web application with MongoDB and Bottle
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
/myclubs.json connected to: 127.0.0.1 Mon Dec
3
08
:43:26 imported 23 objects It is also very easy to query an object via a specific field (Listing 2). Listing 2 Query 01 > db.clubs.find({Members: {"$gt
19%
Correctly integrating containers
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
"SubnetMax": "10.99.0.0", 07 "Backend": {
08
"Type": "udp", 09 "Port": 7890 10 } 11 }
12
[...] At first glance, this concept looks robust and simple
1
2
3
4
5
6
7
...
21
Next »