Skip to content

Instantly share code, notes, and snippets.

View dlemmon's full-sized avatar

David dlemmon

View GitHub Profile
@dlemmon
dlemmon / Config_Debian_Proxy.sh
Created October 23, 2012 12:34 — forked from isholgueras/Config_Debian_Proxy.sh
Configuración de servidores Debian 6 después de instalar el SO si están detrás de proxy para hacer cosas turbias con Drupal
##### Meter en el .bashrc ################################
export PATH="$PATH:/usr/local/share/drush:/usr/local/bin"
export http_proxy=http://user:pass@IP:Port
export ftp_proxy=$http_proxy
##### Meter en el /etc/apt/sources.list ##################
# non free packages
#deb http://ftp.fr.debian.org/debian/ squeeze non-free
#deb-src http://ftp.fr.debian.org/debian/ squeeze non-free
## Recargar el fichero .bashrc sin tener que reiniciar la consola
@dlemmon
dlemmon / Config_Debian_Proxy.sh
Created October 23, 2012 12:29 — forked from isholgueras/Config_Debian_Proxy.sh
Configuración de servidores Debian 6 después de instalar el SO si están detrás de proxy para hacer cosas turbias con Drupal
##### Meter en el .bashrc ################################
export PATH="$PATH:/usr/local/share/drush:/usr/local/bin"
export http_proxy=http://user:pass@IP:Port
export ftp_proxy=http://user:pass@IP:Port
##### Meter en el /etc/apt/sources.list ##################
# non free packages
deb http://ftp.fr.debian.org/debian/ squeeze non-free
deb-src http://ftp.fr.debian.org/debian/ squeeze non-free
## Recargar el fichero .bashrc sin tener que reiniciar la consola