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 : 18.117.92.75
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
profile.d /
Delete
Unzip
Name
Size
Permission
Date
Action
01-locale-fix.sh
96
B
-rw-r--r--
2021-10-15 10:06
Z97-byobu.sh
1.52
KB
-rw-r--r--
2020-02-17 14:11
Z99-cloud-locale-test.sh
3.32
KB
-rwxr-xr-x
2024-07-11 21:27
Z99-cloudinit-warnings.sh
841
B
-rwxr-xr-x
2024-02-27 15:14
apps-bin-path.sh
835
B
-rw-r--r--
2023-05-29 12:08
bash_completion.sh
726
B
-rw-r--r--
2021-11-15 21:58
gawk.csh
1.08
KB
-rw-r--r--
2023-08-17 10:24
gawk.sh
757
B
-rw-r--r--
2023-08-17 10:24
vte-2.91.sh
1.86
KB
-rw-r--r--
2022-03-28 12:37
vte.csh
967
B
-rw-r--r--
2022-03-28 12:37
Save
Rename
# Copyright © 2019 Red Hat, Inc. # # 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 3 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, see <https://www.gnu.org/licenses/>. # # Red Hat Author(s): Carlos Santos # exit if non-interactive, csh, no terminal or old VTE versions if ( ! $?prompt | ! $?tcsh | ! $?TERM | ! $?VTE_VERSION ) exit switch($TERM) case xterm*: alias precmd 'echo -n "\e]7;file://$HOST"; /usr/libexec/vte-urlencode-cwd; echo -n "\e\\"' endsw