Linux biogene 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
Apache
: 46.101.124.208 | : 18.223.203.125
Cant Read [ /etc/named.conf ]
5.6.40-0+deb8u12
www-data
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
/
etc /
emacs /
site-start.d /
[ HOME SHELL ]
Name
Size
Permission
Action
00debian-vars.el
1.78
KB
-rw-r--r--
50dictionaries-common.el
1.76
KB
-rw-r--r--
50python-docutils.el
466
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 00debian-vars.el
;; 00debian-vars.el ;; ;; Initialize some emacs variables from debian policy files. ;; ;; Copyright (C) 1997, Frederic Lepied <Frederic.Lepied@sugix.frmug.org> ;; ;; original Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> ;; enhanced and documented by: Mark Eichin <eichin@kitten.gen.ma.us> ;;============================================================================= ;; Autoloaded section. ;;============================================================================= ;;;### (eval-when-compile ;; Quiet byte compiler (defvar gnus-nntpserver-file)) ;;;*** ;;============================================================================= ;; Configuration section. ;;============================================================================= (defun debian-file->string (name &optional func) "Convert a file into a string" (interactive "fFile name : ") (let ((filename (expand-file-name name))) (if (not (file-readable-p filename)) nil (with-temp-buffer ;; Do not run any user `find-file-hooks' (insert-file-contents-literally filename) (if func (funcall func)) (buffer-string))))) (defun debian-clean-mailname () (while (search-forward "\n" nil t) (replace-match "" nil t))) ;; Particular variables, and their justification: ;; policy/ch4.html, 4.3 Mail processing on Debian systems, /etc/mailname ;; policy/ch-binarypkg.html, 3.5 Maintainer scripts, /etc/news/server (let ((mailname (debian-file->string "/etc/mailname" (function debian-clean-mailname)))) (if mailname (setq mail-host-address mailname))) ;; Don't need to check NNTPSERVER for override, gnus does that for us. (if (file-readable-p "/etc/news/server") (setq gnus-nntpserver-file "/etc/news/server")) ;;; 00debian-vars.el ends here
Close