domingo, 15 de mayo de 2011

Sources.list para Debian Wheezy (testing)

Les dejo mi sources.list en el incluye todo el software básico que podrían necesitar, en terminal ejecutar el comando como root:

#gedit /etc/apt/sources.list

y copian lo siguiente borrando antes todo el contenido anterior del documento:

############################################################
################### REPOSITORIOS OFICIALES DEBIAN WHEEZY (TESTING)###################
################### http://aprendiendognulinux.blogspot.com/###################
#############################################################

###### Repositorios Debian main
deb http://ftp.mx.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.mx.debian.org/debian/ wheezy main contrib non-free

###### Repositirios de actualizaciones Debian
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.mx.debian.org/debian/ wheezy-proposed-updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://ftp.mx.debian.org/debian/ wheezy-proposed-updates main contrib non-free

##############################################################
##################### REPOSITORIOS DE TERCEROS ######################
##############################################################

###### 3rd Party Repositorios binarios

#### Bimoid - http://bimoid.com/
## Corra en terminal este comando: wget -O - http://www.bimoid.com/debian/apt.key | apt-key add -
deb http://www.bimoid.com/debian/ stable non-free

#### Debian Multimedia - http://www.debian-multimedia.org/
## Corra en terminal este comando: apt-get update && apt-get install debian-multimedia-keyring && apt-get update
deb http://www.debian-multimedia.org testing main non-free

#### Esmska - http://code.google.com/p/esmska/
## Corra en terminal este comando: wget -q -O - http://repo.palatinus.cz/repo.key | apt-key add -
deb http://repo.palatinus.cz/stable /

#### Repositirios de software linux Google - http://www.google.com
## Corra en terminal este comando: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free main

#### Repositirios de software linux Google (Pruebas) - http://www.google.com
## Corra en terminal este comando: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
deb http://dl.google.com/linux/deb/ testing non-free

#### Skype - http://www.skype.com
## Corra en terminal este comando: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add -
deb http://download.skype.com/linux/repos/debian/ stable non-free

#### Webmin - http://webmin.com/
## Corra en terminal este comando: wget -q http://www.webmin.com/jcameron-key.asc -O- | apt-key add -
deb http://download.webmin.com/download/repository sarge contrib

#### JDowloader http://jdownloader.org/ (Repositorio ubuntu)
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu natty main
deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu natty main 


Posteriormente guardan y realizan el siguiente comando en terminal


#apt-get update

Ahora ya tendrán actualizados sus repositorios de software (aparecen mas paquetes en su gestor de instalación) 









 


Python_1_Configurar_virtualenvwrapper_para_entornos_virtuales.

¿Para qué sirve? R= Nos permite configurar un path donde se alojaran entornos virtuales los cuales se pueden entender como un directorio q...