21%
09.10.2017
": "cni0",
08 "ipam": {
09 "type": "host-local",
10 // ipam specific
11 "subnet": "10.1.0.0/16",
12 "gateway": "10.1.0.1"
13 },
14 "dns": {
15 "nameservers": [ "10.1.0.1" ]
16
21%
25.03.2021
:
Listing 2
Prometheus Config File
global:
scrape_interval: 15s # Scrape frequency
evaluation_interval: 15s # Check rules
scrape_configs:
- job_name: 'prometheus'
static
21%
05.12.2016
that the top left of the screen is (0,0)
tput cup 3 15
# Set the foreground color using an ASCII escape
tput setaf 3
# Write a "title" to the screen
echo "Title of the company"
tput sgr0
# Write a menu title
21%
25.03.2021
=libaio, iodepth=32
fio-3.12
Starting 1 process
Jobs: 1 (f=1): [w(1)][100.0%][w=1420KiB/s][w=355 IOPS][eta 00m:00s]
test: (groupid=0, jobs=1): err= 0: pid=3377: Sat Jan 9 15:31:04 2021
write: IOPS=352, BW=1410Ki
21%
20.11.2013
root root 262 Nov 10 10:10 s3ql_seq_no_2
4 -rw-r--r-- 1 root root 556 Nov 10 10:15 s3ql_metadata_bak_0
4 -rw-r--r-- 1 root root 602 Nov 10 10:15 s3ql_metadata
4 -rw-r--r-- 1 root root 262 Nov 10 10
21%
17.01.2023
.6 OpenHPC-updates 822 k
slurm-slurmctld-ohpc x86_64 22.05.2-14.1.ohpc.2.6 OpenHPC-updates 1.5 M
slurm-slurmdbd-ohpc x86_64 22.05.2-14.1.ohpc.2.6 Open
21%
04.04.2023
.05.2-14.1.ohpc.2.6 OpenHPC-updates 822 k
slurm-slurmctld-ohpc x86_64 22.05.2-14.1.ohpc.2.6 OpenHPC-updates 1.5 M
slurm-slurmdbd-ohpc x86_64 22.05.2-14.1.ohpc.2
21%
18.03.2013
]
+------------+-------------+
| Column | Type |
+------------+-------------+
| avatar | varchar(70) |
| first_name | varchar(15) |
| last_name | varchar(15) |
| password | varchar(32) |
| user | varchar(15
21%
15.08.2012
examples:
julia> run(`echo hello`)
hello
julia> run(`date`)
Tue Jul 31 15:13:25 EDT 2012
Julia treats shell commands and external programs differently from most languages. Instead of “shelling out
21%
10.06.2015
"} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14 echo 1>&2 "$*"
15 exit 10
16 }
17
18 function get_display_resolution {
19 local find_display="$1