73%
09.12.2021
, but I could never get anything to work correctly.
A third multithreaded gzip
-
compatible tool is pugz
. Although I could build pugz
, it core dumped when compressing a simple 200-line text file, so
73%
16.05.2013
_password="hastexo" os_username="admin" os_tenant_name="admin" keystone_get_token_url="http://192.168.122.130:5000/v2.0/tokens" op monitor interval="30s" timeout="20s"
10 primitive p_keystone ocf:openstack:keystone params
73%
25.03.2020
/1 Running 1 41d
kube-proxy-nbdkq 1/1 Running 0 34d
kube-proxy-p2j4x 1/1 Running 4 40d
kube-proxy-sxxkh 1/1 Running 0
73%
08.10.2015
is a professional software tool, and the fan base appreciates its solid operating principles. Version 1.0 was released in mid-1999 [1], followed by 2.0 in 2000. The latest stable branch 2.1 appeared about 12 years ... Mailman 3.0 is a new major version, released 15 years after version 2.0. We put the new version through its paces and explain the installation procedure and new features. ... Mailman 3.0 ... Mailman 3.0 – a long time coming
73%
13.02.2017
/CIS_Docker_1.11.0_Benchmark_v1.0.0.pdf
AppArmor: http://wiki.apparmor.net/index.php/Main_Page
Grsecurity: https://grsecurity.net
PaX: https://pax.grsecurity.net
Docker capabilities allowed
73%
17.06.2011
-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p
5
}
Listing 4
timeperiods.cfg (Excerpt)
define timeperiod{
timeperiod_name 24x7
73%
15.08.2016
.168.56.130/24 brd 192.168.56.255 scope global eth0
18 valid_lft forever preferred_lft forever
19
20 $ ip addr del 192.168.56.130/24 dev eth0
21 $ brctl addbr br0
22 $ ip addr add 192.168.56.130/24 dev br0
23
73%
30.07.2014
/bin/perl
use Time::HiRes qw(gettimeofday tv_interval);
use Net::Statsd;
$Net::Statsd::HOST = 'localhost'; # Default
$Net::Statsd::PORT = 8125; # Default
my $t0 = [gettimeofday];
my($one, $two, $three) = map { $_ x
73%
11.06.2014
/pki/tls/certs/ldap.acme-services.org.crt $(openssl x509 -in ldap.acme-services.org.crt -noout -hash).0
After these two steps, you can check the server certificate with the openssl command, which provides the s_client command for this purpose
73%
20.06.2022
-docker.sh
- rm -fv get-docker.sh
- usermod -aG docker ubuntu
- wget "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64" -O /usr/local/bin/docker-compose
- chmod 0755 /usr