
Currently Browsing: Linux
Jul 25, 2014
How To Update Dell Firmware on Fedora 20
After a recent build on a Dell Laptop to Fedora 20 I found the need to update the BIOS on the laptop. With Windows this is a simple solution of downloading and installing. With Linux it is a bit more to do. First we must install firmware-addon-dell. $ sudo yum -y install firmware-addon-dell Next we need to get the SystemID for the system to be able to download the correct update. $ sudo... read more
Apr 23, 2014
How To Install Nvidia Drivers on Fedora 20 Dell M1530
This post covers how to install the latest nvidia drivers on a Dell M1530 laptop running Fedora 20. Find out what chipset you are running. $ lspci | grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation G84M [GeForce 8600M GT] (rev a1) Update to the latest kernel and SELinux and reboot $ sudo yum update kernel* selinux-policy* $ reboot Install RPMFusion $ su -c ‘yum localinstall... read more
Apr 22, 2014
How to Install TLP on Fedora 20 for Battery Management
You can use the default battery management with Fedora or can use TLP which is better at managing battery life on laptops. TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. You will need to have rpmfusion installed and... read more
Apr 6, 2014
How To Convert M4A to MP3 on Linux
There are many different formats out there for music and many different players out there, one of the most popular on Windows and MAC OSX is iTunes due to the iPod. The issue that we run into is being able to play the music you paid for on Linux without iTunes or another player. One such way to make the music universally play on anything is to convert it to MP3 format. This post explains how to convert... read more
Mar 17, 2014
How To Install Google Chrome on Ubuntu 13.10
Google Chrome is not in any of the Ubuntu repositories, but luckily it is not too hard to install it on Ubuntu. First we will need to download the latest stable versions. Download 32 bit version using command line $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb Download 64 bit version using command line $ wget... read more