Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
pigz /
Delete
Unzip
Name
Size
Permission
Date
Action
README
2.13
KB
-rw-r--r--
2023-08-20 05:20
README.Debian
1.03
KB
-rw-r--r--
2023-08-22 19:47
changelog.Debian.gz
403
B
-rw-r--r--
2023-08-22 19:47
copyright
1.22
KB
-rw-r--r--
2023-08-22 19:47
Save
Rename
pigz for Debian --------------- This is the pigz utility packaged for Debian. All relevant information can be found in the manpage pigz(1). pigz is supposed to be a replacement of gzip - however, the default installation is not replacing gzip binary due to various concerns, like differences in the output data, differences in program/help output, basic risk considerations (/bin/gzip is an essential executable), and the fact that it's installed in /usr spaces which might be not located within / filesystem space. If the mentioned concerns don't scare you or are not relevant, it's possible to make it a system-wide default setting by running the following commands as root. It's also advisable to make sure that pigz is not accidentally uninstalled during administrative work since the usual safety mechanisms won't be triggered here. dpkg-divert --local --add --rename --divert /bin/gzip.gzip /bin/gzip ln -s /usr/bin/pigz /bin/gzip This can be reverted later using: rm /bin/gzip dpkg-divert --remove --rename --divert /bin/gzip.gzip /bin/gzip