Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
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--
2020-08-13 18:59
apps-bin-path.sh
840
B
-rw-r--r--
2025-11-21 07:08
debuginfod.csh
674
B
-rw-r--r--
2025-03-17 16:03
debuginfod.sh
596
B
-rw-r--r--
2025-03-17 16:03
gawk.csh
1.08
KB
-rw-r--r--
2019-11-03 19:22
gawk.sh
757
B
-rw-r--r--
2019-11-03 19:22
gnome-session_gnomerc.sh
1010
B
-rw-r--r--
2023-03-27 11:25
vte-2.91.sh
4.11
KB
-rw-r--r--
2024-06-12 14:26
vte.csh
967
B
-rw-r--r--
2022-03-28 12:37
xdg_dirs_desktop_session.sh
954
B
-rw-r--r--
2018-05-02 07:40
Save
Rename
# /etc/profile.d/desktop_session_xdg_dirs.sh - Prepend a $DESKTOP_SESSION-named directory to $XDG_CONFIG_DIRS and $XDG_DATA_DIRS 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" fi if [ -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