16%
10.06.2015
\
automake libtool libpcap-dev \
libnet1-dev \ libyaml-0-2 libyaml-dev \
zlib1g zlib1g-dev libcap-ng-dev \
libcap-ng0 \ make libmagic-dev
Once finished with these support packages, you can
16%
02.08.2021
.168.21.21"
ipv4_subnet_mask: "255.255.255.0"
ipv4_gateway: "192.168.21.254"
ipv4_nameserver:
- "8.8.8.8"
- "8.8.4.4"
properties:
cpu_arch: "x86_64"
ram: "65536"
disk_size: "1024"
cpus
16%
27.09.2021
the machines a purpose (e.g., database or webserver). Listing 1 shows the continuation of ec2_vars.yml.
Listing 1
AWS VM Specs ec2_vars.yml
vms:
one:
type: t2.large
image: ami-0b
16%
02.08.2022
and enable the Run As Administrator
action. In the text box, enter the code from Listing 1.
Listing 1
toggle_powermode.sh
POWERMODE=$(pmset -g | grep lowpowermode | tr -dc ,0
16%
03.12.2015
the following configuration for the widespread radvd (Linux IPv6 router advertisement daemon) [9]:
interface eth0 {
AdvSendAdvert on;
AdvManagedFlag on;
};
Radvd should not announce the prefix explicitly
16%
03.12.2015
. Payloads are often simple strings (23, to indicate a temperature) or data packed in JSON ({"celsius": 23.0 }).
Last Will and Testament
If a message is published with a topic, the broker distributes
16%
11.04.2016
filesystem. Administrators should back up Windows systems with some other software if possible.
Self-Build
If you to build Duplicity 0.7 yourself, you need the following programs and libraries
16%
09.08.2015
$HOME
mkdir src
cd src
wget http://www.apache.org/dist/spamassassin/Mail-SpamAssassin-3.4.0.tar.gz
tar xvzf Mail-SpamAssassin-3.4.0.tar.gz
cd Mail-SpamAssassin-3.4.0
perl Makefile.PL PREFIX=$HOME && make
16%
01.08.2019
is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released
16%
05.12.2016
that the top left of the screen is (0,0)
tput cup 3 15
# Set the foreground color using an ASCII escape
tput setaf 3
# Write a "title" to the screen
echo "Title of the company"
tput sgr0
# Write a menu title