home
blog
downloads
Downloads
Downloads will be added when nanoTux beta 1 is ready.
Check the blog 4 more info
Featured
# How to build the ultimate Ubuntu/Lighttpd/PHP/MySQL server, and keep it running
# Setup an IRC chat channel for your website or project
Twitter
Manage your terminals with screen:
http://tinyurl.com/7rg5a7
, even allows you to close a window while continuing the process!
#
OK guys, long time no post, I was sick :(. Here's something new though, for the newbies:
http://tinyurl.com/9rj2xf
#
Added mod_expire (aka Lighttpd's expire-headers) for all png, gif, jpg, css etc. files and now the site responds even faster!
#
Use YSlow (http://developer.yahoo.com/yslow/) to check your sites speed, it tells you exactly what you need to optimize! My blog got 91/100!
#
Added " alias l2r="sudo /etc/init.d/lighttpd restart" " to ~/.bashrc, now I can just type l2r to restart Lighttpd after a config change
#
Added XCache caching, it seems better than eAccelerator. Check
http://xcache.lighttpd.net/wiki/InstallFromSource
for install info
#