Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
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 19:06
Z97-byobu.sh
1.52
KB
-rw-r--r--
2020-02-17 23:11
Z99-cloud-locale-test.sh
3.32
KB
-rwxr-xr-x
2024-06-06 02:32
Z99-cloudinit-warnings.sh
841
B
-rwxr-xr-x
2024-06-06 02:32
apps-bin-path.sh
840
B
-rw-r--r--
2026-03-12 20:30
bash_completion.sh
726
B
-rw-r--r--
2021-11-16 06:58
gawk.csh
1.08
KB
-rw-r--r--
2023-08-17 19:24
gawk.sh
757
B
-rw-r--r--
2023-08-17 19:24
Save
Rename
# shellcheck shell=sh disable=SC1091,SC2039,SC2166 # Check for interactive bash and that we haven't already been sourced. if [ "x${BASH_VERSION-}" != x -a "x${PS1-}" != x -a "x${BASH_COMPLETION_VERSINFO-}" = x ]; then # Check for recent enough version of bash. if [ "${BASH_VERSINFO[0]}" -gt 4 ] || [ "${BASH_VERSINFO[0]}" -eq 4 -a "${BASH_VERSINFO[1]}" -ge 2 ]; then [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" if shopt -q progcomp && [ -r /usr/share/bash-completion/bash_completion ]; then # Source completion code. . /usr/share/bash-completion/bash_completion fi fi fi