Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.220.196.68
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
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 /
debhelper /
autoscripts /
[ HOME SHELL ]
Name
Size
Permission
Action
maintscript-helper
41
B
-rw-r--r--
postinst-emacsen
335
B
-rw-r--r--
postinst-icons
216
B
-rw-r--r--
postinst-init
267
B
-rw-r--r--
postinst-init-nostart
238
B
-rw-r--r--
postinst-init-restart
350
B
-rw-r--r--
postinst-init-tmpfiles
359
B
-rw-r--r--
postinst-menu
94
B
-rw-r--r--
postinst-menu-method
146
B
-rw-r--r--
postinst-modules
231
B
-rw-r--r--
postinst-pycompile
75
B
-rw-r--r--
postinst-systemd-dont-enable
662
B
-rw-r--r--
postinst-systemd-enable
747
B
-rw-r--r--
postinst-systemd-restart
365
B
-rw-r--r--
postinst-systemd-restartnostar...
317
B
-rw-r--r--
postinst-systemd-start
282
B
-rw-r--r--
postinst-tex
286
B
-rw-r--r--
postinst-ucf
121
B
-rw-r--r--
postinst-usrlocal
373
B
-rw-r--r--
postinst-wm
310
B
-rw-r--r--
postinst-wm-noman
223
B
-rw-r--r--
postinst-xfonts
59
B
-rw-r--r--
postinst-xmlcatalog
60
B
-rw-r--r--
postrm-debconf
112
B
-rw-r--r--
postrm-icons
84
B
-rw-r--r--
postrm-init
269
B
-rw-r--r--
postrm-menu
69
B
-rw-r--r--
postrm-menu-method
170
B
-rw-r--r--
postrm-modules
99
B
-rw-r--r--
postrm-sgmlcatalog
55
B
-rw-r--r--
postrm-systemd
340
B
-rw-r--r--
postrm-systemd-reload-only
92
B
-rw-r--r--
postrm-tex
856
B
-rw-r--r--
postrm-ucf
268
B
-rw-r--r--
postrm-xfonts
66
B
-rw-r--r--
postrm-xmlcatalog
68
B
-rw-r--r--
preinst-emacsen
255
B
-rw-r--r--
preinst-pycentral-clean
233
B
-rw-r--r--
prerm-emacsen
198
B
-rw-r--r--
prerm-init
88
B
-rw-r--r--
prerm-init-norestart
109
B
-rw-r--r--
prerm-pyclean
173
B
-rw-r--r--
prerm-systemd
95
B
-rw-r--r--
prerm-systemd-restart
116
B
-rw-r--r--
prerm-usrlocal
89
B
-rw-r--r--
prerm-wm
84
B
-rw-r--r--
prerm-xmlcatalog
81
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : postrm-tex
## ## postrm-tex ## ## postrm snippets for unregistering maps, formats, hyphens ## and removing format dumps ## ## Authors: ## Norbert Preining <preining@logic.at> ## # dhit_call_update_texmf_config () { if which update-texmf-config >/dev/null; then update-texmf-config $* else echo "update-texmf-config not present: is tex-common installed?" >&2 fi } case "$1" in remove|disappear) #WHATTODO# for fmt in #FORMATS# ; do rm -f /var/lib/texmf/web2c/$fmt.* dn=`dirname $fmt` if [ $dn != "." ] ; then if [ -d /var/lib/texmf/web2c/$dn ] ; then rmdir --ignore-fail-on-non-empty /var/lib/texmf/web2c/$dn fi fi done ;; purge|upgrade|failed-upgrade|abort-upgrade|abort-install) ;; esac
Close