15%
02.08.2021
When a Kubernetes laboratory environment is required, the excellent localized Minikube and the tiny production-ready k3s distributions are fantastic. They permit a level of interaction
15%
30.11.2025
:31:40: [6694] DEBUG: (lifebyte = 0:0)
04 2011-01-28 17:31:40: [6694] DEBUG: enctype = 7:7
05 2011-01-28 17:31:40: [6694] DEBUG: (encklen = 128:128)
06 2011-01-28 17:31:40: [6694] DEBUG: hashtype = SHA:SHA
07
15%
30.11.2025
of your site, they'd receive an Amazon S3 error. Now, however, you can specify a static document and direct visitors there. And, you can create custom error documents, so if users hit a page that should
15%
30.11.2025
is not accessible! ****************" >> dba.log
15 /usr/local/etc/rc.d/002pgsql.sh start
16 sleep 15
17 psql -U monitor -d monitor -c "select * from watch;"
18
19 if [ $? -eq 0 ];
20
21 then
22
15%
30.11.2025
: Device name.
rrqm/s
: Number of read requests merged per second that were queued to the device.
wrqm/s
: Number of write requests merged per second that were queued to the device.
r/s
: Number
15%
11.06.2014
at the command line:
$ sudo slappasswd -s secret
{SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
The complete line returned will be needed later for the configuration file, so copy it to a temporary editor window
15%
02.07.2014
using GNU’s autoconfigure before. The steps are quite easy:
./configure --with-ssh --without-rsh
make
make install
This puts the binaries into /usr/local/
, which is fine for testing purposes
15%
04.04.2023
install the community edition of Docker (Docker CE) on a current system (e.g., Ubuntu 22.04), create a persistent volume, and then start the Portainer container (Listing 1). The rest happens automatically
15%
04.08.2020
log.Fatal(err)
21 }
22
23 var config Config
24 err = yaml.Unmarshal(data, &config)
25 if err != nil {
26 log.Fatal(err)
27 }
28
29 created := map[string]bool{}
30 cmd := ""
31
15%
05.08.2024
installed Ubuntu MATE 22.04.3 platform), first install all the requirements for compiling and deploying topgrade-rs (referred to as Topgrade moving forward): curl, git, pkg-config, and rust. Once in place