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 : 13.58.147.98
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 module command and surrounding initial environment (default value # for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files) eval "`/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl tcsh autoinit`" # no environment alteration if the above autoinit command failed if ( $status == 0 ) then # clarify compat version is not enabled for below tests if ( ! $?MODULES_USE_COMPAT_VERSION ) then setenv MODULES_USE_COMPAT_VERSION 0 endif # redefine module command if compat version has been activated if ( "$MODULES_USE_COMPAT_VERSION" == '1' ) then setenv MODULES_CMD /usr/share/Modules/libexec/modulecmd-compat ; if ( $?histchars && $?prompt ) alias module 'set _histchars = $histchars; unset histchars; set _prompt=$prompt:q; set prompt=""; eval `/usr/share/Modules/libexec/modulecmd-compat tcsh \!*`; set _exit="$status"; set histchars = $_histchars; unset _histchars; set prompt=$_prompt:q; unset _prompt; test 0 = $_exit' ; if ( $?histchars && ! $?prompt ) alias module 'set _histchars = $histchars; unset histchars; eval `/usr/share/Modules/libexec/modulecmd-compat tcsh \!*`; set _exit="$status"; set histchars = $_histchars; unset _histchars; test 0 = $_exit' ; if ( ! $?histchars && $?prompt ) alias module 'set _prompt=$prompt:q; set prompt=""; eval `/usr/share/Modules/libexec/modulecmd-compat tcsh \!*`; set _exit="$status"; set prompt=$_prompt:q;unset _prompt; test 0 = $_exit' ; if ( ! $?histchars && ! $?prompt ) alias module 'eval `/usr/share/Modules/libexec/modulecmd-compat tcsh \!*`' ; endif # define function to switch between C and Tcl versions of Modules set switchml_defined="`alias switchml`" if ( "$switchml_defined" == '' ) then alias switchml 'set swfound=1; \\ if ( ! $?MODULES_USE_COMPAT_VERSION ) setenv MODULES_USE_COMPAT_VERSION 0; \\ if ( "$MODULES_USE_COMPAT_VERSION" == "1" ) set swname="main"; \\ if ( "$MODULES_USE_COMPAT_VERSION" == "1" && -e /usr/share/Modules/libexec/modulecmd.tcl ) set swfound=0; \\ if ( "$MODULES_USE_COMPAT_VERSION" != "1" ) set swname="compatibility"; \\ if ( "$MODULES_USE_COMPAT_VERSION" != "1" && -e /usr/share/Modules/libexec/modulecmd-compat ) set swfound=0; \\ if ( $swfound == 0 && $swname == "main" ) setenv MODULES_USE_COMPAT_VERSION 0; \\ if ( $swfound == 0 && $swname == "compatibility" ) setenv MODULES_USE_COMPAT_VERSION 1; \\ if ( $swfound == 0 ) echo "Switching to Modules $swname version"; \\ if ( $swfound == 0 ) source /usr/share/Modules/init/tcsh; \\ if ( $swfound != 0 ) echo "Cannot switch to Modules $swname version, command not found"; \\ unset swfound swname;' endif unset switchml_defined if ( $?tcsh && $?prompt && -r /usr/share/Modules/init/tcsh_completion ) then if ( "$MODULES_USE_COMPAT_VERSION" != '1' ) then source /usr/share/Modules/init/tcsh_completion else # no completion support on compat version uncomplete module endif endif if ( ":${PATH}:" !~ '*:/usr/share/Modules/bin:*' ) then if ( "$PATH" == '' ) then setenv PATH /usr/share/Modules/bin else setenv PATH "/usr/share/Modules/bin:$PATH" endif endif if ( $?MANPATH ) then set manpath = $MANPATH else set manpath = `manpath` # initialize MANPATH if not set with a value that preserves manpath # system configuration even after addition of paths to this variable # by modulefiles setenv MANPATH : endif if ( ":${manpath}:" !~ '*:/usr/share/man:*' ) then if ( "$MANPATH" == '' || "$MANPATH" == ':' ) then set mlpathsep = '' else set mlpathsep = : endif setenv MANPATH "/usr/share/man$mlpathsep$MANPATH" unset mlpathsep endif unset manpath endif