Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
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
erb.nanorc
1.2
KB
-rw-r--r--
2017-11-20 03:20
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
puppet.nanorc
1.8
KB
-rw-r--r--
2017-11-20 03:20
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
## Nano syntax highlighting for Puppet. ## syntax "puppet" "\.pp$" #This goes first, so the normal builtins will override in some classes ## Paramerers color brightwhite "^[[:space:]]([a-z][a-z0-9_]+)" ## List of built in types, also catches defines color yellow "\<(augeas|computer|cron|exec|file|filebucket|group|host|interface|k5login|macauthorization|mailalias|maillist|mcx|mount|nagios_command|nagios_contact|nagios_contactgroup|nagios_host|nagios_hostdependency|nagios_hostescalation|nagios_hostextinfo|nagios_hostgroup|nagios_service|nagios_servicedependency|nagios_serviceescalation|nagios_serviceextinfo|nagios_servicegroup|nagios_timeperiod|notify|package|resources|router|schedule|scheduled_task|selboolean|selmodule|service|ssh_authorized_key|sshkey|stage|tidy|user|vlan|yumrepo|zfs|zone|zpool|)\>" ## Constants color brightblue "(\$|@|@@)?\<[A-Z]+[0-9A-Z_a-z]*" ## Ruby "symbols" color magenta "([ ]|^):[0-9A-Z_]+\>" ## Regular expressions color brightmagenta "/([^/]|(\\/))*/[iomx]*" "%r\{([^}]|(\\}))*\}[iomx]*" ## Shell command expansion is in `backticks` or like %x{this}. These are ## "double-quotish" (to use a perlism). color brightblue "`[^`]*`" "%x\{[^}]*\}" ## Strings, double-quoted color green ""([^"]|(\\"))*"" "%[QW]?\{[^}]*\}" "%[QW]?\([^)]*\)" "%[QW]?<[^>]*>" "%[QW]?\[[^]]*\]" "%[QW]?\$[^$]*\$" "%[QW]?\^[^^]*\^" "%[QW]?![^!]*!" ## Expression substitution. These go inside double-quoted strings, ## "like ${this}". color brightgreen "\$\{[^}]*\}" ## Strings, single-quoted color green "'([^']|(\\'))*'" "%[qw]\{[^}]*\}" "%[qw]\([^)]*\)" "%[qw]<[^>]*>" "%[qw]\[[^]]*\]" "%[qw]\$[^$]*\$" "%[qw]\^[^^]*\^" "%[qw]![^!]*!" ## Comments color cyan "#[^{].*$" "#$" color brightcyan "##[^{].*$" "##$" ## Some common markers color brightcyan "(XXX|TODO|FIXME|\?\?\?)" ## Trailing spaces color ,red "[[:space:]]+$"