Log POST data in Apache | Apache can log all POST data for troubleshooting purposes. I’ll show you how to set this up! First you will need to enabled mod_dumpio. On Ubuntu / Debian enable the module: $ sudo a2enmod dump_io Then add the following and restart apache: $ sudo nano /etc/apache2/apache2.conf LogLevel debug DumpIOInput On DumpIOOutput On DumpIOLogLevel debug
Linux Tycoon – lunduke.com
Linux Tycoon – lunduke.com | Linux Tycoon is a simple game by the Linux Action Show’s Bryan Lunduke. I gave it a spin, and so far the scottlinux distro is having mixed reviews. It is a surprising amount of fun even though it is a simple app. Check it out!
Linux Kernel 3.0
Linux Kernel 3.0 | Linus Torvalds has announced what would have been Linux kernel 2.6.40 is to be renamed Linux 3.0. This is great news as the 2.6.infinity series seemed to never end! Linux 3.0 is not based on any new features, but rather only a version number change. The more recent Linux kernels, in particular 2.6.33 and later

