Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
dpkg /
Delete
Unzip
Name
Size
Permission
Date
Action
sh
[ DIR ]
drwxr-xr-x
2026-07-29 12:52
abitable
352
B
-rw-r--r--
2026-05-06 17:38
architecture.mk
644
B
-rw-r--r--
2026-05-06 17:38
buildapi.mk
404
B
-rw-r--r--
2026-05-06 17:38
buildflags.mk
2.93
KB
-rw-r--r--
2026-05-06 17:38
buildopts.mk
392
B
-rw-r--r--
2026-05-06 17:38
buildtools.mk
2.63
KB
-rw-r--r--
2026-05-06 17:38
cputable
2.01
KB
-rw-r--r--
2026-05-06 17:38
default.mk
481
B
-rw-r--r--
2026-05-06 17:38
no-pie-compile.specs
77
B
-rw-r--r--
2026-05-06 17:38
no-pie-link.specs
65
B
-rw-r--r--
2026-05-06 17:38
ostable
1.84
KB
-rw-r--r--
2026-05-06 17:38
pie-compile.specs
97
B
-rw-r--r--
2026-05-06 17:38
pie-link.specs
76
B
-rw-r--r--
2026-05-06 17:38
pkg-info.mk
1.53
KB
-rw-r--r--
2026-05-06 17:38
tupletable
2.67
KB
-rw-r--r--
2026-05-06 17:38
vendor.mk
1.83
KB
-rw-r--r--
2026-05-06 17:38
Save
Rename
# 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. # RUSTFLAGS: flags for the host Rust compiler (since 1.22.6ubuntu6.2). # # 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. # RUSTFLAGS_FOR_BUILD: flags for the build Rust compiler (since 1.22.6ubuntu6.2). # # You can also export them in the environment by setting # DPKG_EXPORT_BUILDFLAGS to a non-empty value. # # This list is kept in sync with the default set of flags returned # by dpkg-buildflags. dpkg_lazy_eval ?= $$(or $$(value DPKG_CACHE_$(1)),$$(eval DPKG_CACHE_$(1) := $$(shell $(2)))$$(value DPKG_CACHE_$(1))) DPKG_BUILDFLAGS_LIST = \ ASFLAGS \ ASFLAGS_FOR_BUILD \ CFLAGS \ CFLAGS_FOR_BUILD \ CPPFLAGS \ CPPFLAGS_FOR_BUILD \ CXXFLAGS \ CXXFLAGS_FOR_BUILD \ OBJCFLAGS \ OBJCFLAGS_FOR_BUILD \ OBJCXXFLAGS \ OBJCXXFLAGS_FOR_BUILD \ DFLAGS \ DFLAGS_FOR_BUILD \ FFLAGS \ FFLAGS_FOR_BUILD \ FCFLAGS \ FCFLAGS_FOR_BUILD \ LDFLAGS \ LDFLAGS_FOR_BUILD \ RUSTFLAGS \ RUSTFLAGS_FOR_BUILD \ # EOL 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)) $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_DEBUGPATH)) $(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