
Currently Browsing: Linux
Dec 12, 2013
How To Retrieve System Information using dmidecode on Linux
You it is nice to be able to find out details about your system and Windows users have the nice GUI programs supplied by many of the manufacturers that allow them point and click access. Well, with Linux the manufacturers tend to not to supply those applications, except in the server realm. Not to worry as that is where dmidecode comes to the rescue. dmidecode is a tool for dumping a computer’s DMI... read more
Dec 11, 2013
How to Install Handbrake on Ubuntu 13.10
Handbrake is an open-source tool for converting video from nearly any format to a selection of modern, widely supported codecs. For instance you have a movie and you want to convert it to MP4 format for viewing on your phone or other handheld device, then Handbrake is the tool for you. Installation is simple. First add the PPA to your system, type: $ sudo add-apt-repository ppa:stebbins/handbrake-releases... read more
Dec 8, 2013
How To Read e-books on Linux with Calibre
Let’s face it, e-books is just something that is a need for use by geeks, it allows us to have those thousand page reference books on the computer instead of lugging around the books when you need them. Windows users have it a bit easier reading Kindle and the various other formats out there than Linux users do, but that is less of any issue if you use Calibre. Installation Calibre is in all the... read more
Dec 5, 2013
How To Enable AAC Encoder on Ubuntu and Fedora using NeroAAC
So you have a wav file that you want to convert on Linux to MP4 format (aka AAC) and want to know how to get the encoder installed so you can use your conversion program to complete the conversion. Well, thanks to Nero this is a possible task due to their generosity of the NeroAAC Encoder. the process we are going to use is the same for Ubuntu and Fedora. Also, we will need to install gpac: MPEG-4... read more
Nov 20, 2013
Opening rar Files in Fedora and Ubuntu
There are many different file compression tools out there, one of them is RAR which is being used more frequently as of late. To open a rar compressed file you will need to install unrar. This is not installed by default and for Fedora but is available via RPMFusion. For Ubuntu nothing extra is needed. Fedora 17/18/19 Installation First let’s add the rpmfusion repository to our installation. Open a... read more