Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 216.73.216.79
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
2021-10-15 10:06
10-help-text
1.12
KB
-rwxr-xr-x
2024-01-02 14:57
50-landscape-sysinfo
1.54
KB
-rwxr-xr-x
2024-05-28 19:19
50-motd-news
4.91
KB
-rwxr-xr-x
2021-10-15 10:06
85-fwupd
84
B
-rwxr-xr-x
2023-05-17 05:35
90-updates-available
218
B
-rwxr-xr-x
2023-02-28 02:15
91-contract-ua-esm-status
296
B
-rwxr-xr-x
2023-11-30 17:00
91-release-upgrade
558
B
-rwxr-xr-x
2023-01-09 17:05
92-unattended-upgrades
165
B
-rwxr-xr-x
2021-02-19 12:11
95-hwe-eol
379
B
-rwxr-xr-x
2023-02-28 02:15
97-overlayroot
111
B
-rwxr-xr-x
2020-08-17 16:00
98-fsck-at-reboot
142
B
-rwxr-xr-x
2023-02-28 02:15
98-reboot-required
144
B
-rwxr-xr-x
2023-02-28 02:15
99-livepatch-kernel-upgrade-required
275
B
-rwxr-xr-x
2024-10-20 21:33
Save
Rename
#!/bin/sh # # 00-header - create the header of the MOTD # Copyright (C) 2009-2010 Canonical Ltd. # # Authors: Dustin Kirkland <kirkland@canonical.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ -r /etc/lsb-release ] && . /etc/lsb-release if [ -z "$DISTRIB_DESCRIPTION" ] && [ -x /usr/bin/lsb_release ]; then # Fall back to using the very slow lsb_release utility DISTRIB_DESCRIPTION=$(lsb_release -s -d) fi printf "Welcome to %s (%s %s %s)\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r)" "$(uname -m)"