15%
09.10.2017
:
addresses:
- address: 10.126.22.9
type: InternalIP
- address: 10.126.22.9
type: Hostname
allocatable:
alpha.kubernetes.io/nvidia-gpu: "0"
cpu: "20"
memory: 144310716Ki
pods: "28
15%
09.04.2019
.stringify(arr));
22 }
23 }
24
25 delItem(text) {
26 const arr = this.listItem().filter(stext => text !== stext);
27 localStorage.setItem('annotations', JSON.stringify(arr.length>0?arr:[]));
28
15%
28.11.2021
_filesystem_avail_bytes{device="/dev/nvme0n1p1",fstype="vfat",mountpoint="/"} 7.7317074944e+11
node_filesystem_avail_bytes{device="tmpfs",fstype="tmpfs",mountpoint="/tmp"} 1.6456810496e+10
# HELP node_cpu_seconds_total Seconds the CPUs spent
15%
30.01.2024
. The following example assumes a system with Ubuntu 22.04.
To begin, you need to install some required software management packages (Listing 1, line 1); download the GPG key used to sign Docker's package lists
15%
10.06.2014
, you can also implement various RAID setups. Even at this point, Linux users need to adapt, because the devices use typical Solaris-style names. For example, in device c0t0d0
, c0
stands for the first
15%
17.06.2011
sprzblog mysql ↩
limesurvey -uroot -ppassword > ↩
backup.sql
will take 21 seconds to complete:
real 0m21.626s
user 0m0.000s
sys 0m0.000s
In the case of larger databases on non
15%
28.11.2022
of alternative sources.
Listing 1
sensors Output
federico@ferenginar:~$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +42.5¡C (high = +70.0¡C)
(crit = +100.0¡C
15%
27.09.2021
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
64 bytes from 52.90.56.122: icmp_seq=3 ttl=48
time=40.492 ms
[ output truncated ]
Welcome to Ubuntu 20.04.1 LTS
15%
28.11.2021
://nmap.org ) at 2021-07-25 22:05 CEST
Nmap scan report for metasploitable (192.168.122.236)
Host is up (0.095s latency).
Not shown: 65506 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
23
15%
31.07.2013
;
22 my_record.z = counter + 2;
23 my_record.value = (float) counter * 10.0;
24 /* write out my_record */
25 }
26 return 0;
27 }
One-by-One
Initially, I’m just going