16%
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
16%
28.07.2025
for x86_64 PCs (910MB) and ARM64 systems (935MB). The hybrid image can be launched either from a CD, DVD, or USB stick. The x86_64 system works with both BIOS and UEFI firmware, whereas the ARMv8 variant
16%
25.08.2016
originated is the substitution command, which is what you use in vi to make a substitution on a specific line, set of lines, or the entire tile. For example, you can run the command:
: s
16%
11.10.2016
between 64-bit versions for Red Hat Enterprise and Ubuntu. After downloading the 500MB DEB file, install it in the usual way from the Ubuntu Software Center and acknowledge any errors relating
16%
05.02.2019
', 'makecache'] with allowed return codes [0] (shell=False, capture=False)
...
2018-10-17 22:00:06,125 - util.py[DEBUG]: Running command ['yum', '-t', '-y', 'upgrade'] with allowed return codes [0] (shell
16%
20.06.2022
Once your set of internal applications grows greater than an order of 10s, you can end up in a scenario where credentials storage for each service gets out of control. Users might start complaining
16%
02.08.2021
environment.
Listing 2 shows the servers.yml configuration file for server(s) to be installed. It is important to use the MAC address of the deployment network interface controller (NIC) here and not, say
16%
30.11.2025
that belong to $ASTRUNDIR,
22 # kill them.
23 if [ "$astcanary_pid" ]; then
24 for i in $astcanary_pid; do ocf_run kill -s KILL $astcanary_pid; done
25 fi
26
27 for dir in $ASTRUNDIR
16%
30.11.2025
version (1.3.0) dates back to January of this year, whereas the current version (1.3.6) was released at the end of May.
The associated Windows client is available in the form of an installer file for 32
16%
11.10.2016
. For example, you can run the command:
: s/XXX/YYY/g
This commands substitutes the string XXX for the string YYY, normally for the current line. However, in this case, it does it for the entire file because