80%
25.03.2020
, and easy to follow.
Listing 1
Installing k3s
[INFO] Finding latest release
[INFO] Using v1.0.0 as release
[INFO] Downloading hash https://github.com/rancher/k3s/releases/download/v1.0.0/sha
80%
07.01.2014
backup.1
[laytonjb@home4 TEST]$ rsync -a --delete /home/laytonjb/TEST/SOURCE/ backup.0
[laytonjb@home4 TEST]$ ls -s
total 16
4 backup.0/ 4 backup.1/ 4 backup.2/ 4 SOURCE/
[laytonjb@home4 TEST]$ du -sh
24M
80%
11.10.2016
_percent_local=psutil.cpu_percent(interval=interv,percpu=True);
52 cpu_percent.append(cpu_percent_local);
53 # end for
54
55 # Normalize epoch to beginning
56 epoch_list[:] = [x - epoch_list[0] for x in epoch_list];
57
58 # Plots
59
60
80%
30.01.2024
Dell Precision Workstation T7910
Power
1,300W
CPU
2x Intel Xeon Gold E5-2699 V4, 22 cores, 2.4GHz, 55MB of cache, LGA 2011-3
GPU, NPU
n/a*
Memory
80%
28.11.2021
a period of time. A classic example would be noting the temperature and the time each time you read your home thermometer. At the end of the day, you could put that data on a graph with time on the x
-axis
80%
05.12.2014
)
Intel Atom D2701, 2.13GHz (dual core)
RAM
4GB
0.5GB
2GB
2GB
Network Interface
2x 1Gbit Ethernet
1x 1Gbit Ethernet
2x 1Gbit Ethernet
2x ... 24
80%
28.11.2021
.168.122.236 6200
Trying 192.168.122.236...
Connected to 192.168.122.236.
Escape character is '^]'.
id;
uid=0(root) gid=0(root)
cat /etc/passwd;
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon
80%
10.06.2014
VMs.
Listing 3: centos6.5.dsmanifest
01 {
02 "name": "centos-6.5",
03 version: "1.0.0",
04 "type": "zvol",
05 "cpu_type": "qemu64",
06 "description": "Centos 6.5 VM 1.0.0",
07
80%
11.06.2014
=manager,dc=acme-services,dc=org
21
22 dn: olcDatabase={1}monitor,cn=config
23 changetype: modify
24 replace: olcAccess
25 olcAccess: {0}to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" read by dn
80%
07.10.2014
compiling (Listing 2).
Listing 2
Sheepdog Uses the FNV-1a Algorithm
01 #define FNV1A_64_INIT ((uint64_t) 0xcbf29ce484222325ULL)
02 #define FNV_64_PRIME ((uint64_t) 0x100000001b3ULL)
03
04