Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
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
2025-08-15 18:10
zsh-functions
[ DIR ]
drwxr-xr-x
2025-08-15 18:10
bash
1.7
KB
-rw-r--r--
2023-09-27 15:12
bash_completion
12.53
KB
-rw-r--r--
2023-09-27 15:12
cmake
1.2
KB
-rw-r--r--
2023-09-27 15:12
csh
232
B
-rw-r--r--
2023-09-27 15:12
fish
867
B
-rw-r--r--
2023-09-27 15:12
fish_completion
13
KB
-rw-r--r--
2023-05-14 17:11
ksh
1.7
KB
-rw-r--r--
2023-09-27 15:12
lisp
3.15
KB
-rw-r--r--
2023-09-27 15:12
perl.pm
764
B
-rw-r--r--
2023-09-27 15:12
profile.csh
109
B
-rw-r--r--
2023-09-27 15:12
profile.sh
479
B
-rw-r--r--
2023-09-27 15:12
python.py
1.14
KB
-rw-r--r--
2023-09-27 15:12
r.R
1005
B
-rw-r--r--
2023-09-27 15:12
ruby.rb
883
B
-rw-r--r--
2023-09-27 15:12
sh
2.08
KB
-rw-r--r--
2023-09-27 15:12
tcl
1.1
KB
-rw-r--r--
2023-09-27 15:12
tcsh
233
B
-rw-r--r--
2023-09-27 15:12
tcsh_completion
7.78
KB
-rw-r--r--
2023-09-27 15:12
zsh
1.99
KB
-rw-r--r--
2023-09-27 15:12
Save
Rename
# define modules runtime quarantine configuration set(ENV{MODULES_RUN_QUARANTINE} "LD_LIBRARY_PATH LD_PRELOAD") # setup quarantine if defined set(_mlre "") if(DEFINED ENV{MODULES_RUN_QUARANTINE}) string(REPLACE " " ";" _mlv_list "$ENV{MODULES_RUN_QUARANTINE}") foreach(_mlv ${_mlv_list}) if(${_mlv} MATCHES "^[A-Za-z_][A-Za-z0-9_]*$") if(DEFINED ENV{${_mlv}}) set(_mlre "${_mlre}__MODULES_QUAR_${_mlv}=$ENV{${_mlv}};") endif() set(_mlrv "MODULES_RUNENV_${_mlv}") set(_mlre "${_mlre}${_mlv}=$ENV{${_mlrv}};") endif() endforeach() if (NOT "${_mlre}" STREQUAL "") set(_mlre "env;${_mlre}__MODULES_QUARANTINE_SET=1;") endif() endif() # define module command and surrounding initial environment (default value # for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files) execute_process(COMMAND mktemp -t moduleinit.cmake.XXXXXXXXXXXX OUTPUT_VARIABLE tempfile_name OUTPUT_STRIP_TRAILING_WHITESPACE) execute_process(COMMAND ${_mlre} /usr/bin/tclsh "/usr/share/Modules/libexec/modulecmd.tcl" cmake autoinit OUTPUT_FILE ${tempfile_name}) if(EXISTS ${tempfile_name}) include(${tempfile_name}) file(REMOVE ${tempfile_name}) endif()