about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/fail2ban.html54
-rw-r--r--tools/index.html49
2 files changed, 0 insertions, 103 deletions
diff --git a/tools/fail2ban.html b/tools/fail2ban.html
deleted file mode 100644
index 71bbdf9..0000000
--- a/tools/fail2ban.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPEhtml>
-<htmldir="ltr" lang="en">
-   <head>
-       <meta charset='utf-8'>
-       <title>Fail2ban</title>
-   </head>
-   <body>
-
-       <a href="index.html">Tools Index</a>
-
-       <h1>Fail2ban</h1>
-
-       <pre>
-       $ prt-get depinst fail2ban
-       </pre>
-
-       <h2 id="conf">1. Configure</h2>
-
-       <p>To start fail2ban at next boot edit /etc/rc.conf and add fail2ban.
-       Fail2ban will verify if /etc/fail2ban/jail.local exist, if exist will
-       use it. Copy distribution jail.conf to jail.locol;</p>
-
-       <pre>
-       $ sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
-       </pre>
-
-       <p>Edit /etc/fail2ban/jail.local, example configuration;</p>
-
-       <pre>
-       [ssh-iptables]
-
-       enabled  = enable
-       filter   = sshd
-       action   = iptables[name=SSH, port=ssh, protocol=tcp]
-                  sendmail-whois[name=SSH, dest=admin@box, sender=fail2ban@box, sendername="fail2ban"]
-                  logpath  = /var/log/auth
-                  maxretry = 5
-       </pre>
-
-       <p>Test a filter</p>
-
-        <pre>
-        # fail2ban-regex /var/log/iptables iptables-ssh.conf
-        </pre>
-
-        <a href="index.html">Tools Index</a>
-
-        <p>
-        This is part of the LeetIO System Documentation.
-        Copyright (C) 2021
-        LeetIO Team.
-        See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p>
-    </body>
-</html>
diff --git a/tools/index.html b/tools/index.html
index 1febb5e..991a1b5 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -69,55 +69,6 @@
 	    <li><a href="x.html">X</a></li>
 	</ul>
 
-	<h2>System Administration</h2>
-
-	<ul>
-	    <li><a href="network.html">Network Tools</a>
-		<ul>
-		    <li><a href="dnsmasq.html">Dnscrypt and Dnsmasq</a></li>
-		    <li><a href="tcpdump.html">Tcpdump</a></li>
-		    <li><a href="nmap.html">Nmap</a></li>
-		    <li><a href="wireless.html">Wireless</a></li>
-		</ul>
-	    </li>
-	    <li><a href="storage.html">Storage</a>
-		<ul>
-		    <li><a href="storage.html#fsck">1. Maintenance</a></li>
-		    <li><a href="storage.html#mv">2. Moving data</a></li>
-		    <li><a href="storage.html#resize">2. Resize</a></li>
-		</ul>
-	    </li>
-	    <li><a href="lvm.html">LVM</a>
-		<ul>
-		    <li><a href="lvm.html#lvmpart">1. LVM partition</a></li>
-		    <li><a href="lvm.html#pv">2. Create physical volume</a></li>
-		    <li><a href="lvm.html#vg">3. Create volume group</a></li>
-		    <li><a href="lvm.html#lv">4. Create logical volume</a></li>
-		    <li><a href="lvm.html#fsck">5. Maintenance</a></li>
-		</ul>
-	    </li>
-	    <li><a href="syslog-ng.html">Syslog-ng</a>
-		<ul>
-		    <li><a href="syslog-ng.html#install">Install syslog-ng</a></li>
-		    <li><a href="syslog-ng.html#configure">Configure syslog-ng</a></li>
-		    <li><a href="logrotate.html">Logrotate</a></li>
-		    <li><a href="logwatch.html">Logwatch</a>
-			<ul>
-			    <li><a href="logwatch.html#conf">Configure Logwatch</a></li>
-			    <li><a href="logwatch.html#cron">Set cron task</a></li>
-			</ul>
-		    </li>
-
-		</ul>
-	    </li>
-	    <li><a href="fail2ban.html">Fail2Ban</a>
-		<ul>
-		    <li><a href="fail2ban.html#conf">Configure Fail2ban</a></li>
-		</ul>
-	    </li>
-
-	</ul>
-
 	<h2>Network Services</h2>
 	<ul>
 	    <li><a href="qemu.html">Qemu</a>