Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.145.208.57
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
Modules /
init /
Delete
Unzip
Name
Size
Permission
Date
Action
ksh-functions
[ DIR ]
drwxr-xr-x
2024-03-03 19:12
zsh-functions
[ DIR ]
drwxr-xr-x
2024-03-03 19:12
bash
4.04
KB
-rw-r--r--
2023-10-14 18:46
bash_completion
11.2
KB
-rw-r--r--
2023-10-14 18:46
cmake
1.88
KB
-rw-r--r--
2023-10-14 18:46
csh
3.78
KB
-rw-r--r--
2023-10-14 18:46
fish
1.69
KB
-rw-r--r--
2023-10-14 18:46
fish_completion
9.42
KB
-rw-r--r--
2023-10-14 18:46
ksh
4.06
KB
-rw-r--r--
2023-10-14 18:46
lisp
3.15
KB
-rw-r--r--
2023-10-14 18:46
perl.pm
1.09
KB
-rw-r--r--
2023-10-14 18:46
profile-compat.csh
197
B
-rw-r--r--
2023-10-14 18:46
profile-compat.sh
309
B
-rw-r--r--
2023-10-14 18:46
profile.csh
105
B
-rw-r--r--
2023-10-14 18:46
profile.sh
448
B
-rw-r--r--
2023-10-14 18:46
python.py
1.5
KB
-rw-r--r--
2023-10-14 18:46
r.R
961
B
-rw-r--r--
2023-10-14 18:46
ruby.rb
1.35
KB
-rw-r--r--
2023-10-14 18:46
sh
3.91
KB
-rw-r--r--
2023-10-14 18:46
tcl
1.05
KB
-rw-r--r--
2023-10-14 18:46
tcsh
3.79
KB
-rw-r--r--
2023-10-14 18:46
tcsh_completion
5.39
KB
-rw-r--r--
2023-10-14 18:46
zsh
4.05
KB
-rw-r--r--
2023-10-14 18:46
Save
Rename
# define modules runtine quarantine configuration set -xg MODULES_RUN_QUARANTINE 'LD_LIBRARY_PATH LD_PRELOAD' # setup quarantine if defined set _mlre ''; for _mlv in (string split ' ' $MODULES_RUN_QUARANTINE) if string match -r '^[A-Za-z_][A-Za-z0-9_]*$' $_mlv >/dev/null if set -q $_mlv set _mlre $_mlre$_mlv"_modquar='$$_mlv' " end set _mlrv "MODULES_RUNENV_$_mlv" set _mlre "$_mlre$_mlv='$$_mlrv' " end end if [ -n "$_mlre" ] set _mlre "env $_mlre" end # define module command and surrounding initial environment (default value # for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files) eval $_mlre /usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl fish autoinit | source - # no environment alteration if the above autoinit command failed if [ $status -eq 0 ] if status -i if [ -r /usr/share/Modules/init/fish_completion ] source /usr/share/Modules/init/fish_completion end end # no switchml definition since there is no Fish support in C version if not contains /usr/share/Modules/bin $PATH set -xg PATH /usr/share/Modules/bin $PATH end # initialize MANPATH if not set with a value that preserves manpath system # configuration even after addition of paths to this variable by modulefiles if not set -q MANPATH set -xg MANPATH : end if not string match -q '*:/usr/share/man:*' :(manpath ^/dev/null): if [ -z "$MANPATH" -o "$MANPATH" = ':' ] set _mlpathsep '' else set _mlpathsep : end set -xg MANPATH /usr/share/man$_mlpathsep$MANPATH set -e _mlpathsep end end # clean temp variables used to setup quarantine set -e _mlre; set -e _mlv; set -e _mlrv;