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
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(9)
Article
(1)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... vm_id = 100 08 }
09
10 network_device { 11 model = "virtio"
12
bridge = "vmbr0" 13 } 14 15 depends_on = [ 16 proxmox_virtual_environment_file.rproxy_cloud_config, 17 proxmox
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
22%
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
21%
Podman for Non-Root Docker
05.08.2024
Home
»
HPC
»
Articles
»
.io/library/ubuntu latest 35a88802559d 7 weeks ago 80.
6
MB
docker.io/library/hello-world latest d2c94e258dcb 15 months ago 28.5 kB Listing
12
: Checking for GFortran $ podman run -it ubuntu-dev2 /bin/bash root
18%
Ansible collections simplify AIX automation
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
]. Figure 1: The IBM AIX collection is available for download from Ansible Galaxy. Getting Started The AIX collection [
6
] contains a large number of modules and roles to help you manage AIX
18%
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
18%
Run rootless Podman containers as systemd services
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
=%h/containers/caddy/data/caddy:/data/caddy:Z
09
Volume=%h/containers/certificates:/data/certificates:z,ro 10 Volume=%h/containers/caddy/etc:/etc/caddy:Z 11 PublishPort=443:443
12
Network=reverse-proxy.network 13 14 [Service] 15 Restart=always 16
18%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
Name .. .. } 03 04 resource devcenterGallery 'Microsoft.DevCenter/devcenters/galleries@2024-02-01' = { 05 name: galleryName 06 parent: devcenter 07 ... 08 dependsOn: [
09
readGalleryRole 10
17%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
, 06 "mileage": 15000, 07 "features": ["Sunroof", "Leather seats"] 08 }
09
{ 10 "type": "Motorcycle, 11 "brand: "Harley-Davidson,
12
"model": "Iron 883", 13 "year": 2019, 14 "engine
17%
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