Buy anything from HongKong - Dealextreme

You can buy any kind of electronic gadgets from DealExtreme with free shipping option.
Please visit DealExtreme for very low prices.
Here is the link to the site : www.dealextreme.com

05 September 2013

Install package with apt-get without download

Just download the package with wget
Copy the package to /var/cache/apt/archives
run apt-get with the following options:

sudo apt-get install --no-download --fix-missing openntpd

03 September 2013

How to set HTTP Proxy in Unix- Linux

 export http_proxy=http://username:password@IP:port/