El Viernes 04 Julio 2008 8:11 AM, Raphael Burquet escribió: > hola lista..... > > a falta de pan casabe..... > > cual es el file donde debo declararle el proxy al wget..... > > saludos
nano /etc/wgetrc y modificar algo de esto: # `passive’ feature of FTP. If you are behind such a firewall, you # can turn this on to make Wget use passive FTP by default. passive_ftp = on # You can set the default proxies for Wget to use for http and ftp. # They will override the value in the environment. http_proxy = http://192.168.1.120:4100/ ftp_proxy = ftp://192.168.1.120:4100/ # You can set name and password to authentificate proxy-user=? proxy-passwd=? # If you do not want to use proxy at all, set this to off. use_proxy = on -- Saludos, Juseth Administrador de Red, Nodo Provincial Centro de Informatica y Comunicaciones Universidad Pedagogica de Camaguey Telf: (53)(32) 266114 GNU/Linux Debian Linux user # 383170 "El tiempo no se gasta, se gasta la vida de quien lo pierde" _______________________________________________ Cancelar suscripción https://listas.softwarelibre.cu/mailman/listinfo/linux-l Buscar en el archivo http://listas.softwarelibre.cu/buscar/linux-l
