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:
"ruben Llorente 08
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(37)
Article
(18)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
Next »
100%
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
99%
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%
Discover the power of RouterBOARDS
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
Rubén
Llorente
... with IP address 192.168.
90
.55, it will cast an ARP request into the void asking, "Who has IP address 192.168.
90
.55?" Ideally, the target machine will send an ARP reply, "I have IP address 192.168.
90
.55," so
25%
Modern Fortran for today and tomorrow
17.06.2017
Home
»
Archive
»
2017
»
Issue 39: Conta...
»
of active Fortran code. Fortran
90
took Fortran 77 from the dark ages by giving it new features that developers had wanted for many years and by deprecating old features – but this was only the start
24%
Listing 1
01.08.2012
Home
»
HPC
»
Articles
»
Warewulf Cluste...
»
Warewulf 3 Code
»
| 54 kB 00:00 (2/7): perl-5.10.1-119.el6_1.1.x86_64.rpm | 10 MB 00:
08
(3/7): perl-Module-Pluggable-3.
90
-119.el6
24%
Comparing startup times of Linux distros in the cloud
27.09.2021
Home
»
Archive
»
2021
»
Issue 65: 7 Em...
»
this option to ask for "one ping only, please" (Listing 1). Listing 1 One Ping Only $ ping -o 52.
90
.56.122; sleep 2; ssh ubuntu@52.
90
.56.122 PING 52.
90
.56.122 (52.
90
.56.122): 56 data bytes
24%
Warewulf 4
13.12.2022
Home
»
HPC
»
Articles
»
: loaded (/usr/lib/systemd/system/dhcpd.service; enabled; vendor preset: disabled) Active: active (running) since Sat 2022-11-05
08
:51:10 EDT; 35s ago Docs: man:dhcpd(8) man:dhcpd.conf(5
24%
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
24%
What's your status (page)?
28.11.2023
Home
»
Archive
»
2023
»
Issue 78: Domai...
»
image: monitoror/monitoror:${MTRRTAG:-latest} 05 ports: 06 - "38080:8080" 07 environment:
08
- "MO_CONFIG=/etc/config.json" 09 restart: unless-stopped 10 11 networks: 12 default
24%
HDF5 with Python and Fortran
21.03.2017
Home
»
HPC
»
Articles
»
these concepts. Listing 1: Starting Out with h5py 01 #!/home/laytonjb/anaconda2/bin/python 02 03 import h5py 04 import numpy as np 05 06 # =================== 07 # Main Python section
08
1
2
3
4
5
6
Next »