21%
01.08.2019
online resources for instructions on their use, and they are also worth checking out. For example, you'll find a wealth of information on the OKD docs website [12].
The End Is Nigh
Open
21%
13.02.2017
-host storage like Ceph like Ceph or the more cloud-friendly GlusterFS [12].
It's What's Inside that Counts
Security used to be much worse when it came to the internals of a container. Up until Docker v1
21%
09.06.2018
the included program without extended privileges.
Flatpak uses various well-known technologies in the background, which are also used in the container environment. Bubblewrap [12], for example, ensures
21%
16.08.2018
pdsh read the hosts from a file other than the WCOLL environment variable:
$ pdsh -w ^/tmp/hosts uptime
192.168.1.4: 15:51:39 up 8:35, 12 users, load average: 0.64, 0.38, 0.20
192.168.1.250: 15:47:53 up
21%
16.08.2018
Media Management
Yes
Yes
Yes
Image Processing Functions
Yes (restricted)
No (retrofit via extensions like Media Kits [12])
Yes (restricted
21%
11.04.2016
KiB blocks: 79.2 IO/s, 1.2 MiB/s ( 10.4 Mbit/s)
32 KiB blocks: 81.8 IO/s, 2.6 MiB/s ( 21.4 Mbit/s)
64 KiB blocks: 78.0 IO/s, 4.9 MiB/s ( 40.9 Mbit/s)
128 KiB blocks: 76.0 IO/s, 9
21%
15.08.2016
Scientific Computing Center (NERSC) [11]. Shifter is a prototype implementation of a container system for HPC that converts images from Docker, VMs, or CHOS [12] (a utility that creates a Scientific Linux
21%
14.11.2013
in /sys/devices/system/edac/mc/* ; do
11 ue_total_count=0
12 ce_total_count=0
13 for csrow in $mc/csrow* ; do
14 ue_count=`more $csrow/ue_count`
15 ce_count=`more $csrow
21%
05.08.2024
verify these checksums:
import hashlib
def calculate_checksum(log_entry):
return hashlib.sha256(log_entry.encode('utf-8')).hexdigest()
# Example log entry
log_entry = "2024-06-15 12:00:00 Failed login
21%
27.09.2024
}
]}
Listing 7
View Grouped by Key
$ curl -X GET localhost:5984/messages/_design/queries/_view/by-hours-count?group=true
{"rows":[
{"key":"02","value":1},
{"key":"08","value":1},
{"key":"12","value":2