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)
(8)
Article
(1)
Keywords
100%
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
17%
Getting started with AI
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
: CUDA Forward Compatibility mode ENABLED. Using CUDA
12
.6 driver version 560.35.03 with kernel driver version 535.161.
08
. See https://docs.nvidia.com/deploy/cuda-compatibility/ for details. Epoch 1
17%
Keras: Getting Started with AI
03.12.2024
Home
»
HPC
»
Articles
»
: CUDA Forward Compatibility mode ENABLED. Using CUDA
12
.6 driver version 560.35.03 with kernel driver version 535.161.
08
. See https://docs.nvidia.com/deploy/cuda-compatibility/ for details. Epoch 1/100 782/782 ━━━━━━━━━━━━━━━━━━━━ 21s
12
ms
17%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [
3
]. Table 1 BICEP Resource Definitions Resources Versioned w/@yyyy-mm-dd-state Common
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%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
on the programming model and compiler in use, these optimizations are so well understood as to carry their own names. Loopy David Spuler's recent works [
1][2
] feature the taxonomy of loop manipulation strategies
17%
Run rootless Podman containers as systemd services
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
container images, and podman pull nginx:alpine downloads the nginx:alpine image from one of the registered container repositories. A Podman Compose [
3
] solution also processes docker-compose.yml files
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
16%
Manage status messages in CouchDB with MapReduce
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
} ]} Listing 7 View Grouped by Key $ curl -X GET localhost:5984/messages/_design/queries/_view/by-hours-count?group=true {"rows":[ {"key":"02","value":1}, {"key":"
08
","value":1}, {"key":"
12
","value":2