12%
25.03.2020
. For reference, I'm using Linux Mint 19 based on Ubuntu 18.04 for my k3s cluster.
All the Things
Figure 1 shows the slight changes in naming conventions that you might be used to if you are familiar
12%
28.11.2022
. The command
host -t SRV _ldap._tcp.Name>
must respond with has SRV record 0 0 389
, whereas a regular DNS request to the Internet is answered by the forwarder with, for example, www.admin-magazine.com
12%
25.09.2023
. The tunnel's name does not matter, although I would recommend naming it as the host to which it will be attached.
Listing 1
Terraform Cloudflare Tunnel
resource "random_id" "tunnel
12%
22.05.2023
/pods/synapse:/data:Z
-e SYNAPSE_SERVER_NAME=domain.com
-e SYNAPSE_REPORT_STATS=yes
--net virt_net
--ip 192.168.122.26
--mac-address 52:54:C0:A8:7A:1a docker.io/matrixdotorg/synapse:latest
Exec
12%
04.11.2011
. Additionally, you can install Rocks on multiple nodes at the same time thanks to a special installer (see Table 1).
Table 1: Typical Linux Cluster Distributions
Name
Type
URL
SLES
12%
30.01.2024
alignment.
Declarative System Management
If you are familiar with infrastructure-as-code (IaC) tools such as Terraform, you are well aware of the difference between imperative and declarative approaches
12%
31.10.2025
correcting block code, named after its inventor Hamming, which was originally developed for cleaning up read errors from punch cards. It is a complex process that involves computing parity codes against
12%
15.04.2013
, they convert arbitrary input to fixed length output. The output is typically a hex number: for example, the MD5 hash of the word “Hello” is 8b1a9953c4611296a827abf8c47804d7. To be secure, a cryptographic hash
12%
28.07.2025
192.168.1.1, every 60 seconds.
Listing 1
Custom Sensor YAML File
class_name: "PingSensor"
description: "Monitors an IP address and checks whether it is online"
enabled: true
trigger
12%
08.04.2024
to a file as well as stdout
.
Classically, you can run scripts and redirect the output to a file:
$ code.script > file.out
All the stdout
output is written to file.out
, but I can quickly change this