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:
%25x20mm"22%25390 Llorente
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(7)
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
31%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
.Exit(1) 15 } 16 17 run(os.Args[1]) 18 } 19 20 func row() { 21 for i := 0; i < size; i++ {
22
for j := 0; j < size; j++ { 23 array[i][j]++ 24 }
25
} 26 } 27 28
30%
Ansible collections simplify AIX automation
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
9
). From the output, you can observe that the /testfs filesystem is mounted and is 64
MB
in size. Listing
9
Verifying /testfs Creation # ansible -m shell -
a
'df -m|grep testfs' aixhosts
30%
Automated Azure Kubernetes Service cluster builds
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
is available on your system. I'm using Ubuntu Linux
22
.04 (Jammy Jellyfish) for reference. The installation instructions I skip through can be found online [2]. Proceed as the root user to get the correct
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