Live Chat!

setting up http proxy at console

          0 votos

December 30th, 2006 mysurface

Setting up proxy at Firefox do not have effects at console, which means your wget, ssh, apt-get, yum etc do not access through the proxy you set at Firfox browser. To setup http proxy at console, you can do as bellow, assume the proxy IP is 219.93.2.113 and port 3128.
export http_proxy=’http://219.93.2.113:3128/’
Remember, you have to specified [...]

Posted in Admin, export | Hits: 21464 | 1 Comment »

Setting Environment Variable

          0 votos

August 29th, 2006 liewsheng

You may wonder how you knowing the hostname or machine type you are log in. Actually we have a lot way to do so, one of them is print out the environment variable set. How we can set this variable? export is the command used in bash shell, example:
export VARIABLE_NAME=”any data you want to put [...]

Posted in echo, export | Hits: 5785 | 1 Comment »