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
/
etc /
update-motd.d /
Delete
Unzip
Name
Size
Permission
Date
Action
00-header
1.19
KB
-rwxr-xr-x
2020-08-13 18:59
10-help-text
1.12
KB
-rwxr-xr-x
2024-01-02 17:37
50-motd-news
4.91
KB
-rwxr-xr-x
2020-08-17 13:31
90-updates-available
218
B
-rwxr-xr-x
2021-05-14 19:02
91-contract-ua-esm-status
296
B
-rwxr-xr-x
2024-04-30 20:35
91-release-upgrade
558
B
-rwxr-xr-x
2022-08-22 19:13
92-unattended-upgrades
165
B
-rwxr-xr-x
2020-02-17 11:37
95-hwe-eol
379
B
-rwxr-xr-x
2022-03-30 10:20
98-fsck-at-reboot
142
B
-rwxr-xr-x
2021-05-14 18:43
98-reboot-required
144
B
-rwxr-xr-x
2021-05-14 18:43
Save
Rename
#!/bin/sh # if the current release is under development there won't be a new one [ -r /etc/lsb-release ] && . /etc/lsb-release if [ -z "$DISTRIB_DESCRIPTION" ] && command -v lsb_release > /dev/null; then DISTRIB_DESCRIPTION=$(lsb_release -s -d) fi if [ "$(echo "$DISTRIB_DESCRIPTION" | cut -d' ' -f4)" = "(development" ]; then exit 0 fi # if it is non-root user, skip if [ $(id -u) -ne 0 ]; then exit 0 fi if [ -x /usr/lib/ubuntu-release-upgrader/release-upgrade-motd ]; then exec /usr/lib/ubuntu-release-upgrader/release-upgrade-motd fi