Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
miniconda3 /
python /
etc /
profile.d /
[ HOME SHELL ]
Name
Size
Permission
Action
conda.csh
2.18
KB
-rw-rw-r--
conda.sh
2.04
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : conda.csh
setenv CONDA_EXE "/opt/miniconda3/python/bin/conda" setenv _CONDA_ROOT "/opt/miniconda3/python" setenv _CONDA_EXE "/opt/miniconda3/python/bin/conda" setenv CONDA_PYTHON_EXE "/opt/miniconda3/python/bin/python" # Copyright (C) 2012 Anaconda, Inc # SPDX-License-Identifier: BSD-3-Clause if (! $?_CONDA_EXE) then set _CONDA_EXE="${PWD}/conda/shell/bin/conda" else if ("$_CONDA_EXE" == "") then set _CONDA_EXE="${PWD}/conda/shell/bin/conda" endif endif if ("`alias conda`" == "") then if ($?_CONDA_EXE) then # _CONDA_PFX is named so as not to cause confusion with CONDA_PREFIX # If nested backticks were possible we wouldn't use any variables here. set _CONDA_PFX=`dirname "${_CONDA_EXE}"` set _CONDA_PFX=`dirname "${_CONDA_PFX}"` alias conda source "${_CONDA_PFX}/etc/profile.d/conda.csh" # And for good measure, get rid of it afterwards. unset _CONDA_PFX else alias conda source "${PWD}/conda/shell/etc/profile.d/conda.csh" endif setenv CONDA_SHLVL 0 if (! $?prompt) then set prompt="" endif else switch ( "${1}" ) case "activate": set ask_conda="`(setenv prompt '${prompt}' ; '${_CONDA_EXE}' shell.csh activate '${2}' ${argv[3-]})`" set conda_tmp_status=$status if( $conda_tmp_status != 0 ) exit ${conda_tmp_status} eval "${ask_conda}" rehash breaksw case "deactivate": set ask_conda="`(setenv prompt '${prompt}' ; '${_CONDA_EXE}' shell.csh deactivate '${2}' ${argv[3-]})`" set conda_tmp_status=$status if( $conda_tmp_status != 0 ) exit ${conda_tmp_status} eval "${ask_conda}" rehash breaksw case "install" | "update" | "upgrade" | "remove" | "uninstall": $_CONDA_EXE $argv[1-] set ask_conda="`(setenv prompt '${prompt}' ; '${_CONDA_EXE}' shell.csh reactivate)`" set conda_tmp_status=$status if( $conda_tmp_status != 0 ) exit ${conda_tmp_status} eval "${ask_conda}" rehash breaksw default: $_CONDA_EXE $argv[1-] breaksw endsw endif
Close