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 12 09 Llorente"523
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(7)
Article
(1)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... " { 11 endpoint = "https://192.168.3.15:8006/"
12
username = "root@pam" 13 password = "proxmox" 14 insecure = true 15 tmp_dir = "/var/tmp" 16 17 ssh { 18 agent = true 19 }
20
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... .operationalsecurity.es
09
tags: [devuan] 10 rocky: 11 user: root
12
host: rocky.operationalsecurity.es 13 tags: [rocky] 14 openbsd: 15 user: root 16 host: openbsd.operationalsecurity.es 17
32%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
= [size][size]int {{0},{0},} 08
09
for i := 0; i < size; i++ { 10 for j := 0; j < size; j++ { 11 array[i][j]++
12
} 13 } 14 15
31%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
* argv[]) 08 {
09
long niter = 1000000000; 10 int myid; //holds process's rank id 11 double
x
,y; //
x
,y value for the random coordinate
12
int i; 13
30%
Podman for Non-Root Docker
05.08.2024
Home
»
HPC
»
Articles
»
of additional disk space will be used. ... Processing triggers for man-db (2.
12
.0-4build2) ... In reading through the Podman manual, it appears that almost everything I do with Docker commands are the same in Podman, except for the first command. I
30%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
sku: {
12
capacity: int 13 family: 'string' 14 name: 'string' 15 size: 'string' 16 tier: 'string' 17 } 18 } 19 tags: {
20
{customized property}: 'string' 21
29%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
"], 08 "serviceHistory": [
09
{ 10 "date": "2023-01-15", 11 "serviceType": "Oil change",
12
"dealer": "BMW Service Center" 13 }, 14 { 15 "date": "2023-06-
20
", 16
29%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws 08 for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d)
12
WebSockets.send(ws, """
You picked $d