Last active
December 12, 2015 15:42
-
-
Save Vitre/6f2a2e9e1a3dd997e388 to your computer and use it in GitHub Desktop.
Ubuntu helpers
This file contains hidden or 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
# Root clear | |
sudo apt-get purge $(dpkg -l linux-{image,headers}-"[0-9]*" | awk '/ii/{print $2}' | grep -ve "$(uname -r | sed -r 's/-[a-z]+//')") | |
# Unity Lens DISABLE | |
gsettings set com.canonical.Unity.Lenses disabled-scopes "['more_suggestions-amazon.scope', 'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', 'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']" | |
# Spotify FIX | |
http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb | |
sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment