Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.117.246.69
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nano /
Delete
Unzip
Name
Size
Permission
Date
Action
asm.nanorc
882
B
-rw-r--r--
2018-04-10 09:57
autoconf.nanorc
555
B
-rw-r--r--
2018-04-10 09:57
awk.nanorc
1.32
KB
-rw-r--r--
2018-04-10 09:57
c.nanorc
1.71
KB
-rw-r--r--
2018-05-27 17:04
changelog.nanorc
713
B
-rw-r--r--
2018-05-27 17:04
cmake.nanorc
825
B
-rw-r--r--
2018-04-10 09:57
css.nanorc
344
B
-rw-r--r--
2018-04-10 09:57
debian.nanorc
757
B
-rw-r--r--
2018-05-27 17:04
default.nanorc
419
B
-rw-r--r--
2018-04-10 09:57
elisp.nanorc
1.08
KB
-rw-r--r--
2018-04-10 09:57
fortran.nanorc
1.92
KB
-rw-r--r--
2018-04-10 09:57
gentoo.nanorc
4.13
KB
-rw-r--r--
2018-04-10 09:57
go.nanorc
1.36
KB
-rw-r--r--
2018-04-10 09:57
groff.nanorc
711
B
-rw-r--r--
2018-05-27 17:04
guile.nanorc
588
B
-rw-r--r--
2018-04-10 09:57
html.nanorc
1.18
KB
-rw-r--r--
2018-04-10 09:57
java.nanorc
653
B
-rw-r--r--
2018-04-10 09:57
javascript.nanorc
763
B
-rw-r--r--
2018-04-10 09:57
json.nanorc
879
B
-rw-r--r--
2018-04-10 09:57
lua.nanorc
2.31
KB
-rw-r--r--
2018-04-10 09:57
makefile.nanorc
535
B
-rw-r--r--
2018-06-02 08:20
man.nanorc
456
B
-rw-r--r--
2018-04-10 09:57
mgp.nanorc
229
B
-rw-r--r--
2018-04-10 09:57
mutt.nanorc
185
B
-rw-r--r--
2018-04-10 09:57
nanohelp.nanorc
390
B
-rw-r--r--
2018-04-10 09:57
nanorc.nanorc
2.64
KB
-rw-r--r--
2018-05-10 11:18
nftables.nanorc
792
B
-rw-r--r--
2018-04-10 09:57
objc.nanorc
1.76
KB
-rw-r--r--
2018-04-10 09:57
ocaml.nanorc
859
B
-rw-r--r--
2018-04-10 09:57
patch.nanorc
590
B
-rw-r--r--
2018-04-10 09:57
perl.nanorc
1.43
KB
-rw-r--r--
2018-04-10 09:57
php.nanorc
1.04
KB
-rw-r--r--
2018-04-10 09:57
po.nanorc
920
B
-rw-r--r--
2018-04-24 15:57
postgresql.nanorc
3
KB
-rw-r--r--
2018-04-10 09:57
pov.nanorc
632
B
-rw-r--r--
2018-04-10 09:57
python.nanorc
966
B
-rw-r--r--
2018-04-10 09:57
ruby.nanorc
1.48
KB
-rw-r--r--
2018-04-10 09:57
rust.nanorc
1.09
KB
-rw-r--r--
2018-05-27 17:04
sh.nanorc
1.36
KB
-rw-r--r--
2018-04-10 09:57
spec.nanorc
1.88
KB
-rw-r--r--
2018-05-27 17:04
tcl.nanorc
2.13
KB
-rw-r--r--
2018-04-10 09:57
tex.nanorc
200
B
-rw-r--r--
2018-04-10 09:57
texinfo.nanorc
465
B
-rw-r--r--
2018-04-10 09:57
xml.nanorc
527
B
-rw-r--r--
2018-04-10 09:57
Save
Rename
## Syntax highlighting for Lua. # ## Original author: Matthew Wild <mwild1 (at) gmail.com> ## License: GPL 3 or later syntax lua "\.lua$" magic "Lua script" comment "--" color brightwhite "\[\[.*\]\]" # Operators color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>" # Statements color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>" # Keywords color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawlen|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\(" # Standard library color brightyellow "\<coroutine\.(create|isyieldable|resume|running|status|wrap|yield)\>" color brightyellow "\<debug\.(debug|(get|set)(fenv|hook|local|metatable|(up|user)value)|getinfo|getregistry|traceback|upvalue(id|join))\>" color brightyellow "\<io\.(close|flush|input|lines|output|p?open|read|tmpfile|type|write|std(in|out|err))\>" color brightyellow "\<math\.(abs|acos|asin|atan2?|ceil|cosh?|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log)\>" color brightyellow "\<math\.((max|min)(integer)?|modf?|pi|pow|rad|random(seed)?|sinh?|sqrt|tan|tointeger|type|ult)\>" color brightyellow "\<os\.(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>" color brightyellow "\<package\.(config|cpath|loaded|loadlib|path|preload|searchers|searchpath|seeall)\>" color brightyellow "\<string\.(byte|char|dump|find|format|gmatch|gsub|len|lower|match|pack|packsize|rep|reverse|sub|unpack|upper)\>" color brightyellow "\<table\.(concat|insert|maxn|move|pack|remove|sort|unpack)\>" color brightyellow "\<utf8\.(char|charpattern|codepoint|codes|len|offset)\>" # File handle methods color brightyellow ":(close|flush|lines|read|seek|setvbuf|write)\>" # External files color brightgreen "\<(dofile|require)\>" # Special words color brightmagenta "\<(false|nil|true)\>" # Decimal and hexadecimal numbers color red "\<[0-9]+(\.[0-9]*)?([Ee][+-]?[0-9]+)?\>" icolor red "\<0x[0-9a-f]+(\.[0-9a-f]*)?(p[+-]?[0-9]+)?\>" # Brackets color brightmagenta "\(|\)|\[|\]|\{|\}" # Shebang color brightcyan "^#!.*" # Simple comments and multiline comments color green "--.*" color green start="--\[\[" end="\]\]" # Strings color red ""(\\.|[^"\])*"|'(\\.|[^'\])*'"