17%
14.06.2017
As part of my life experience, I have discovered that people like to keep pretty much every piece of data that’s crossed their hard drive. That is, the rm
command is rarely, if ever, used. I am
17%
30.11.2025
user_u:system_r:httpd_t root 3728 1 2 10:49 ? 00:00:00 /usr/sbin/httpd
07 user_u:system_r:httpd_t apache 3730 3728 0 10:49 ? 00:00:00 /usr/sbin/httpd
08 ...
The weird
17%
04.11.2011
the six entries are less than the default of nine jobs allowed to start at once.
Listing 3: Processing the Files in Parallel
01 $ find . | parallel ‑v 'echo $(ls ‑1 /proc/self/task); sleep 1s; echo {}'
02
17%
03.02.2022
"Accept" -> "text/html",
16 "User-Agent" -> "LinuxMagazine/1.0.1",
17 "Accept-Encoding" -> "gzip, deflate",
18 "Connection" -> "keep-alive",
19 "DNT" -> "1" )
20
21 // http connector
22
17%
05.02.2023
script (Listing 2) are located.
Listing 1
Dockerfile_ServerBase
FROM ubuntu:22.04
ENV container docker
# Don't start any optional services except for the few we need.
RUN find /etc
17%
19.05.2014
output from the mux. Here’s is a simple text diagram from the SSHFS-MUX website that illustrates how this works:
host1: host2: host3:
directory1 directory2
17%
30.11.2025
(6192 bits), 774 bytes captured (6192 bits)
Ethernet II, Src: 00:1a:2b:3c:4d:5e, Dst: 00:6f:7g:8h:9i:0j
Internet Protocol Version 4, Src: 192.168.1.101, Dst: 192.168.1.104
User Datagram Protocol, Src Port
17%
20.03.2014
, password = "Secret", user = user
0.000u 0.000s 0:39.71 0.0% 0+0k 0+0io 0pf+0w
or
# hdparm --user-master u --security-erase-enhanced "Secret" /dev/sdb
In both cases, not only is the delete process
17%
21.11.2012
, it’s very easy to get laptops with at least two, if not four, cores. Desktops can easily have eight cores with lots of memory. You can also get x86 servers with 64 cores that access all of the memory
17%
20.06.2022
.8 or later, PIP, and Python-venv. On Ubuntu or Arch Linux type,
apt install python3 python3-venv python3-pip
pacman -S python python-pip
respectively. Now create a file named app.py with the content