Skip to content

Instantly share code, notes, and snippets.

@matt-allan
Created April 11, 2015 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt-allan/c28cdc1bc12a93c52505 to your computer and use it in GitHub Desktop.
Save matt-allan/c28cdc1bc12a93c52505 to your computer and use it in GitHub Desktop.
cd /tmp/
uname -r
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb
uname -r
cd /tmp
sudo mkdir kernel
cd kernel/
cd ../
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800_3.18.0-031800.201412071935_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-image-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb
sudo dpkg -i linux-headers-3.18.0-*.deb linux-image-3.18.0-*.deb
sudo update-grub
exit
#restart
sudo apt-get install google-chrome-stable
sudo apt-get remove firefox
sudo apt-get remove thunderbird
sudo apt-get install unity-tweak-tool
sudo apt-get install compizconfig-settings-manager
sudo apt-get install gnome-do
#fix grub touchpad sleep thing
https://wiki.archlinux.org/index.php/Chrome_OS_devices#Touchpad_and_touchscreen
#boot to seabios
https://wiki.archlinux.org/index.php/Chrome_OS_devices#Boot_to_SeaBIOS_by_default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment