How To Check System Uptime - Linux
If you want to know the total uptime in minutes on a Linux-based system, then run the following command via the command line window: awk '{print $0/60;}' /proc/uptime This command will give you in...
View ArticleHow To Install Mozilla Thunderbird 6 In Fedora 15
The Mozilla Thunderbird 6 email client is now available for Fedora 15. Here are some of the new features for Thunderbird 6: Read more » [[ This is a content summary only. Visit my website for full...
View ArticleHow To Install Firefox 6 On Fedora 15
Users of Fedora 15 can now update their older Firefox version to Firefox 6. This release is claimed to be 20% faster than Firefox 5. Here are some of the new features in Firefox 6: Read more » [[ This...
View ArticleHow to Install Linux Kernel 3.0 on openSUSE 11.4
In this tutorial, we will see how to install Linux Kernel 3.0 in openSUSE 11.4, which will replace your current Kernel version (2.6.37). The Linux Kernel 3.0 brings the following new features: Read...
View ArticleHow To Join Multiple Video Files Into A Single Video - Linux
If you have many video files and want to merge them all in a single video file under a Linux-based system, then with a simple command line utility called mencoder, you can join them together via the...
View ArticleUseful Commands For Generating Random Passwords On Linux
In this little guide, we will see how to generate passwords randomly via the command line. The commands given below will run on almost all Linux-based distributions, but for my part, I tested them only...
View ArticleHow To Install Google Music Frame On Fedora 15
In this guide, we will see how to install Google Music Frame on Fedora 15. Google hasn't yet made available the possibility to install Google Music Frame using the "yum" format, but it is possible to...
View ArticleConvert Any Media Format To 3GP Using FFMPEG - Linux
In this guide we will show you two useful commands for converting any media file to 3GP. The 3GP format is used mainly on 3G mobile phones and on some 2G and 4G mobile phones. Read more » [[ This is a...
View Article