28%
06.05.2025
I think virtually everyone in HPC knows the Warewulf open source cluster provisioning and management tool. I wrote about Warewulf starting with Warewulf 3, followed by a series on Warewulf 4. Since
28%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc
28%
14.04.2021
A long time ago, I was a system administrator for a couple of HPC systems, but I also inherited two HP (Hewlett-Packard) N-class servers (mainframes). Along with two WORM storage units, these were
28%
17.02.2015
.
Listing 1
auditd.conf
log_file = /var/log/audit/audit.log
log_format = RAW
log_group = root
priority_boost = 3
flush = INCREMENTAL
freq = 20
num_logs = 5
disp_qos = lossy
dispatcher = /sbin
28%
25.09.2023
-V architecture [3] (Figure 2). RISC-V is a relatively recent open source CPU instruction set available royalty-free and has successfully drawn interest from more than a dozen chip suppliers so far. It cannot yet
28%
22.12.2017
impacted platforms at risk. Systems using ME Firmware versions 11.0/11.5/11.6/11.7/11.10/11.20, SPS Firmware version 4.0, and TXE version 3.0 are impacted."
The affected products include the sixth, seventh
28%
14.11.2013
->{'label'} . "\n";
13 }
14
15 $client->call('auth.logout', $session);
The Spacewalk API naturally also lets you handle more complex tasks, such as creating or modifying software and configuration channels
28%
01.06.2024
enabled
show
view
winget show vscode
Show information about a package
source
–
winget source add -n mypckgsource -t Microsoft.REST -a https
28%
05.12.2014
para los usuarios de Ubuntu\nNúmero 5: Escritorios \
a Examen\r\n\r\n\r\nEn el interior: Artículos sobre los escritorios Unity, \
Gnome3 y KDE, tutoriales para crear tu propia distro, consejos de
28%
14.08.2017
file.
To remove files from /tmp safely, use a script like
find /tmp -mtime +7 | egrep -v "`lsof -n +D /tmp | awk 'NR>1 {print $9}'| tr \\n \|`"
that looks for files that haven't been modified