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:
%200mb%3 08 Llorente 10
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(63)
Article
(20)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
5
6
7
...
9
Next »
100%
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
99%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... local: true 06 tasks: 07 upgrade:
08
desc: Upgrade Mikrotik 09 target:
10
servers: [mikrotik] 11 cmd: ssh $S_USER@$S_HOST "/system/package/update/download" This method allows you
29%
Warewulf 4
13.12.2022
Home
»
HPC
»
Articles
»
:56:13 info unpack layer: sha256:1a930d163dcafa193dc2c
3
c005d9c
220
ae1c07a48cad5f7feed0066ada0b998f 2022/11/05
08
:56:15 info unpack layer: sha256:d
3
ca234f568b088b991388a0e9e8b61b05ac8627522f
10
fe16df2b81d51c0748
27%
Listing 1
01.08.2012
Home
»
HPC
»
Articles
»
Warewulf Cluste...
»
Warewulf 3 Code
»
| 54 kB 00:00 (2/7): perl-5.
10
.1-119.el6_1.1.x86_64.rpm |
10
MB
00:
08
(
3
/7): perl-Module-Pluggable-
3
.90-119.el6 ... Warewulf
3
Listing 1
26%
A web application with MongoDB and Bottle
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
/myclubs.json connected to: 127.0.0.1 Mon Dec
3
08
:43:26 imported 23 objects It is also very easy to query an object via a specific field (Listing 2). Listing 2 Query 01 > db.clubs.find({Members: {"$gt
26%
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
26%
Resource Management with Slurm
05.11.2018
Home
»
HPC
»
Articles
»
# for your environment. 05 # 06 # 07 # slurm.conf file generated by configurator.html.
08
# 09 # See the slurm.conf man page for more information.
10
# 11 ClusterName=compute-cluster 12 Control
26%
Resource Management with Slurm
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
.conf file generated by configurator.html.
08
# 09 # See the slurm.conf man page for more information.
10
# 11 ClusterName=compute-cluster 12 ControlMachine=slurm-ctrl 13 # 14 SlurmUser=slurm 15 Slurmctld
25%
Error-correcting code memory keeps single-bit errors at bay
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
is http://buttersideup.com/edacwiki/ and the edac.txt in the kernel doc. 06 07 # EDAC memory reporting
08
if [ -d /sys/devices/system/edac/mc ]; then 09 # Iterate all memory controllers
10
for mc
25%
OCI containers with Podman
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
is well. Listing 4 A Working Nginx Container 01 $ curl http://
10.88.0.3
:80 02 03 04 05 06
Welcome to nginx!
07