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:
%xsede"22 480 Llorente
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(7)
Article
(3)
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
99%
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
99%
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
25%
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
24%
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
24%
Intrusion Detection with OSSEC
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
the documentation [3] when you are setting up and managing the system. In the following discussion, I concentrate on the free OSSEC version 3.7.0 install on Ubuntu
22
.04. After the mandatory Linux update, install
23%
Small-board computers
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
://www.elinux.org/MIPS_Creator_CI20 Cubieboard2 Android 4.2, Cubieez Linux AllWinner A20 Dual ARM Cortex-A7 @1GHz (512KB L2) Mali-400 1GB DDR3 @
480
MHz, 4GB NAND flash Fast
23%
Appendix – I/O Report from MPI Strace Analyzer
15.02.2012
Home
»
HPC
»
Newsletter
»
2012-02-15 HPC...
»
rewinddir 0 0 0 0 0 0 0 0 fsync 21 21 21 21 21
22
26 31 lseekm 3
23%
Appendix – I/O Report from MPI Strace Analyzer
26.01.2012
Home
»
HPC
»
Newsletter
»
2012-02-01 HPC...
»
rewinddir 0 0 0 0 0 0 0 0 fsync 21 21 21 21 21
22
26 31 lseekm 3
23%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
21 # The name and age of the persons who know the person with ID 1:
22
gremlin> g.V(1).outE('knows').inV().valueMap('name', 'age') 23 ==>[name:[vadas],age:[27]] 24 ==>[name:[josh],age:[32]] 25 26