Bashrc: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
export ftp_proxy=http://proxyserver:port/ | export ftp_proxy=http://proxyserver:port/ | ||
</pre> | </pre> | ||
Make sure you have a look at the page [[wget]] | |||
[[Category : Linux ]] | [[Category : Linux ]] |
Revision as of 23:53, 10 June 2008
Using Linux you will need to create a globaly proxy setting so you can imnport a GPG key. You can do this by editing the file and adding the following line to the end of the configration file.
/etc/bashrc
export http_proxy=http://proxyserver:port/ export ftp_proxy=http://proxyserver:port/
Make sure you have a look at the page wget