GithubHelp home page GithubHelp logo

config's Introduction

Config files

Sistema

  • SO: Xubuntu 14.04 (x86)
  • Kernel: 3.13.0-34-generic

Aplicaciones

Aplicaciones fuera de los repositorios.

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'
$ sudo apt-get update && sudo apt-get install google-chrome-stable

Telegram

Sublime Text 3

LibreOffice

$ sudo add-apt-repository ppa:libreoffice/ppa
$ sudo apt-get update && sudo apt-get install libreoffice-l10n-es libreoffice-gnome myspell-es

Spotify

$ sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
$ sudo apt-get update && sudo apt-get install spotify-client

Plank

$ sudo add-apt-repository ppa:ricotz/docky
$ sudo apt-get update && sudo apt-get install plank

Grub Customizer

$ sudo add-apt-repository ppa:danielrichter2007/grub-customizer
$ sudo apt-get update && sudo apt-get install grub-customizer

Ruby(RVM)

Java

$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update && sudo apt-get install oracle-java8-installer
$ sudo apt-get install oracle-java8-set-default

Otros

Problemas

Spotify no reproduce archivos locales

$ sudo wget https://github.com/Madh93/config/raw/master/spotify/libavcodec.so.53 -O /usr/lib/i386-linux-gnu/libavcodec.so.53
$ sudo wget https://github.com/Madh93/config/raw/master/spotify/libavformat.so.53 -O /usr/lib/i386-linux-gnu/libavformat.so.53
$ sudo wget https://github.com/Madh93/config/raw/master/spotify/libavutil.so.51 -O /usr/lib/i386-linux-gnu/libavutil.so.51
$ sudo ldconfig
$ sudo apt-get install ubuntu-restricted-extras

config's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.