Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
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
abitable
362
B
-rw-r--r--
2022-05-24 15:28
architecture.mk
614
B
-rw-r--r--
2022-05-24 15:28
buildflags.mk
1.55
KB
-rw-r--r--
2022-05-24 15:28
cputable
1.92
KB
-rw-r--r--
2022-05-24 15:28
default.mk
271
B
-rw-r--r--
2022-05-24 15:28
no-pie-compile.specs
77
B
-rw-r--r--
2022-05-24 15:28
no-pie-link.specs
65
B
-rw-r--r--
2022-05-24 15:28
ostable
1.95
KB
-rw-r--r--
2022-05-24 15:28
pie-compile.specs
97
B
-rw-r--r--
2022-05-24 15:28
pie-link.specs
76
B
-rw-r--r--
2022-05-24 15:28
pkg-info.mk
1.47
KB
-rw-r--r--
2022-05-24 15:28
tupletable
1.33
KB
-rw-r--r--
2022-05-24 15:28
vendor.mk
803
B
-rw-r--r--
2022-05-24 15:28
Save
Rename
# Makefile snippet defining the following vendor-related variables: # # DEB_VENDOR: output of dpkg-vendor --query Vendor # DEB_PARENT_VENDOR: output of dpkg-vendor --query Parent (can be empty) # # The snippet also defines a macro "dpkg_vendor_derives_from" that you can # use to verify if the current vendor derives from another vendor with a # simple test like this one: # ifeq ($(call dpkg_vendor_derives_from ubuntu),yes) # ... # endif dpkg_late_eval ?= $(or $(value DPKG_CACHE_$(1)),$(eval DPKG_CACHE_$(1) := $(shell $(2)))$(value DPKG_CACHE_$(1))) DEB_VENDOR = $(call dpkg_late_eval,DEB_VENDOR,dpkg-vendor --query Vendor) DEB_PARENT_VENDOR = $(call dpkg_late_eval,DEB_PARENT_VENDOR,dpkg-vendor --query Parent) dpkg_vendor_derives_from = dpkg-vendor --derives-from $(1) && echo yes || echo no