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
... |
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
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'; |
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
[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; |
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
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 |
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
#!/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 |
NewerOlder