9%
31.10.2025
that management also take part in the meetings.
In a comic book style, "One Day in Kanban Land" [6] vividly illustrates how these stand-up meetings promote continual improvement and give all participants
9%
30.11.2025
the current archive [5] from the Apache website, and unpack it. Next, go to the Apache website [6] again, download the packages for APR and APR-util, unpack in the srclib/apr-util subfolder below the Apache
9%
30.11.2025
saved in /home/khess/.ssh/id_rsa.pub.
09 the key fingerprint is:
10 6d:2c:04:dd:bf:b2:de:e1:fc:52:e9:7f:59:10:98:bb khess@windows
11 The key's randomart image is:
12 +--[ RSA 2048]----+
13 | .. . o
9%
07.10.2025
, the priority that applies to events that match a specific rule in Falco must be defined.
From an admin's perspective, the fields for conditions, outputs [6], and priority are of particular interest. Listing 1
9%
27.05.2025
again Prometheus proves to be the go-to tool when it comes to metrics data storage. Coroot stores logs, traces, and recognized profiles in ClickHouse [6].
ClickHouse is not a proprietary Coroot
9%
30.11.2025
,
09 'protocol' => 'imap',
10 'port' => 143,
11 // Plaintext logins are disabled by default on
12 // IMAP servers (see RFC 3501 [6.2.3])
13 'secure' => 'tls',
14 'maildomain
9%
30.11.2025
of the client request (both for POST and for GET), as well as the most important server environment details [6]. Additionally, you can use regular expressions. For example, to investigate an HTTP request to find
9%
30.11.2025
, and to provide protection against VoIP spam by various means.
Additionally, other initiatives are SpITAssassin [6], an extension of SpamAssassin functionality, and the SPIT defense solution (SPIT AL). SPIT AL
9%
07.10.2025
consuming and expensive, which is what prompted Linbit to build an alternative to Pacemaker that specializes in handling simple use cases: DRBD Reactor [6].
In this article, I describe how DRBD and DRBD
9%
30.11.2025
clear
03 while true
04 do
05 echo "New record"
06 maxrecord=`ls -1 *.dat | sort | tail -1 | cut -d. -f 1`
07 newrecord=$(echo $maxrecord + 1 | bc )
08 width=`echo $newrecord | wc -c`
09
10 ...
11
12