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:
%252522Rub%25253%2525A9n Llorente 08
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(3)
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
27%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled:
c
[0] =
a
[0] + b[0];
c
[1] =
a
[1] + b[1];
c
[2] =
a
[2] + b[2];
c
[
3
] =
a
[
3
] + b[
3
]; However, it remains
25%
Dynamic routing in Linux with Quagga
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
password 8 ZDF339
a
.20
a
3
E 05 log file /var/log/quagga/zebra.log 06 service password-encryption 07 !
08
interface eth0 09 multicast 10 ipv6 nd suppress-ra 11 ! 12 interface eth1 13 ip address 10