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:
%xcode%390 Llorente 22
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(4)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... _virtual_environment_file.network_cloud_config, 18 ] 19 20 initialization { 21 user_data_file_id = proxmox_virtual_environment_file.rproxy_cloud_config.id
22
network_data_file_id = proxmox_virtual_environment_file.network_cloud_config[0
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... # A single task is defined, which by default will 20 # run only against "devuan" hosts. 21 tasks:
22
upgradeall: 23 desc: Upgrade all packages 24 target: 25 tags: [devuan] 26 cmd: | 27
99%
Fast email server deployments with iRedMail
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
Rubén
Llorente
... 8, 9 Debian 11, 12 Ubuntu 20.04,
22
.04 FreeBSD 13.x OpenBSD 7.3 I recommend the downloadable installer, but I will skip
23%
Simple, small-scale Kubernetes distributions for the edge
03.04.2024
Home
»
Archive
»
2024
»
Issue 80: Threa...
»
supports the usual suspects, 64-bit ARM and x86_64 processors, and the distribution is even said to run on the s
390
x. Like most Kubernetes distributions, K3s uses CRI-O as its container engine. Thanks to 64
23%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
::min((int) std::numeric_limits
::max(), std::max(value, (int) std::numeric_limits
::min())); 20 } 21
22
/** 23 * Convolve a grayscale image with a convolution 24 * kernel on the CPU. 25