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