67%
23.03.2022
Inodes IUsed IFree IUse% Mounted on
udev 32968052 916 32967136 1% /dev
tmpfs 32983590 1409 32982181 1% /run
/dev/nvme0n1p2 31227904 814030 30413874 3% /
tmpfs 32983590
66%
29.09.2020
About a minute ago 534MB
node 8-alpine 2b8fcdc6230a 3 months ago 73.5MB
The right side of Figure 1 shows CPU and Memory information along with the number of running, paused
66%
09.08.2015
'
'/[Mm]an/p'
sed -n '/[Mm]an/p' textdata.txt
2
All lines except 3 through 5
'3,5!'
sed -n '3,5!'p textdata.txt
3
All lines except those containing 'Man
66%
17.02.2015
Xino-Lime
Linux
All-winner A10 processor
Single ARM Cortex-A8 @1GHz
Mali-400
512MB DDR3
SATA connector, 2 USB, Fast Ethernet, USB OTG, HDMI
1.9W
$44/EUR 30
66%
06.10.2019
": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
error now
66%
07.11.2023
/dev/vg0/lv0
mke2fs 1.46.5 (30-Dec-2021)
Creating filesystem with 483184640 4k blocks and 120799232 inodes
Filesystem UUID: 7df63c80-0c91-4f71-9776-d704dadfad3a
Superblock
66%
22.08.2011
:lanman passfile.txt
Loaded 2 passwords with 2 different salts (FreeBSD MD5 [32/64])
guesses: 0 time: 1:04:04:08 (3) c/s: 10927 trying: gmugoky - gmugok2
guesses: 0 time: 1:09:25:10 (3) c/s: 10929 trying
66%
17.02.2015
fecbc1a5ad080b0efd
74680c6e1f4b28fb2c7ff419872418-c7-x86_64-comps.xml.gz
/var/www/html/repodata/
03 [root@localhost ~]# gunzip /var/www/html/repodata/4b9ac2454536a901
fecbc1a5ad080b0efd74680c6e1f
66%
06.10.2019
.e., output all warnings) shows in Listing 4.
Listing 3
Splint Warnings
splint -strict example1.c
Splint 3.1.2 --- 11 May 2019
example1.c: (in function main)
example1.c:9:5: Format string
66%
07.11.2011
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
... ‑Wall ‑fopenmp helloworld.c
$ export OMP_NUM_THREADS=4
[...]
$ ./a.out
Hello World from thread 3
Hello World from thread 0
Hello World from thread 1
Hello World from thread 2
There are 4 threads
If you ...
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.