Thursday 20 September 2012

Change proxy in linux through commands

Run below Commands as root in Linux terminal

 
[root@xyz~]# export http_proxy='http://12.12.12.12:3128/'
 
Check Proxy 
 
[root@xyz~]# echo $http_proxy 
http://12.12.12.12:3128/
 
 

Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.