Skip to content

Instantly share code, notes, and snippets.

@Vitre
Last active December 12, 2015 15:42
Show Gist options
  • Save Vitre/6f2a2e9e1a3dd997e388 to your computer and use it in GitHub Desktop.
Save Vitre/6f2a2e9e1a3dd997e388 to your computer and use it in GitHub Desktop.
Ubuntu helpers
# 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