
Kernel 3.10.9 Installation
Open the terminal and enter these commands at your own risk:
cd /tmp
wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.10.9 -O kernel-3.10.9
chmod +x kernel-3.10.9
sudo sh kernel-3.10.9
sudo reboot
To uninstall kernel 3.10.9, enter this command:
sudo apt-get purge linux-image-3.10.9*