From 603422de6becf0eee72552100aedc14093a1b55a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 14 May 2010 05:14:21 -0400 Subject: tips --- software/unix-tricks.page | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'software/unix-tricks.page') 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 -- cgit v1.2.3