diff options
Diffstat (limited to 'tools/index.html')
-rw-r--r-- | tools/index.html | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/tools/index.html b/tools/index.html index 5fdcee3..9e507d6 100644 --- a/tools/index.html +++ b/tools/index.html @@ -6,25 +6,27 @@ </head> <body> - <a href="../index.html">Documentation Index</a> <h1>Tools</h1> <p>Selection of system tools that extends core documentation.<p> - <h2>System Administration</h2> + <a href="../index.html">Documentation Index</a> + + <h2>System Tools</h2> <ul> - <li><a href="pkgutils.html">Pkgutils</a></li> <li><a href="lynx.html">Lynx</a></li> <li><a href="irssi.html">Irssi</a></li> <li><a href="wireless.html">Wireless</a></li> <li><a href="nmap.html">Nmap</a></li> <li><a href="tcpdump.html">Tcpdump</a></li> + <li><a href="x.html">X</a></li> + <li><a href="qemu.html">Qemu</a></li> </ul> - <h2>System Services</h2> + <h2>System Administration</h2> + <ul> - <li> - <a href="storage.html">Storage</a> + <li><a href="storage.html">Storage</a> <ul> <li><a href="storage.html#mv">Moving partitions</a></li> <li><a href="storage.html#lvm">LVM</a></li> @@ -33,8 +35,7 @@ </li> - <li> - <a href="syslog-ng.html">Syslog-ng</a> + <li><a href="syslog-ng.html">Syslog-ng</a> <ul> <li><a href="syslog-ng.html#eventlog">Install event log</a></li> <li><a href="syslog-ng.html#install">Install syslog-ng</a></li> @@ -42,6 +43,7 @@ <li><a href="syslog-ng.html#syslog-conf">Syslog-ng configuration</a></li> </ul> </li> + <li><a href="logrotate.html">Logrotate</a></li> <li> <a href="logwatch.html">Logwatch</a> @@ -56,6 +58,7 @@ <li><a href="fail2ban.html#conf">Configure Fail2ban</a></li> </ul> </li> + </ul> <h2>Network Services</h2> <ul> @@ -97,5 +100,12 @@ <li><a href="nginx.html#server">Laravel Server</a></li> </li> </ul> + + <p> + This is part of the SysDoc Manual. + Copyright (C) 2016 + Silvino Silva. + See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> + for copying conditions.</p> </body> </html> |