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:
%2522Rub"22%25390 Llorente
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(4)
Keywords
100%
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%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... _file { 18 path = "webserver.yml" 19 file_name = "user_data_vm-webserver.yml" 20 } 21 }
22
23 resource "proxmox_virtual_environment_file" "network_cloud_config" { 24 count = 4
25
content
31%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
_Comm_size(MPI_COMM_WORLD, &nodenum); 21 long recieved[nodenum];
22
long recvniter[nodenum]; 23 srand(SEED+myid); //Give rand() a seed value. Needs to be different on each node 24
25
if(myid != 0
30%
Mocking and emulating AWS and GCP services
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
_test.py:/etc/motopython/moto_python_test.py:ro -w /etc/motopython --entrypoint=python motoserver/moto moto_python_test.py Listing 16 Decorator Diffs 12
a
13 > @mock_aws 14,15d14 < mock = mock_aws() < mock.start() 27,28d
25