Last active
January 10, 2017 13:44
-
-
Save AlexJoz/a83f245de9bc77e87feccd181ebc848e to your computer and use it in GitHub Desktop.
Some nice ubuntu commands ^^
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sgdisk -Z /dev/sdc Wipe guid partition table | |
sudo apt-get purge `dpkg -l | awk '{print $2}' | grep -E 'gnome|unity'` Wipe unity | |
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic for NVidia Optimus cards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment