9%
26.03.2025
than 4GB of RAM. If your setup is not too large, you should be able to back up the environment's new data and the metrics data history for around a year on 500GB. Debian GNU/Linux 12 is strongly
9%
20.08.2012
the -p
option:
# nc -p 16000 examplehost.tld 22
To add a timeout for latency testing, you could use the -w
parameter followed by the number of seconds – 30 seconds, for example:
# nc -p 16000 -w 30
9%
03.04.2024
. When the control panel deploys a WordPress server, its scripts assume that the server is running on Ubuntu 20.04 or 22.04.
The other shortcoming is the user interface (UI). Because it is based on Word
9%
07.10.2014
/lib/sheepdog
root 582 581 0 13:13 ? 12:00:00 AM sheep -p 7000 /var/lib/sheepdog
# grep sheep /proc/mounts
/dev/sdb1 /var/lib/sheepdog ext4 rw,relatime,data=ordered 0 0
# grep sheep /etc/fstab
/dev
9%
05.02.2023
). In such an environment, a "dedicated" MariaDB container could be run as a replacement for a MariaDB VM:
podman run --name maria --volume /var/pods/maria:/var/lib/mysql:Z --net pub_net --ip 192.168.1.10 --mac-address 12
9%
04.08.2020
='GET /'
docker-slim[build]: info=http.probe.call status=200 method=GET target=http://172.17.0.3:80/ attempt=1 time=2020-11-11T12:52:01Z
docker-slim[build]: info=http.probe.summary total=1 failures=0 successful=1
9%
06.10.2019
.
By the way,
easyrsa export-p12
exports a key pair in PKCS12 format. The
easyrsa gen-req
easyrsa sign-req
commands give Easy-RSA full-fledged PKI management, and the
build-client-full
build
9%
06.10.2019
publisher TEXT,
07 authors MAP,
08 circulation INT,
09 issue TEXT,
10 PRIMARY KEY(publisher, issue, isbn)
11 );
12
13 # INSERT INTO titles(isbn, year, title, publisher, authors, circulation
9%
30.11.2025
the Buffer
01 [global]
02 ioengine=libaio
03 direct=1
04 filename=testfile
05 size=2g
06 bs=4m
07
08 refill_buffers=1
09
10 [write]
11 rw=write
12 write_bw_log
13
14 [read]
15 stonewall
16 rw=read
17 write
9%
30.11.2025
"
05
06 signing_ca_path "/var/chef/ca"
07 couchdb_database 'chef'
08
09 cookbook_path [ "/var/chef/cookbooks", "/var/chef/site-cookbooks" ]
10
11 file_cache_path "/var/chef/cache"
12 node