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
/
snap /
snapd /
27406 /
etc /
profile.d /
Delete
Unzip
Name
Size
Permission
Date
Action
apps-bin-path.sh
840
B
-rw-r--r--
2026-05-30 15:12
Save
Rename
# shellcheck shell=sh # Expand $PATH to include the directory where snappy applications go. snap_bin_path="/snap/bin" if test -n "${PATH##*${snap_bin_path}}" && test -n "${PATH##*${snap_bin_path}:*}"; then export PATH="$PATH:${snap_bin_path}" fi # Ensure base distro defaults xdg path are set if nothing filed up some # defaults yet. if test -z "$XDG_DATA_DIRS" ; then export XDG_DATA_DIRS="/usr/local/share:/usr/share" fi # Desktop files (used by desktop environments within both X11 and Wayland) are # looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for # snappy applications' desktop files. snap_xdg_path="/var/lib/snapd/desktop" if test -n "${XDG_DATA_DIRS##*${snap_xdg_path}}" && test -n "${XDG_DATA_DIRS##*${snap_xdg_path}:*}"; then export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${snap_xdg_path}" fi