17%
14.03.2013
(pr->pr_path), 0);
17 [...]
18 error = copyinstr(j.hostname,
19 &pr->pr_host, sizeof(pr->pr_host), 0);
20 [...]
21 pr->pr_ip = j.ip_number;
22 pr->pr_linux = NULL;
23 pr->pr_securelevel = securelevel
17%
06.10.2022
([hostPort:]containerPort)
ubuntu1804 1 weaveworks/ignite-ubuntu:18.04 weaveworks/ignite-kernel:5.13.3 2 2G 20G 22,38080,52812,58080
centos8 1 weaveworks/ignite-centos:8 weaveworks/ignite-kernel:5.13.3 2 2G
17%
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
17%
20.10.2016
writing code. Columns 1 to 5 could be used for statement labels such as the following:
...
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2 + X3
17%
18.07.2013
proxy_intercept_errors on;
17 ...
18 Filming location
19 ...
20 error_page 502 @ fallback;
21 proxy_next_upstream HTTP_500 http_502 http_503 http_504 timeout error invalid_header;
22 proxy_pass http
17%
28.11.2021
Compiler: Apple LLVM 12.0.5 (clang-1205.0.22.9) GCC 4.2.1 CLANG 12.0
Darwin : 20.4.0 : Darwin Kernel Version 20.4.0:
PageSize:16KB
Apple M1 8C8T
RAM size: 16384 MB, # CPU hardware threads: 8
RAM usage
17%
12.11.2020
):
return x*x
# end def
def trapezoidal(a, b, n, h):
s = 0.0
s += h * f(a)
for i in range(1, n):
s += 2.0 * h * f(a + i*h)
# end for
s += h * f(b)
return (s/2.)
# end def
# Main
17%
12.03.2013
.6.32-220.4.1.el6.x86_64 kernel
GigaByte MAA78GM-US2H motherboard
AMD Phenom II X4 920 CPU (four cores)
8GB of memory (DDR2-800)
The OS and boot drive are on an IBM DTLA-307020 (20GB drive at Ultra ATA
17%
11.02.2016
-backup /etc /mnt/backup
# rdiff-backup --list-increments /mnt/backup/
Found 2 increments:
increments.2015-03-15T09:15: 19+01:00.dir Sun Mar 15 09:15:19 2015
increments.2015-03-19T20:15: 46+01:00.dir Thu
17%
05.12.2019
TIME CMD
Root 1 0 0 19:05 ? 00:00:00 sleep 1000
Listing 2
Process on the Host
$ ps -ef|grep sleep
Cherf 30328 29757 0 20:44 ? 00:00:00 sleep 1000
Cherf 30396 3353