Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.119.166.141
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
profile.d /
[ HOME SHELL ]
Name
Size
Permission
Action
01-locale-fix.sh
96
B
-rw-r--r--
Z97-byobu.sh
1.52
KB
-rw-r--r--
Z99-cloud-locale-test.sh
3.34
KB
-rwxr-xr-x
Z99-cloudinit-warnings.sh
873
B
-rwxr-xr-x
apps-bin-path.sh
835
B
-rw-r--r--
bash_completion.sh
664
B
-rw-r--r--
cedilla-portuguese.sh
1003
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : apps-bin-path.sh
# shellcheck shell=sh # Expand $PATH to include the directory where snappy applications go. snap_bin_path="/snap/bin" if [ -n "${PATH##*${snap_bin_path}}" ] && [ -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 [ -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 [ -n "${XDG_DATA_DIRS##*${snap_xdg_path}}" ] && [ -n "${XDG_DATA_DIRS##*${snap_xdg_path}:*}" ]; then export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${snap_xdg_path}" fi
Close