Currently Browsing: Linux
Nov 11, 2014
How To Install Microsoft SQL drivers and unixODBC 2.3.0 on RHEL 6 64 bit
How To Install Microsoft SQL drivers and unixODBC 2.3.0 on RHEL 6 64 bit Microsoft’s SQL drivers can not use the 2.2.14 unixODBC installed with RedHat 6. It requires 2.3.0 which requires compiling and installing from source. First download the latest unixODBC from http://www.unixodbc.org/ . Put tarball in /tmp and extract. Extract the tar ball # tar xvzf unixODBC-2.3.0.tar.gz Change to the unixODBC-2.3.0... read more
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
