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)
(12)
Article
(1)
Keywords
1
2
Next »
100%
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
94%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
run("row")
09
} 10 } 11
12
func BenchmarkColumn(b *testing.B) { 13 //b.ResetTimer() 14 for i := 0; i < b.N; i++ { 15 run("column") 16 }
17
} Figure 5 shows
77%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
.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
76%
Podman for Non-Root Docker
05.08.2024
Home
»
HPC
»
Articles
»
/ubuntu noble-security/multiverse amd64 Packages [
12.7
kB
] Get:10 http://security.ubuntu.
com
/ubuntu noble-security/main amd64 Packages [316
kB
] Get:11 http://archive.ubuntu.
com
/ubuntu noble/universe amd64 Packages [19.3 MB] Get:
12
http://archive.ubuntu.
com
76%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
contributorGalleryRole 11 ]
12
} 13 14 resource networkConnection 'Microsoft.DevCenter/networkConnections@2024-02-01' = { 15 name: networkConnectionName .. .. } 16
17
resource attachedNetworks 'Microsoft
76%
Run rootless Podman containers as systemd services
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
/containers/freshrss/extensions:/var/www/FreshRSS/extensions:Z 10 Environment=TZ=Europe/Brussels 11 Environment=CRON_MIN=1,31
12
PublishPort=80:80 13 14 [Service] 15 Restart=always 16
17
[Install] 18 WantedBy=default.target If you are familiar with systemd
72%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
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
70%
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
65%
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
63%
Securing the container environment
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
&& apt install wget wget https://download.docker.
com
/linux/static/stable/x86_64/docker-18.
09
.0.tgz tar -xvf docker-18.
09
.0.tgz cd docker cp docker /usr/bin Now, interact directly with the Docker daemon
1
2
Next »