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 22
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(4)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... "webservice" { 21 listen on 192.168.
3
.30 port 80
22
protocol "http" 23 forward to
port 80 mode loadbalance \ 24 check http "/index.html" code 200 25 } 26
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
26%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
compute server (Figure
3
) [11]. Dependancies for this code on Ubuntu
22
.04 are easily sourced: Figure
3
: Shockwave is put to use running numerical
25%
Mocking and emulating AWS and GCP services
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
root:root /usr/local/bin/dockerize FROM google/cloud-sdk:alpine SHELL ["/bin/ash", "-o", "pipefail", "-
c
"] RUN apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev openssl-dev python
3
-dev py
3