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:
%xcomm%3 09 Llorente 12
?
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(7)
Article
(1)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... " { 11 endpoint = "https://192.168.
3
.15:8006/"
12
username = "root@pam" 13 password = "proxmox" 14 insecure = true 15 tmp_dir = "/var/tmp" 16 17 ssh { 18 agent = true 19 }
20
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... is not verified. The purpose of this routine is to prevent man-in-the-middle (MITM) attacks. Sake uses the
x
/crypto/ssh Go package, which is a bit quirky [
3
]. An issue I stumbled on when testing Sake
20%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
= [size][size]int {{0},{0},} 08
09
for i := 0; i < size; i++ { 10 for j := 0; j < size; j++ { 11 array[i][j]++
12
} 13 } 14 15
19%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
* argv[]) 08 {
09
long niter = 1000000000; 10 int myid; //holds process's rank id 11 double
x
,y; //
x
,y value for the random coordinate
12
int i; 13
18%
Podman for Non-Root Docker
05.08.2024
Home
»
HPC
»
Articles
»
fd9255658c128086395d
3
fa0aedd5a41ab6b034fd649d1a9260 testuser@laytonjb-MINI-S:~$ podman run -it alpine /bin/sh / # cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=
3.20
.2 PRETTY
18%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [
3
]. Table 1 BICEP Resource Definitions Resources Versioned w/@yyyy-
mm
-dd-state Common
18%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
"], 08 "serviceHistory": [
09
{ 10 "date": "2023-01-15", 11 "serviceType": "Oil change",
12
"dealer": "BMW Service Center" 13 }, 14 { 15 "date": "2023-06-
20
", 16
18%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
examples created a slider in the Pluto notebook (Figure
3
) with @bind
x
Slider(1:10) In HTML, the closest equivalent is:
However, the two examples