Last active
January 2, 2016 20:59
-
-
Save lorenzogrv/8360552 to your computer and use it in GitHub Desktop.
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
# Links # | |
http://www.ubuntizando.com/2013/10/30/que-hacer-tras-instalar-ubuntu-13-10/ | |
http://www.ubuntuleon.com/2012/05/2-fast-2-linux-como-acelerar-ubuntu.html | |
http://www.ubuntuupdates.org/ppa/google_chrome | |
http://www.ubuntuupdates.org/ppa/google_talk_plugin | |
http://www.howopensource.com/2012/10/to-install-skype-4-0-0-8-in-ubuntu-12-10-12-04-using-ppa/ | |
http://askubuntu.com/questions/126198/how-to-install-dropbox | |
# Add ppa repos # | |
1. Graphics | |
sudo add-apt-repository ppa:xorg-edgers/ppa | |
2. Google Chrome | |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' | |
3. jDownloader | |
sudo add-apt-repository ppa:jd-team/jdownloader | |
4. Dropbox | |
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E | |
sudo add-apt-repository "deb http://linux.dropbox.com/ubuntu $(lsb_release -sc) main" | |
5. VLC | |
sudo add-apt-repository ppa:videolan/stable-daily | |
6. Synaptic (GTK3) | |
sudo add-apt-repository ppa:webupd8team/unstable | |
7. zRam | |
sudo add-apt-repository ppa:shnatsel/zram | |
8. Virtual Box | |
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - | |
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian saucy contrib" >> /etc/apt/sources.list.d/vbox.list' | |
¿?. Google hangouts plugin? | |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
sudo sh -c 'echo "deb http://dl.google.com/linux/talkplugin/deb/ stable main" >> /etc/apt/sources.list.d/google.list' | |
# sudo apt-get update # | |
# sudo apt-get install ... # | |
## Graphics drivers ## | |
NVIDIA | |
sudo apt-get install nvidia-319 nvidia-settings-319 | |
ATI | |
sudo apt-get install fglrx-installer | |
## Libs, plugins, programs, ... ## | |
1. Codecs | |
sudo apt-get install ubuntu-restricted-extras | |
2. System | |
sudo apt-get install synaptic gdebi zramswap-enabler | |
3. Compresion | |
sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller | |
2. Cloud | |
sudo apt-get install google-chrome-stable jdownloader-installer python-gpgme dropbox | |
3. Multimedia | |
vlc gimp inkscape | |
4. Tweaking | |
sudo apt-get install compizconfig-settings-manager unity-tweak-tool | |
5. | |
sudo apt-get install dkms virtualbox-4.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment