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 08
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(3)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... _host 02 known_hosts_file: /home/sake/.ssh/known_hosts2 03 04 # Every server is labeled with the "devuan" tag 05 servers: 06 horse: 07 user: root
08
host: horse.operationalsecurity.es 09 tags
99%
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
24%
Finally: Java 9
13.02.2017
Home
»
Archive
»
2017
»
Issue 37: Distr...
»
.modulea { 02 // required 03 requires java.base; 04 requires java.xml; 05 requires slf4j.api; 06 07 // exported
08
exports de.lm.java9.modulea; 09 10 // provides a service
23%
Parallel Programming with OpenCL
04.11.2011
Home
»
HPC
»
Articles
»
, as you can see in line 26 of Listing 1. Listing 1: CPU Solution 01 typedef struct { 02 uint width; 03 uint height; 04 uchar *data; 05 } grayImage; 06 07 typedef struct {
08
uint