wget behind a proxy server with authentication

Recently we implemented proxy authentication and lot  some amount of  content filtering at my college. Several people   here are using wget as the download manager. Here is  how you make wget work behind the proxy. sunil@debianserver:~$ export http_proxy=192.168.0.5:3128 ( Replace with your proxy ip and port). You can specify the proxy user name and password… Continue reading wget behind a proxy server with authentication

Published
Categorized as Gnu/Linux

My Visit to KITE Colleges

  During my stay in Hyderabad , I had the opportunity to visit  a wonderful institute  named  kite colleges. It is,  in fact, two colleges situated in same campus. The colleges started functioning this year.  At present only first year classes are going on.  They are located approximately 60km from Hyderabad  in the Ranga Reddy… Continue reading My Visit to KITE Colleges

Learning device drivers

I wrote this charater device driver for learning how they work.This is actually an assignment that we got today. .  Prof. TS Reddy  from JNTU helped me to debug the code.  I am planning to make a tutorial on it once I reach home. The course is becoming more and more exciting.  The internet access… Continue reading Learning device drivers