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.171
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 /
emacs /
site-start.d /
[ HOME SHELL ]
Name
Size
Permission
Action
00debian.el
584
B
-rw-r--r--
50autoconf.el
729
B
-rw-r--r--
50dictionaries-common.el
1.81
KB
-rw-r--r--
50psvn.el
101
B
-rw-r--r--
50tcsh.el
1.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 50tcsh.el
;;; 50tcsh.el -- debian emacs setups for tcsh (if (not (file-exists-p "/usr/share/emacs/site-lisp/csh-mode.el")) (message "tcsh removed but not purged, skipping setup") (autoload 'csh-mode "csh-mode" "csh-mode 2.0 - Major mode for editing csh and tcsh scripts." t) ;; Emacs comes with `interpreter-mode-alist' settings to put ;; #!/usr/bin/csh and #!/usr/bin/tcsh files in `sh-mode'. ;; Whether you want `sh-mode' or `csh-mode' is a matter of personal ;; preference. For now we leave the Emacs supplied sh-mode as the default. ;; Uncomment the lines below if you want csh-mode system-wide, or copy and ;; uncomment them in your .emacs for individual use. ;; ;; The lines are as recommended by docstring of `csh-mode', except ;; * \' for end of string ;; * .tcsh too, eg. /usr/share/doc/util-linux/examples/getopt-parse.tcsh ;; .login is allowed to be a suffix since it can appear as extension like ;; /etc/csh.login as well as whole name like ~/.login ;; (add-to-list 'auto-mode-alist '("\\.t?csh\\'" . csh-mode)) ;; (add-to-list 'auto-mode-alist '("\\.login\\'" . csh-mode)) ;; (add-to-list 'interpreter-mode-alist '("t?csh\\'" . csh-mode)) )
Close