21%
09.04.2019
).length > 0;
15 }
16
17 saveItem(text) {
18 if (!this.hasItem(text)) {
19 const arr = this.listItem();
20 arr.push(text);
21 window.localStorage.setItem('annotations', JSON
21%
21.08.2014
_port = 2003;
10
11 # create Socket
12 my $socket = IO::Socket::INET -> new(PeerAddr => $remote_host,
13 PeerPort => $remote_port,
14 Proto => "tcp",
15 Type => SOCK_STREAM)
16 or die "Couldn
21%
04.04.2023
these images with the Trivy command-line interface (CLI), the current official Debian image tallies 81 vulnerabilities (61 low, 16 high, and four critical). Ubuntu does very well with only 17 (15 low and two
21%
28.11.2022
].
Distributions in the Microsoft Store
Debian GNU/Linux
Fedora Remix for WSL
Kali Linux
Ubuntu 22.04 LTS, 20.04, 20.04 ARM, 18.04, 18.04 ARM, 16.04
SUSE Linux Enterprise Server 15 SP3, 15 SP2
21%
30.11.2025
software repository on your computer. Listing 1 shows you the Yum repository file for Fedora 14/15, or RHEL 6; the OpenShift website has installation how-tos for other systems (including Windows and Mac OS X
21%
30.11.2025
# If the line already exists ....
13 if [ $back -eq 0 ];
14 then
15 echo "############### Line already exists! #############"
16 grep $keyfield $newdat
17 echo
21%
12.05.2021
Start-stop cycle counter [sscc]
0x0f Application client [ac]
0x10 Self test results [str]
0x15 Background scan results [bsr]
0x18 Protocol specific port [psp]
0x1a
21%
26.02.2014
name;
print (" Bytes-sent: %15s (total) %15s (Per-Sec)" %
(bytes2human(stats_after.bytes_sent),
bytes2human(stats_after.bytes_sent -
stats
21%
12.05.2014
-h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 53G 35G 15G 70% /
tmpfs 3.6G 536K 3.6G 1% /dev/shm
/dev/sda1 485M 73M 387M 16% /boot
encfs
21%
18.03.2013
or every
:
job "disk monitoring"
every 15 minutes :
You can run individual jobs manually by typing whenjobs --start jobname
. Active jobs can be canceled by typing whenjobs --cancel
– using