Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.242.81
128 Domain
8.2.28
aev999
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 /
X11 /
[ HOME SHELL ]
Name
Size
Permission
Action
Xreset.d
[ DIR ]
drwxr-xr-x
Xresources
[ DIR ]
drwxr-xr-x
Xsession.d
[ DIR ]
drwxr-xr-x
xkb
[ DIR ]
drwxr-xr-x
xorg.conf.d
[ DIR ]
drwxr-xr-x
Xreset
709
B
-rwxr-xr-x
Xsession
4.04
KB
-rwxr-xr-x
Xsession.options
265
B
-rw-r--r--
rgb.txt
16.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Xreset
#!/bin/sh # # /etc/X11/Xreset # # global Xreset file -- for use by display managers # $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $ set -e PROGNAME=Xreset SYSSESSIONDIR=/etc/X11/Xreset.d if [ ! -d "$SYSSESSIONDIR" ]; then # Nothing to do, exiting exit 0 fi # use run-parts to source every file in the session directory; we source # instead of executing so that the variables and functions defined above # are available to the scripts, and so that they can pass variables to each # other SESSIONFILES=$(run-parts --list $SYSSESSIONDIR) if [ -n "$SESSIONFILES" ]; then set +e for SESSIONFILE in $SESSIONFILES; do . $SESSIONFILE done set -e fi exit 0 # vim:set ai et sts=2 sw=2 tw=80:
Close