100%
01.06.2024
Rubén Llorente ... because Sake sets a number of shell variables that are passed to the task being run, which can include:
S_NAME
S_HOST
S_USER
S_PORT
S_TAGS
Listing 3
Multi-OS Upgrade Task
78%
25.09.2023
Rubén Llorente ... is easy enough (superuser privileges are required):
arp -s 192.168.90.55 00:0c:29:c1:91:b1
The last field of the command is the MAC address, which is the unique identifier of the network device to which
78%
04.12.2024
Rubén Llorente ... ).
Listing 3
tofu_project/main.tf
01 terraform {
02 required_providers {
03 proxmox = {
04 source = "bpg/proxmox"
05 version = "0.64.0"
06 }
07 }
08 }
09
10 provider "proxmox
76%
03.02.2022
Rubén Llorente ... either OpenPGP or S/MIME keys into the Nitrokey (see the "What is OpenPGP?" box). The steps for changing the PINs are very intuitive (Figure 3), but key initialization is not.
What is Open
68%
30.11.2025
06 yum downgrade perl\*
07 rpm -e man-db
08 rpm -e pam_ldap --nodeps
09 yum downgrade nss_ldap
10 ...
Fortunately, Yum introduced a downgrade option in version 3.2.27 that makes it easier to step ... 3
68%
30.11.2025
_config
03 bash#> vi sshd_config
04 AllowTcpForwarding no
05 ClientAliveCountMax 3
06 ClientAliveInterval 0
07 Compression delayed
08 LoginGraceTime 60s
09 LogLevel DEBUG3
10 MaxAuthTries 2 ... 3
68%
30.11.2025
-specific language (DSL), which is oriented on a natural language and should not be viewed as a programming language.
Cucumber-Nagios [3] applies both of these principles and supports their application ... 3
68%
30.11.2025
and least connected, and they are also the most commonly used in LVS clusters.
Configuration
Piranha [3] is a clustering product from Red Hat based on the LVS concept. It includes the IPVS kernel code ... 3
67%
30.11.2025
, most likely, (3/2) x 15 seconds.
Finally, -s defines the number of seconds to wait before sshguard "forgets" the attacker's IP address. The line
sshguard -l /var/log/auth.log -s 20
instructs sshguard ... 3
61%
09.10.2017
Data produced on EC2 instances or AWS lambda servers often end up in Amazon S3 storage. If the data is in many small files, of which the customer only needs a selection, downloading from the browser ... Data on AWS S3 is not necessarily stuck there. If you want your data back, you can siphon it out all at once with a little Python pump. ... Data Exchange with AWS S3 ... Getting data from AWS S3 via Python scripts