summaryrefslogtreecommitdiffstats
path: root/software/unix-tricks.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-05-14 05:14:21 -0400
committerbnewbold <bnewbold@robocracy.org>2010-05-14 05:14:21 -0400
commit603422de6becf0eee72552100aedc14093a1b55a (patch)
tree12b85cf6ac6e1d692be7ee6bd9b855aa7df6e75e /software/unix-tricks.page
parent0b010738f087274f5deda80b54e2e8beb6efa912 (diff)
downloadknowledge-603422de6becf0eee72552100aedc14093a1b55a.tar.gz
knowledge-603422de6becf0eee72552100aedc14093a1b55a.zip
tips
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