17%
25.03.2020
/1 Running 1 41d
kube-proxy-nbdkq 1/1 Running 0 34d
kube-proxy-p2j4x 1/1 Running 4 40d
kube-proxy-sxxkh 1/1 Running 0
17%
03.12.2015
2001:db8::201:203:409 prefixlen 64 scopeid 0x0
inet6 2001:db8::5555 prefixlen 64 scopeid 0x0
inet6 fe80::1:2ff:fe03:409 prefixlen 64 scopeid 0x20
ether 02
17%
14.03.2013
Franklin
Some big changes are happening in the processor world right now. For the past 15 years or so, both the HPC world and the enterprise world have settled on, for the most part, x86 as the
processor
17%
10.06.2015
-bit and not the typical 32-bit keys.
ZIP
ZIP [12] is an archive file format, something along the lines of TAR. In addition to collecting files in a single archive file as tar does, zip can also
17%
21.08.2014
Day-of-month 1-31 , - * ? / L W C
18 Month 1-12 or JAN-DEC , - * /
19 Day-of-Week 1-7 or SUN-SAT , - * ? / L C #
20 Year (Opt) empty
17%
05.12.2016
Since the release of Docker [1] three years ago, containers have not only been a perennial favorite in the Linux universe, but native ports for Windows and OS X also garner great interest. Where
17%
09.10.2017
in turn stores as a separate time series. The software can already cope with millions of time series, yet version 2.0 [6] should cover more extreme Kubernetes environments with thousands of nodes
17%
14.08.2017
[...]
10 ln -nfs _build/main.native mir-console
11 $
12 $ file _build/main.native
13 _build/main.native: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU
17%
06.10.2022
, which is passed by the caller in CPU register rax
on x86-64 machines [8]. Syscall arguments are passed in registers rdi
, rsi
, rdx
, r10
, r8
, and r9
. The return value of the syscall is returned
17%
04.08.2020
# Names of all persons:
11 gremlin> g.V().hasLabel('person').values('name')
12 ==>marko
13 ==>vadas
14 ==>josh
15 ==>peter
16
17 # Name of person with ID 1
18 gremlin> g.V(1).values('name')
19 ==>marko
20