search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
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
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(241)
Article
(33)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
28
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
... _host 02 known_hosts_file: /home/sake/.ssh/known_hosts2 03 04 # Every server is labeled with the "devuan" tag 05 servers: 06 horse: 07 user: root
08
host: horse.operationalsecurity.es 09 tags
69%
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
19%
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
19%
S3QL filesystem for cloud backups
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
-r--r-- 1 root root 556 Nov 10 10:07 s
3
ql_metadata
08
4 drwxr-xr-x
3
root root 4096 Nov 10 10:07 . Now, I'm ready to mount the filesystem using the mount.s
3
ql command at /mnt/s
3
ql (Listing
3
... advantages: S
3
QL. ... S
3
QL filesystem for cloud backups
19%
Getting data from AWS S3 via Python scripts
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
if page.get('Contents') is not None: 21 for file in page.get('Contents'):
22
s
3
pump(file.get('Key'), bucket) Data Highway? For large S
3
buckets with data in the multiterabyte ... 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
18%
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
18%
HPC Cloud Storage
20.11.2013
Home
»
HPC
»
Articles
»
advantages: S
3
QL. ... :07 s
3
ql_seq_no_1 4 -rw-r--r-- 1 root root 556 Nov 10 10:07 s
3
ql_metadata 4 drwxr-xr-x. 4 root root 4096 Nov 10 10:
08
.. 4 -rw-r--r-- 1 root root 262 Nov 10 10:10 s
3
ql_seq_no_2 4 drwxr-xr-x
3
root ... advantages: S
3
QL. ... S
3
QL Filesystem for HPC Storage
18%
Data acquisition with shell tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
the database connection (Listing 2). Listing 2 Database Connection 01 #! /bin/sh 02 echo "Demo for database write access" 03 rm input.sql 04 touch input.sql 05 sleep
3
06 clear 07
08
# Entry 09 10
18%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
-list.js (continued) 01 const anotTitle = document.createElement ('template'); 02 anotTitle.innerHTML = ` 03
1
2
3
4
5
6
7
...
28
Next »