18%
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
18%
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
18%
28.11.2021
of this type could look like.
Listing 3
Generating Certificates
$ ssh-keygen -s ca_root_key -h -n server.example.com,172.16.155.130 -I server.example.com -V +180d server.example.com
$ ssh
18%
04.04.2023
should be copied from the stage named stage_one. Because it copies only one file, the resulting image is an order of magnitude smaller – it is 124MB.
Listing 3
Multistage Build
FROM gcc
18%
02.02.2021
:
In Equation 1, a
is the application speedup, n
is the number of processors, and p
is the "parallel fraction" of the application (i.e., the fraction of the application that is parallelizable), ranging from 0
18%
18.02.2018
, certificates, or tokens. In most cases, an API is available for accessing such a service. One well-known representative of these data storage devices is HashiCorp Vault [3].
However, vaults have many problems
18%
02.08.2021
). As requested in the YAML file, two pods are running for extra resilience.
Listing 6
Check for Pods
$ kubectl get pods -n default
NAME READY STATUS RESTARTS AGE
18%
20.06.2022
running Ubuntu 18.04 LTS, but I have also used the tool on macOS in a professional setting.
CloudVMs Through Multipass
Multipass [3] is a tool to bring up Ubuntu virtual machines that, like public cloud
18%
03.04.2024
pc;
do
if [ "$pn" = "Last" ] || [ "$pn" = "Available" ]; then continue
fi
pv2=$(rpm -q --qf '%{VERSION}\n' $pn )
IFS='-' read -ra pv3 < "$pv"
printf "%-40s %-20s %-20s\n
18%
03.02.2024
938G 718G 173G 81% /home
/dev/nvme0n1p1 511M 6.1M 505M 2% /boot/efi
/dev/sda1 5.5T 3.1T 2.1T 60% /home2
192.168.4.100:/home