10%
22.12.2017
~ /.well-known {
13 allow all;
14 }
15
16 location / {
17 rewrite ^/(.*)$ https://www.linux-magazin.de/$1 permanent;
18 rewrite ^/$ https://www.linux-magazin.de/ permanent;
19 }
20 }
21
22
10%
30.11.2025
output/images/rootfs.ext2 -append "root=/dev/sda rw" -s -S &
6. Launch the debugger:gdbDebugger session:file vmlinuxtarget remote :1234continue
7. Log in, load the driver, and identify the memory
10%
16.05.2013
monitor interval="30s" timeout="30s"
13 primitive p_nova-api-metadata upstart:nova-api-metadata op monitor interval="30s" timeout="30s"
14 primitive p_nova-api-os-compute upstart:nova-api-os-compute op
10%
31.10.2025
services will account for 16 percent of IT revenue in the following technology categories: applications, system infrastructure software, platform as a service (PaaS), servers, and basic storage. Additionally
10%
13.06.2022
are running, the amount of memory is correct, networking is up, and so on. I refer to this as the “state” of the node’s health.
In that same article, I mentioned Node Health Check (NHC), which is used
10%
07.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that’s 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
10%
25.03.2021
with wget -s (--server-response).
The usual recommendation is to use a different setting to avoid revealing too much information immediately about the web server. The minimal variant Prod means
10%
03.08.2023
and storing metrics is an inherent part of virtually any Azure resource. The data can always be collected, stored, and analyzed directly in Azure Monitor with the Metrics Explorer for platform as a service (PaaS
10%
02.08.2021
When a Kubernetes laboratory environment is required, the excellent localized Minikube and the tiny production-ready k3s distributions are fantastic. They permit a level of interaction
10%
10.04.2015
2 ]
12 then
13 # Clamscan error
14 echo "Scan error: ${WATCHMAN_ROOT}/$file" | \
mailx -s "Scan error" mail@example.com
15 fi
16 # Else no virus found
17 done
However