Skip to content

Instantly share code, notes, and snippets.

View h3xxx's full-sized avatar
:octocat:
hello :trollface: 💻 :hurtrealbad:

Roger Bonin h3xxx

:octocat:
hello :trollface: 💻 :hurtrealbad:
View GitHub Profile
@h3xxx
h3xxx / eclipse_plugins.txt
Created November 17, 2013 22:22
eclipse plugins
...
@h3xxx
h3xxx / uninstall-ubuntu-lenses.sh
Last active December 27, 2015 18:39
uninstall Ubuntu Lenses shopping script from https://fixubuntu.com/
gsettings set com.canonical.Unity.Lenses remote-content-search none;
if [ `cat /etc/lsb-release | grep DISTRIB_RELEASE | cut -d"=" -f2` \< '13.10' ]; then sudo apt-get remove -y unity-lens-shopping; else 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']"; fi;
sudo sh -c 'echo "127.0.0.1 productsearch.ubuntu.com" >> /etc/hosts';
@h3xxx
h3xxx / eclipse-kepler.desktop
Created November 8, 2013 11:21
just a desktop shortcut for Eclipse IDE to workaround Unity menu bug
[Desktop Entry]
Name=Kepler
Comment=Eclipse Kepler
Keywords=eclipse;kepler;
Exec=env UBUNTU_MENUPROXY= /usr/bin/eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
StartupNotify=true
OnlyShowIn=GNOME;Unity;
@h3xxx
h3xxx / pretty_dist_upgrade.sh
Created October 20, 2013 18:23
pretty ubuntu dist upgrade
sudo apt-get update
sudo apt-get upgrade
sudo apt-get --purge autoremove
sudo apt-get clean all
sudo apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')
# do-release-upgrade -c
sudo do-release-upgrade
@h3xxx
h3xxx / install_apps.sh
Last active December 21, 2015 20:49
some of my must have applications I have to install on clean system
#!/bin/bash
### system tools ###
apr-get install mc htop byobu exfat-fuse glances
### desktop tools ###
apr-get install conky nautilus-dropbox pidgin
### graphics ###
apr-get install gimp inkscape