diff --git a/_includes/header.html b/_includes/header.html
index 88239fe..69f46e6 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -13,6 +13,7 @@
/documentation/
/examples/
/faq/
+ /tools/
diff --git a/examples/examples.html b/examples/examples.html
index 253a865..704a6a9 100644
--- a/examples/examples.html
+++ b/examples/examples.html
@@ -36,14 +36,6 @@ tags:
./env/ - PHP/FastCGI (Shows you some information about your PHP environment)
-Tools
-
-
- - ./ifconfig/ - PHP/FastCGI (Shows your IP address)
- - ./kernelstats/ - Bash/CGI (Shows some Linux Kernel development statistics)
- - ./whoami/ - PHP/FastCGI (Shows your IP whois data)
-
-
Try the CGI & FastCGI
diff --git a/examples/ifconfig/ifconfig.html b/tools/ifconfig/ifconfig.html
similarity index 88%
rename from examples/ifconfig/ifconfig.html
rename to tools/ifconfig/ifconfig.html
index 345dd1f..95cc08f 100644
--- a/examples/ifconfig/ifconfig.html
+++ b/tools/ifconfig/ifconfig.html
@@ -3,9 +3,9 @@ layout: page
published: true
noToc: true
noDate: true
-title: /examples/ifconfig/
+title: /tools/ifconfig/
_subtitle: Shows your IP address
-permalink: /examples/ifconfig/
+permalink: /tools/ifconfig/
tags:
- ip
- ifconfig
diff --git a/examples/kernelstats/kernelstats.html b/tools/kernelstats/kernelstats.html
similarity index 96%
rename from examples/kernelstats/kernelstats.html
rename to tools/kernelstats/kernelstats.html
index b35cc5f..d1e6a8f 100644
--- a/examples/kernelstats/kernelstats.html
+++ b/tools/kernelstats/kernelstats.html
@@ -3,9 +3,9 @@ layout: page
published: true
noToc: true
noDate: true
-title: /examples/kernelstats/
+title: /tools/kernelstats/
subtitle: Some Linux Kernel development statistics.
-permalink: /examples/kernelstats/
+permalink: /tools/kernelstats/
tags:
- bash
- cgi
diff --git a/tools/tools.html b/tools/tools.html
new file mode 100644
index 0000000..eddccce
--- /dev/null
+++ b/tools/tools.html
@@ -0,0 +1,38 @@
+---
+layout: page
+published: true
+noToc: true
+noDate: true
+noComments: true
+title: /tools/
+subtitle: Some useful tools running as CGI/FastCGI
+permalink: /tools/
+tags:
+- bin
+- c
+- c++
+- go
+- gcc
+- rust
+- ifconfig
+- ip
+- whois
+- networking
+- cgi
+- fastcgi
+- environment
+- env
+- bash
+- lua
+- perl
+- php
+- python
+- ruby
+---
+
+
+ - ./ifconfig/ - PHP/FastCGI (Shows your IP address)
+ - ./kernelstats/ - Bash/CGI (Shows some Linux Kernel development statistics)
+ - ./whoami/ - PHP/FastCGI (Shows your IP whois data)
+
+
diff --git a/examples/whoami/whoami.html b/tools/whoami/whoami.html
similarity index 92%
rename from examples/whoami/whoami.html
rename to tools/whoami/whoami.html
index 1a8baaf..51e12e5 100644
--- a/examples/whoami/whoami.html
+++ b/tools/whoami/whoami.html
@@ -3,9 +3,9 @@ layout: page
published: true
noToc: true
noDate: true
-title: /examples/whoami/
+title: /tools/whoami/
subtitle:
-permalink: /examples/whoami/
+permalink: /tools/whoami/
tags:
- ip
- dns