Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
usr /
share /
doc /
subversion-1.6.11 /
tools /
dev /
[ HOME SHELL ]
Name
Size
Permission
Action
iz
[ DIR ]
drwxr-xr-x
check-license.py
3.97
KB
-rwxr-xr-x
contribulyze.py
27.5
KB
-rwxr-xr-x
datecheck.py
2.46
KB
-rwxr-xr-x
find-bad-style.py
728
B
-rwxr-xr-x
gcov.patch
2.94
KB
-rw-r--r--
gen-javahl-errors.py
2.58
KB
-rwxr-xr-x
gnuify-changelog.pl
5.8
KB
-rwxr-xr-x
graph-dav-servers.py
4.45
KB
-rwxr-xr-x
lock-check.py
2.49
KB
-rwxr-xr-x
min-includes.sh
1.47
KB
-rwxr-xr-x
mlpatch.py
3.88
KB
-rwxr-xr-x
normalize-dump.py
3.11
KB
-rwxr-xr-x
po-merge.py
5.72
KB
-rwxr-xr-x
prebuild-cleanup.sh
644
B
-rwxr-xr-x
random-commits.py
903
B
-rwxr-xr-x
scramble-tree.py
8.16
KB
-rwxr-xr-x
stress.pl
16.26
KB
-rwxr-xr-x
svn-dev.el
20.24
KB
-rw-r--r--
svn-dev.vim
1.99
KB
-rw-r--r--
svn-entries.el
3.71
KB
-rw-r--r--
svn-merge-revs.py
2.36
KB
-rwxr-xr-x
trails.py
5.39
KB
-rwxr-xr-x
verify-history.py
2.09
KB
-rwxr-xr-x
warn-ignored-err.sh
1.98
KB
-rwxr-xr-x
which-error.py
3.46
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : svn-dev.vim
" This file sets vim up to use subversion's coding style. It can be applied on " a per buffer basis with :source svn-dev.vim, or can be source from ~/.vimrc to " apply settings to all files vim uses. For other variation try :help autocmd. " " TODO: Try to find a way to wrap comments without putting a * on the next line, " since most of subversion doesn't use that style. (Note that taking cro out of " formatoptions won't quite work, because then comments won't be wrapped by " default). " " Expand tab characters to spaces set expandtab " Tab key moves 8 spaces set tabstop=8 " '>>' moves 4 spaces set shiftwidth=4 " Wrap lines at 78 columns. " 78 so that vim won't swap over to the right before it wraps a line. set textwidth=78 " What counts as part of a word (used for tag matching, and motion commands) set iskeyword=a-z,A-Z,48-57,_,.,-,> " How to wrap lines " t=wrap lines, c=wrap comments, inserting comment leader, r=insert comment " leader after an <ENTER>, o=Insert comment leader after an 'o', q=Allow " formatting of comments with 'gq' set formatoptions=tcroq " Use C style indenting set cindent " Use the following rules to do C style indenting " (Note that an s mean number*shiftwidth) " >=normal indent, " e=indent inside braces(brace at end of line), " n=Added to normal indent if no braces, " f=opening brace of function, " {=opening braces, " }=close braces (from opening), " ^s=indent after brace, if brace is on column 0, " := case labels from switch, ==statements after case, " t=function return type, " +=continuation line, " c=comment lines from opener, " (=unclosed parens (0 means match), " u=same as ( but for second set of parens " " Try :help cinoptions-values set cinoptions=>1s,e0,n-2,f0,{.5s,}0,^-.5s,=.5s,t0,+1s,c3,(0,u0,\:2 " The following modelines can also be used to set the same options. "/* " * vim:ts=8:sw=4:expandtab:tw=78:fo=tcroq cindent " * vim:isk=a-z,A-Z,48-57,_,.,-,> " * vim:cino=>1s,e0,n-2,f0,{.5s,}0,^-.5s,=.5s,t0,+1s,c3,(0,u0,\:2 " */
Close