28%
08.07.2018
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
28%
22.06.2012
1-12:00:00
20
144400
1-16:06:40
21
160000
1-20:26:40
22
176400
2-01:00:00
23
193600
2-05:46:40
24
28%
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
28%
18.06.2014
( 0.05%) ( 0.05% cumulative)
[ 1- 2 days]: 0 ( 0.00%) ( 0.05% cumulative)
[ 2- 4 days]: 4675 ( 1.20%) ( 1.25% cumulative)
[ 4- 7 days]: 215 ( 0.06%) ( 1.31% cumulative)
[ 7
28%
30.01.2020
.0.2.25
10 [...]
11
12 - name: Install elastic
13 hosts: elahosts
14 vars:
15 elaversion: 6
16 eladatapath: /elkdata
17 ansible_ssh_common_args: -o StrictHostKeyChecking=no
18
19 tasks:
20
28%
02.08.2021
-system coredns-6d97dc4b59-mdd8x 1/1 Running 0 25m
kube-system kube-proxy-bkjbw 1/1 Running 0 20m
kube-system kube-proxy-ctc6l 1/1 Running 0 19
28%
07.04.2022
introduced update is based on a 12-month-old CentOS/RHEL release, with no sign of a new version based on Rocky Linux/RHEL 8.
NethServer: Looking to Break New Ground
NethServer [2] is an open source project
28%
28.03.2012
are on an IBM DTLA-307020 (20GB drive at Ultra ATA/100)
/home
is on a Seagate ST1360827AS
A 64GB Intel X-25E SSD, courtesy of Intel is mounted as /dev/sdd
ext4 filesystem with the default options
28%
30.05.2021
command:
$ cat /var/lib/mysql/testDB/testTB.ibd | head -n 20
The command output will generate plaintext information containing raw data stored in the corresponding database table.
Key Management
28%
05.02.2023
="dcgoss test driver docker image"
ENV DCPS_VERSION 2.12.2
ENV GOSS_VERSION 0.3.20
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
WORKDIR /tmp
RUN apk add --no-cache --virtual=goss-deps ca-certificates curl && apk