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:
%xcomm 22 480 Llorente"523
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(7)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... _virtual_environment_file.network_cloud_config, 18 ] 19
20
initialization { 21 user_data_file_id = proxmox_virtual_environment_file.rproxy_cloud_config.id
22
network_data_file_id = proxmox_virtual_environment_file.network_cloud_config[0
98%
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
97%
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
42%
What Is an Inode?
23.03.2022
Home
»
HPC
»
Articles
»
laytonjb laytonjb 19946519 Nov
20
2020 Lmod-8.4.15.tar.gz 31988342 drwxrwxr-
x
2 laytonjb laytonjb 4096 Oct 27 14:
22
mpibzip2-0.6 31988329 -rw-rw-r-- 1 laytonjb laytonjb 92160 Oct 27 14:18 mpibzip
40%
Comparing startup times of Linux distros in the cloud
27.09.2021
Home
»
Archive
»
2021
»
Issue 65: 7 Em...
»
to Ubuntu
20
.04.1 LTS (GNU/Linux 5.4.0-56-aws
x
86_64) Booting Benchmarks These two tests provide good insight into the initialization speed of stock operating system images, with the notable exception
40%
Small-board computers
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
: Tegra
X
1: 25.6GBps memory bandwidth HDMI
2.0
and HDCP
2.2
10W power Peak performance: 1,024GFLOPS with FP16; 512GFLOPS with FP32 ARM Cortex CPUs: Quad-core 64-bit ARM Cortex-A57
37%
Nine home clouds compared
05.12.2014
Home
»
Archive
»
2014
»
Issue 24: Visua...
»
://www.github.com/hbons/SparkleShare – Current version (as of October 2014) 7.0.2 (Community) 1.0.25 1.1 5.20141013
2.2
5.2.3
3.1.7 1.4 7.0 Release date August
36%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
# Names of all persons: 11 gremlin> g.V().hasLabel('person').values('name') 12 ==>marko 13 ==>vadas 14 ==>josh 15 ==>peter 16 17 # Name of person with ID 1 18 gremlin> g.V(1).values('name') 19 ==>marko
20