36%
03.08.2023
-liner. To reduce the amount of typing required, I aliased the original path [6]:
curl -L https://tinyurl.com/5f5rkn9p | sudo bash
I am running the same 32-bit Raspberry Pi OS image on all SD cards tested (Figure 2
36%
30.11.2025
to retrieve a full set of meta-information from the host system.
Listing 1
XenServer API
01 package de.pm.xenserver.test;
02
03 import java.net.URL;
04 import java.util.Map;
05
06 import com
36%
26.03.2025
-in-class CDR agent, which achieved industry-leading results in the most recent MITRE ATT&CK testing," says Elad Koren (https://www.paloaltonetworks.com/blog/2025/02/announcing-innovations-cortex-cloud/), VP
36%
04.12.2024
by the NAS.
Listing 2
Forcing an iSCSI Connection
$ sudo /sbin/iscsiadm -m node -T iqn.2000-01.com.synology:MYDEVICE.Target-1.4d9e3bda2ee -p 192.168.1.10 -l
Logging in to [iface: default, target
36%
17.02.2015
, which is why other providers are sensing an opportunity. (Image from: blog.docker.com)
Developers are busily building a whole new fleet of solutions designed to support the container paradigm
36%
28.11.2021
, network usage, and disk space.
To begin, install it on the web app hosting machine:
wget https://github.com/prometheus/node_exporter/releases/download/v1.2.2/node_exporter-1.2.2.linux-amd64.tar.gz -O node
36%
09.10.2017
[...]
02 apiVersion: extensions/v1beta1
03 kind: Ingress
04 metadata:
05 name: test
06 spec:
07 rules:
08 - host: foo.bar.com
09 http:
10 paths:
11 - path: /foo
12 backend:
13
36%
06.10.2022
by selecting Add organization
. On the right side of the screen, you can now specify your business partner's AAD client: The domain name is all you need (e.g., contoso.com
). Once you have selected the correct
36%
01.08.2019
DNSSEC [1] protects against falsified DNS records by cryptographically signing DNS information. The root servers sign the record. One step lower in the hierarchy, the .com
DNS servers sign records
36%
28.07.2025
install cargo libssl-dev pkg-config git
cd ~/git
git clone https://github.com/Checkmk/checkmk.git
cd checkmk/packages/site/check-http/
cargo check --release
cargo build --release
cd ../target