Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nano /
Delete
Unzip
Name
Size
Permission
Date
Action
debian
[ DIR ]
drwxr-xr-x
2026-06-06 06:19
extra
[ DIR ]
drwxr-xr-x
2026-06-06 06:19
asm.nanorc
714
B
-rw-r--r--
2026-06-04 07:51
autoconf.nanorc
635
B
-rw-r--r--
2026-06-04 07:51
awk.nanorc
1.31
KB
-rw-r--r--
2026-06-04 07:51
c.nanorc
1.88
KB
-rw-r--r--
2026-06-04 07:51
changelog.nanorc
790
B
-rw-r--r--
2026-06-04 07:51
cmake.nanorc
824
B
-rw-r--r--
2026-06-04 07:51
css.nanorc
485
B
-rw-r--r--
2026-06-04 07:51
debian.nanorc
801
B
-rw-r--r--
2021-12-16 00:16
default.nanorc
773
B
-rw-r--r--
2026-06-04 07:51
elisp.nanorc
1.08
KB
-rw-r--r--
2026-06-04 07:51
email.nanorc
340
B
-rw-r--r--
2026-06-04 07:51
go.nanorc
1.41
KB
-rw-r--r--
2026-06-04 07:51
groff.nanorc
742
B
-rw-r--r--
2026-06-04 07:51
guile.nanorc
562
B
-rw-r--r--
2026-06-04 07:51
haskell.nanorc
1009
B
-rw-r--r--
2026-06-04 07:51
html.nanorc
1.22
KB
-rw-r--r--
2026-06-04 07:51
java.nanorc
654
B
-rw-r--r--
2026-06-04 07:51
javascript.nanorc
822
B
-rw-r--r--
2026-06-04 07:51
json.nanorc
805
B
-rw-r--r--
2026-06-04 07:51
lua.nanorc
2.4
KB
-rw-r--r--
2026-06-04 07:51
makefile.nanorc
536
B
-rw-r--r--
2026-06-04 07:51
man.nanorc
717
B
-rw-r--r--
2026-06-04 07:51
markdown.nanorc
947
B
-rw-r--r--
2026-06-04 07:51
nanohelp.nanorc
594
B
-rw-r--r--
2026-06-04 07:51
nanorc.nanorc
3.26
KB
-rw-r--r--
2026-06-04 07:51
nftables.nanorc
927
B
-rw-r--r--
2026-06-04 07:51
objc.nanorc
1.45
KB
-rw-r--r--
2026-06-04 07:51
ocaml.nanorc
831
B
-rw-r--r--
2026-06-04 07:51
patch.nanorc
600
B
-rw-r--r--
2026-06-04 07:51
perl.nanorc
1.62
KB
-rw-r--r--
2026-06-04 07:51
php.nanorc
1.06
KB
-rw-r--r--
2026-06-04 07:51
po.nanorc
1.15
KB
-rw-r--r--
2026-06-04 07:51
python.nanorc
1.33
KB
-rw-r--r--
2026-06-04 07:51
ruby.nanorc
1.31
KB
-rw-r--r--
2026-06-04 07:51
rust.nanorc
1.01
KB
-rw-r--r--
2026-06-04 07:51
sh.nanorc
1.49
KB
-rw-r--r--
2026-06-04 07:51
sql.nanorc
2.35
KB
-rw-r--r--
2026-06-04 07:51
tcl.nanorc
1.97
KB
-rw-r--r--
2026-06-04 07:51
tex.nanorc
199
B
-rw-r--r--
2026-06-04 07:51
texinfo.nanorc
834
B
-rw-r--r--
2026-06-04 07:51
xml.nanorc
529
B
-rw-r--r--
2026-06-04 07:51
yaml.nanorc
1.34
KB
-rw-r--r--
2026-06-04 07:51
Save
Rename
## Syntax highlighting for OCaml. syntax ocaml "\.mli?$" magic "OCaml" comment "(*|*)" # Uid: color red "\<[A-Z][0-9a-z_]{2,}\>" # Declarations: color green "\<(let|val|method|in|and|rec|private|virtual|constraint)\>" # Structure items: color red "\<(type|open|class|module|exception|external)\>" # Patterns: color blue "\<(fun|function|functor|match|try|with)\>" # Pattern modifiers: color yellow "\<(as|when|of)\>" # Conditions: color cyan "\<(if|then|else)\>" # Blocks: color magenta "\<(begin|end|object|struct|sig|for|while|do|done|to|downto)\>" # Constants: color green "\<(true|false)\>" # Modules/classes: color green "\<(include|inherit|initializer)\>" # Expression modifiers: color yellow "\<(new|ref|mutable|lazy|assert|raise)\>" # Comments: color white start="\(\*" end="\*\)" # Strings: color brightblack ""[^"\]*""