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
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(26)
Article
(10)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
1
2
3
4
Next »
100%
Installing and operating the Graylog SIEM solution
13.12.2018
Home
»
Archive
»
2018
»
Issue 48: Secur...
»
. The pwgen command generates a password and encrypts with sh
256
sum: pwgen -N 1 -s 100 echo -n
| sha
256
sum The encrypted password is then assigned to the parameter root_password_sha2. Table 1 gives ...
48
99%
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 ...
48
62%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... vm_id = 100
08
} 09 10 network_device { 11 model = "virtio"
12
bridge = "vmbr0" 13 } 14 15 depends_on = [ 16 proxmox_virtual_environment_file.rproxy_cloud_config, 17 proxmox
62%
Automating command execution across servers
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
Rubén
Llorente
... : 04 cmd: | 05 echo "Here you are, a bone!" 06 target: 07 tags: [dog]
08
horsefeeding: 09 cmd: | 10 echo "Take an apple, you good horsey!" 11 target:
12
tags
17%
Tips and Tricks for Containers
12.05.2020
Home
»
HPC
»
Articles
»
signatures 2020/05/02 07:47:53 info unpack layer: sha
256
:7ddbc47eeb70dc7f
08
e410a6667948b87ff3883024eb41478b44ef9a81bf400c 2020/05/02 07:47:54 info unpack layer: sha
256
:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06
17%
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
16%
Rethinking RAID (on Linux)
16.03.2021
Home
»
HPC
»
Articles
»
, ioengine=libaio, iodepth=32 fio-3.
12
Starting 1 process Jobs: 1 (f=1) test: (groupid=0, jobs=1): err= 0: pid=5872: Sat Jan 9 16:35:
08
2021 read: IOPS=251k, BW=979MiB/s (1026
MB
/s)(2045MiB/2089msec
16%
Warewulf 4
13.12.2022
Home
»
HPC
»
Articles
»
:56:13 info unpack layer: sha
256
:1a930d163dcafa193dc2c3c005d9c220ae1c07a
48
cad5f7feed0066ada0b998f 2022/11/05
08
:56:15 info unpack layer: sha
256
:d3ca234f568b088b991388a0e9e8b61b05ac8627522f10fe16df2b81d51c0748
16%
Update your Docker containers safely
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
this script, please let me know, preferably in Python 06 # hanscees@AT@hanscees.com 07 # modified from https://gist.github.com/cirocosta/17ea17be7ac11594cb0f290b0a3ac0d1x
08
09 set -o errexit 10 11 main() {
12
16%
Visualizing containers with clarity
29.09.2020
Home
»
Archive
»
2020
»
Issue 59: Custo...
»
SQL docs [
12
] and check that the database container is running in Docker Engine, as well: $ docker run --name test-mysql -e MYSQL_ROOT_PASSWORD=nothingtoseehere-d mysql $ docker ps | grep mysql
48
f5b3719cd0
1
2
3
4
Next »