24%
01.08.2019
is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released
24%
25.03.2020
, 20). The drive size has not changed much from the original:
$ sudo blockdev --getsize64 /dev/sdb1
7000257724416
Listing 2
New Partitions
01 $ cat /proc/partitions
02 major minor
24%
25.08.2016
the same version on CentOS 6.x.
Figure 8: Gedit 2.30 on Windows 10.
The current version 3.20 (Figure 9) of gedit has a new, cleaner interface that works
24%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
24%
30.11.2025
, to monitoring and controlling complete systems.
Identifying Services
OpenNMS can automatically identify the services you need to monitor. In versions up to 1.8.x, this task is handled by the capabilities daemon
24%
24.09.2015
that is 80% parallelizable (20% is serial, primarily because of I/O). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds is the serial portion of the application
24%
08.10.2015
% parallelizable (20% is serial, primarily because of I/O). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds is the serial portion of the application. By varying
24%
30.11.2025
_copied=copy_to_user(user,hello_world,to_copy);
19 return to_copy-not_copied;
20 }
21
22 static struct file_operations fops = {
23 .owner= THIS_MODULE,
24 .read= driver_read,
25 };
26
27 static int __init mod_init( void )
28 {
29
24%
02.02.2021
(Listing 4).
Listing 4
JSON Output
$ teler -i apache.log -c teler.yml --json
/","status":"200","time_local":"07/Nov/2020:22:45:20 +0000"}
{"body_bytes_sent":"5695","category":"Bad Crawler
24%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25