Archive for Linux

Quotations from Fortune the UNIX Program

July 12, 2010 | 0 Comments

fortune is a simple program that displays a pseudo-random message from a database of quotations. It is predominantly found in UNIX-like systems, but clients for other platforms exist as well. Quotations are from famous people, jokes, poetry, science fiction movies and a few other sources. Below are a few of them:

Filed Under: Funny, Linux

Streaming Music and Videos with GNUMP3d

May 20, 2010 | 1 Comments

I have been trying different streaming servers the past few days for a project I’m working on. Out of the ones I tested so far none was as easy to install and configure as the GNU Streaming MP3 / Media Server (GNUMP3d). So I thought I should write post about it for those who are [...]

Filed Under: Linux

Ubuntu Facts

May 17, 2010 | 0 Comments

Ubuntu is a Linux distribution that has one of the largest online communities. It is based on Debian the community-based distribution and is a trademark of Canonical Ltd which is also its largest sponsor.

Filed Under: Linux

Detect if you are Running a Virtual Machine

May 13, 2010 | 0 Comments

Would you like to know if your server’s OS is running on bare-metal or on a virtual machine. imvirt and virt-what are 2 Linux scripts that allow you to do so easily. Both are open source and can be downloaded from their websites and Ubuntu’s Synaptic Package Manager as well.

Filed Under: Linux, Web Hosting