29%
30.11.2020
while (read (FILEHANDLE, $newtext, 1)) {
060 $text .= $newtext;
061 }
062 close FILEHANDLE;
063 @split_text = split "\n", $text;
064 $split_text_count = "0";
065 foreach (@split
29%
25.09.2023
_monit_srvc.sh (Listing 3); then, create an image containing everything required to run Monit by executing the command:
docker build -f Dockerfile_ UbuntuJJFMonit .-t ubuntujjfmnt:5.33.0
Listing 2
Dockerfile
29%
13.06.2018
20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
It looks successful. Now I can build on this success by creating a more involved container.
Example 2
The next example builds on the previous one but adds Open MPI
29%
07.10.2014
of the naming, grouping, or configurations of the menagerie. Thanks to ZooKeeper [1], which is available under the Apache 2.0 license, not every cluster has to provide a synchronization service itself
29%
05.12.2019
are known as pico processes [2], which run in user mode, forming the shell for unmodified executable Linux applications. To do this, they forward their system calls to the pico provider drivers lxss
29%
14.11.2013
_NAME DBID CON_UID GUID STATUS CREATION_SCN
=====================================================================;
2 PDB$SEED 4062623230 4062623230 E0C9D94CE3B6497
29%
05.08.2024
://gb.archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB]
[...]
Setting up pkg-config (0.29.2-1ubuntu3) ...
Setting up git (1:2.34.1-1ubuntu1.10) ...
Setting up curl (7.81.0-1ubuntu1
29%
30.01.2024
.tar.gz
gpg --verify ossec-hids-3.7.0.tar.gz.asc 3.7.0.tar.gz
tar -zxvf 3.7.0.tar.gz && cd ossec-hids-3.7.0/
wget https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar
29%
03.02.2022
(OK=3 KO=0 )
> step_1_getpage Redirect 1 (OK=3 KO=0 )
> step_2_reserve (OK=3 KO=0 )
> step_2_reserve
29%
28.07.2025
[i] + b[i];
}
When the number of cycles is known at compile time, a loop can be fully unrolled:
c[0] = a[0] + b[0];
c[1] = a[1] + b[1];
c[2] = a[2] + b[2];
c[3] = a[3] + b[3];
However, it remains