Moved some useful examples to /tools/.
This commit is contained in:
parent
9680a6501f
commit
1d456d60a7
6 changed files with 45 additions and 14 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<li><a class="page-link" href="/documentation/" style="text-decoration: none;">/documentation/</a></li>
|
||||
<li><a class="page-link" href="/examples/" style="text-decoration: none;">/examples/</a></li>
|
||||
<li><a class="page-link" href="/faq/" style="text-decoration: none;">/faq/</a></li>
|
||||
<li><a class="page-link" href="/tools/" style="text-decoration: none;">/tools/</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -36,14 +36,6 @@ tags:
|
|||
<li><a href="./env/">./env/</a> - PHP/FastCGI (Shows you some information about your PHP environment)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Tools</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="./ifconfig/">./ifconfig/</a> - PHP/FastCGI (Shows your IP address)</li>
|
||||
<li><a href="./kernelstats/">./kernelstats/</a> - Bash/CGI (Shows some Linux Kernel development statistics)</li>
|
||||
<li><a href="./whoami/">./whoami/</a> - PHP/FastCGI (Shows your IP whois data)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Try the CGI & FastCGI</h2>
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
38
tools/tools.html
Normal file
38
tools/tools.html
Normal file
|
|
@ -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
|
||||
---
|
||||
|
||||
<ul>
|
||||
<li><a href="./ifconfig/">./ifconfig/</a> - PHP/FastCGI (Shows your IP address)</li>
|
||||
<li><a href="./kernelstats/">./kernelstats/</a> - Bash/CGI (Shows some Linux Kernel development statistics)</li>
|
||||
<li><a href="./whoami/">./whoami/</a> - PHP/FastCGI (Shows your IP whois data)</li>
|
||||
</ul>
|
||||
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue