27%
02.02.2021
simplify the operation of fully managed serverless infrastructures, in particular, but also of platform-as-a-service offerings.
Apache Kafka version 3.0 will remove the dependency on ZooKeeper (for
27%
28.08.2013
Pigz.
Using pigz
is pretty easy:
% pigz file.tar
This uses the default compression level of 6
, but personally, if I’m going to compress a file, I like to go all the way and use -9
as a command-line option
27%
02.08.2022
._tcp.mykier.ip,ipa.mykier.ip,389
A Berkeley Internet Name Domain (BIND) 9 DNS server needs the same entries, but in a different format:
_kerberos._udp.mykier.ip. 86400 IN SRV 0 100 88 ipa.mykier.ip.
[...]
The important
27%
20.06.2022
about how difficult it is to handle multiple passwords, and your day could turn into a password reset ticket nightmare. If you wonder whether a single sign-on (SSO) experience à la Google and Amazon
27%
13.12.2018
. Search for the following lines in the inventory file:
pg_username=awx
pg_password=awxpass
pg_database=awx
pg_port=5432
After pg_username= and pg_password=, replace the access information for the Postgre
27%
02.02.2021
=kata-fc -itd --name=kata-fc busybox sh
d78bde26f1d2c5dfc147cbb0489a54cf2e85094735f0f04cdf3ecba4826de8c9
$ pstree|grep -e container -e kata
|-containerd-+-containerd-shim-+-firecracker---2*[{firecracker
27%
04.02.2014
The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance.
...
In version 9.3, the PostgreSQL community once again introduces several important new features in a major release. The work of many developers worldwide, this release went through a rigorous review ...
The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance.
... PostgreSQL 9.3
27%
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:34:56:78:9
27%
03.08.2023
Administrator Reference Manual [3].
Listing 5
Leases Database
"lease-database": {
"type": "postgresql",
"name": "kea",
"user": "dhcp",
"password": "dhcp",
"host": "localhost",
"port": 5432
27%
12.09.2013
:00:03.000207
In my httpd.conf file, I set a timeout of five seconds. If the SQL query runs for 4.9 seconds, the server should still provide a reasonable answer, but not after 5.1 seconds (Listing 3).
Listing 3