Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-4.15.0-213 /
lib /
zstd /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
683
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o ccflags-y += -O3 # Object files unique to zstd_compress and zstd_decompress zstd_compress-y := fse_compress.o huf_compress.o compress.o zstd_decompress-y := huf_decompress.o decompress.o # These object files are shared between the modules. # Always add them to zstd_compress. # Unless both zstd_compress and zstd_decompress are built in # then also add them to zstd_decompress. zstd_compress-y += entropy_common.o fse_decompress.o zstd_common.o ifneq ($(CONFIG_ZSTD_COMPRESS)$(CONFIG_ZSTD_DECOMPRESS),yy) zstd_decompress-y += entropy_common.o fse_decompress.o zstd_common.o endif
Close