I’ve shown previously how to install a LAMP server in Ubuntu. If the purpose of your LAMP installation was to set up your own web development environment, then you may want to do some further configuration to your system. This Apache howto is not intended to cover Apache configuration in depth. This is just some …
Continue reading How to Configure Apache Web Server on LinuxLinerd
Linux file system guru Hans Reiser has managed to hit #2 on Google Trends ranking of internet searches at the time of this writing. This is apparently due to coverage of his wife’s murder and his subsequent conviction being aired on American TV tonight. When I first began to dabble with Linux, ReiserFS was one …
Continue reading Who or What Else Did Hans Reiser Kill?The web is rife with articles and blog posts citing statistics of Windows vs. Linux on netbooks. Nearly all of these articles mention the stats of the pre-installed OS from online and brick and mortar stores. A quick search of NewEgg.com yielded one netbook with Linux pre-installed and 63 running Windows XP. There were also …
Continue reading What OS Do You Run On Your Netbook?In a previous Bash to Basics, I already showed how to print output to the terminal with the echo command. Today I’m going to show how to read input from the user and store it in a variable. We can then use that variable to print the text back to the terminal with the echo …
Continue reading Bash to Basics: Read User InputToday I’ve got another ImageMagick trick for you. It’s a variation on the demo in the documentation for the convert command. With this type of command, you can create your own text images with drop shadows. Let’s give it a try.
Continue reading Create Text Images with ImageMagick