Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
update-notifier /
Delete
Unzip
Name
Size
Permission
Date
Action
apt-cdrom-check
2.39
KB
-rwxr-xr-x
2025-04-02 09:15
apt-check
18.28
KB
-rwxr-xr-x
2025-04-02 09:15
apt_check.py
18.28
KB
-rwxr-xr-x
2025-04-02 09:15
backend_helper.py
4.92
KB
-rwxr-xr-x
2025-04-02 09:15
cddistupgrader
619
B
-rwxr-xr-x
2025-04-02 09:15
distro-cd-updater
14.15
KB
-rwxr-xr-x
2025-04-02 09:15
list-oem-metapackages
1.3
KB
-rwxr-xr-x
2025-04-02 09:15
livepatch-notification
18.15
KB
-rwxr-xr-x
2025-04-02 09:15
package-data-downloader
11.83
KB
-rwxr-xr-x
2025-04-02 09:15
package-system-locked
358
B
-rwxr-xr-x
2025-04-02 09:15
system-crash-notification
14.15
KB
-rwxr-xr-x
2025-04-02 09:15
ubuntu-advantage-notification
14.15
KB
-rwxr-xr-x
2025-04-02 09:15
update-motd-fsck-at-reboot
2.81
KB
-rwxr-xr-x
2025-04-02 09:15
update-motd-hwe-eol
1.81
KB
-rwxr-xr-x
2025-04-02 09:15
update-motd-reboot-required
115
B
-rwxr-xr-x
2025-04-02 09:15
update-motd-updates-available
1.69
KB
-rwxr-xr-x
2025-04-02 09:15
update-notifier-crash
513
B
-rwxr-xr-x
2025-04-02 09:15
Save
Rename
#!/bin/sh set -e # if whoopsie in never report mode, don't show anything. which whoopsie has_whoopsie=$? systemctl -q is-enabled whoopsie whoopsie_enabled=$? if [ $has_whoopsie -eq 0 -a $whoopsie_enabled -ne 0 ]; then exit 0 fi if /usr/share/apport/apport-checkreports; then /usr/share/apport/apport-gtk else if /usr/share/apport/apport-checkreports --system; then if groups | grep -qE "sudo|admin" ; then /usr/lib/update-notifier/system-crash-notification fi fi fi