summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/unix-tricks.page')
-rw-r--r--software/unix-tricks.page12
1 files changed, 12 insertions, 0 deletions
diff --git a/software/unix-tricks.page b/software/unix-tricks.page
index 41bda41..ad5c3ee 100644
--- a/software/unix-tricks.page
+++ b/software/unix-tricks.page
@@ -25,3 +25,15 @@ button. To remap one of the Alt keys, you need to know it's code: on FreeBSD
X11, read the directions in ``/usr/X11R6/lib/X11/xkb/README``. To get the right
mapping under the console, edit ``/usr/share/syscons/keymaps/us.iso.kbd`` and
change 'ralt' to 'meta'.
+
+Figlet
+=====================
+figlet is the horizontal banner.
+
+thttpd
+===============
+
+thttpd is a super small/light http web server with almost no features. To
+server up the working directory as cgi to local host, use::
+
+ $ thttpd -p 8080 -h localhost -D