Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.177
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--
2024-04-22 13:04
Z97-byobu.sh
1.52
KB
-rw-r--r--
2025-08-05 17:14
Z99-cloud-locale-test.sh
3.32
KB
-rwxr-xr-x
2025-06-24 21:14
Z99-cloudinit-warnings.sh
841
B
-rwxr-xr-x
2025-06-24 21:14
apps-bin-path.sh
840
B
-rw-r--r--
2025-11-21 07:08
bash_completion.sh
726
B
-rw-r--r--
2025-08-05 17:14
gawk.csh
1.08
KB
-rw-r--r--
2024-03-31 05:33
gawk.sh
757
B
-rw-r--r--
2024-03-31 05:33
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