Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
kernel /
postinst.d /
Delete
Unzip
Name
Size
Permission
Date
Action
initramfs-tools
863
B
-rwxr-xr-x
2022-02-09 04:54
unattended-upgrades
1.14
KB
-rwxr-xr-x
2022-01-15 07:25
update-notifier
1.51
KB
-rwxr-xr-x
2024-03-04 19:49
xx-update-initrd-links
882
B
-rwxr-xr-x
2021-05-27 18:43
zz-shim
372
B
-rwxr-xr-x
2023-01-31 20:57
zz-update-grub
646
B
-rwxr-xr-x
2022-12-03 00:18
Save
Rename
#! /bin/sh set -e which update-grub >/dev/null 2>&1 || exit 0 if type systemd-detect-virt >/dev/null 2>&1 && systemd-detect-virt --quiet --container; then exit 0 fi set -- $DEB_MAINT_PARAMS mode="${1#\'}" mode="${mode%\'}" case $0:$mode in # Only run on postinst configure and postrm remove, to avoid wasting # time by calling update-grub multiple times on upgrade and removal. # Also run if we have no DEB_MAINT_PARAMS, in order to work with old # kernel packages. */postinst.d/*:|*/postinst.d/*:configure|*/postrm.d/*:|*/postrm.d/*:remove) if [ -e /boot/grub/grub.cfg ]; then exec update-grub fi ;; esac exit 0