Skip to content

Instantly share code, notes, and snippets.

@jPedroScript
Last active December 29, 2015 11:39
Show Gist options
  • Save jPedroScript/7664810 to your computer and use it in GitHub Desktop.
Save jPedroScript/7664810 to your computer and use it in GitHub Desktop.
Install - Tutorials *ubuntu
Birdie
Twitter client
sudo apt-get install birdie-granite
From http://www.elementaryupdate.com/2013/07/birdie-needs-your-help.html
CoverGloobus
Instaladores (oficial):
https://launchpad.net/~gloobus-dev/+archive/covergloobus/+packages
Guía
http://conocimientoadictivo.blogspot.com/2012/06/instalar-covergloobus-ubuntu-linux-mint.html
Skins colecciones
http://covergloobus.deviantart.com/
http://artescritorio.com/19-skins-para-covergloobus
http://artescritorio.com/los-skins-the-gabriela2400-para-covergloobus
http://gabriela2400.deviantart.com/
Skins individuales
http://arcanamoon.deviantart.com/art/Teac-pack-for-Covergloobus-253653676
http://uahummer.deviantart.com/art/Nano-6G-Covergloobus-Theme-252956663
http://xegi90.deviantart.com/art/Square-ONE-for-CoverGloobus-182733446
http://gabriela2400.deviantart.com/art/Lunatic-for-Covergloobus-158037835?q=gallery%3Agabriela2400%2F25657093&qo=7
http://jivebs.deviantart.com/art/Retro-V-1-for-covergloobus-389886801?q=gallery:artescritorio/25463980&qo=4
http://linuxg.net/firefox-24-has-been-recently-released-how-to-install-firefox-24-on-linux-systems/
https://www.mozilla.org/en-US/firefox/24.0/releasenotes/
sudo apt-cache policy gconf-editor
sudo apt-get install gconf-editor
http://es.wikipedia.org/wiki/Gconf-editor
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
$ sudo apt-get remove git
http://linuxg.net/how-to-install-git-1-9-3-on-ubuntu-linux-mint-pinguy-os-elementary-os-and-their-derivative-systems/
How to install LibreOffice 4.1.3 on 32 bit Ubuntu, Linux Mint, Debian KWheezy, Pear OS and Elementary OS systems:
$ wget -c download.documentfoundation.org/libreoffice/stable/4.1.3/deb/x86/LibreOffice_4.1.3_Linux_x86_deb.tar.gz
$ tar -xzvf LibreOffice_4.1.3_Linux_x86_deb.tar.gz
$ cd LibreOffice_4.1.3.2_Linux_x86_deb/DEBS
$ sudo dpkg -i *.deb
---
How to install LibreOffice 4.1.3 on 64 bit Ubuntu, Linux Mint, Debian KWheezy, Pear OS and Elementary OS systems:
$ wget -c download.documentfoundation.org/libreoffice/stable/4.1.3/deb/x86_64/LibreOffice_4.1.3_Linux_x86-64_deb.tar.gz
$ tar -xzvf LibreOffice_4.1.3_Linux_x86-64_deb.tar.gz
$ cd LibreOffice_4.1.3_Linux_x86-64_deb/DEBS
$ sudo dpkg -i *.deb
Install Oracle Java 7 in Ubuntu via PPA Repository
http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
java -version
Spotify
https://www.spotify.com/us/download/previews/
Debian
# 1. Add this line to your list of repositories by
# editing your /etc/apt/sources.list
deb http://repository.spotify.com stable non-free
# 2. If you want to verify the downloaded packages,
# you will need to add our public key
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59
# 3. Run apt-get update
sudo apt-get update
# 4. Install spotify!
sudo apt-get install spotify-client
==============================================================================================
Plex Home Theater on Linux
https://forums.plex.tv/index.php/topic/87253-plex-home-theater-linux-builds/
https://forums.plex.tv/index.php/topic/87255-the-plex-home-theater-debs-thread/?p=505692
sudo add-apt-repository ppa:plexapp/plexht
sudo add-apt-repository ppa:pulse-eight/libcec
sudo apt-get update
sudo apt-get install plexhometheater
*Ubuntu 12.10,13.10 and 14.04 need's ppa:pulse-eight/libcec to work.
+more
==============================================================================================
guake
Drop-down terminal for GNOME
https://github.com/Guake/guake/
https://coderwall.com/p/qojpma
==============================================================================================
Deluge
http://dev.deluge-torrent.org/wiki/Download
http://dev.deluge-torrent.org/wiki/Installing/Linux/Ubuntu#AddDelugePPARepository
sudo add-apt-repository ppa:deluge-team/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install deluge
==============================================================================================
Autokey
https://code.google.com/p/autokey/wiki/InstallingAutoKey
sudo add-apt-repository ppa:cdekter/ppa
sudo apt-get update
sudo apt-get install autokey
AutoKey PPA
https://launchpad.net/~cdekter/+archive/ppa/+index
==============================================================================================
Darktable
http://www.darktable.org/install/#ubuntu
https://launchpad.net/~pmjdebruijn/+archive/darktable-release
Adding this PPA to your system
deb http://ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu precise main
deb-src http://ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu precise main
Signing key:
1024R/C07EE05F (What is this?)
Fingerprint:
18002889824B24A6F47FCF9C40C18E9EC07EE05F
==============================================================================================
Digicam
http://www.digikam.org/download
Renombrador masivo de archivos con GUI
sudo add-apt-repository ppa:loneowais/ppa
sudo apt-get update
sudo apt-get install renamethemall
http://www.webupd8.org/2014/06/skype-43-for-linux-released-with.html
sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment