summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-25 12:48:19 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-25 12:48:19 +0200
commit97db71d880aa5189dfc2394f2852d6355494dfa3 (patch)
treea894625fe20f38dc10f4145cc8ed8f65f7fab00e /index.html
parente8b4d8726b0e21aabe3e48f8e1ef5c8431d51de5 (diff)
Add CGI scripting tutorial
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0568e63..8441d6c 100644
--- a/index.html
+++ b/index.html
@@ -51,6 +51,7 @@
<li><a href="maintenance.html">How to Maintain a Server.</a></li>
<li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li>
<li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li>
+ <li><a href="cgi.html">Server side scripting with CGI</a></li>
<li><a href="tor.html">Mirror your site on <img src="pix/tor.svg">Tor.</a></li>
<li><a href="auth.html">Password-protecting Webpages (HTTP Authentication)</a></li>
<li><a href="ufw.html">Using ufw as a firewall.</a></li>