Bashrc: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
If you are using Linux behind a proxy server then you will need to modify the file below so you can import a GPG key. | |||
/etc/bashrc | '''/etc/bashrc''' | ||
<pre> | <pre> | ||
export http_proxy=http://proxyserver:port/ | export http_proxy=http://proxyserver:port/ | ||
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 ]] |
Latest revision as of 23:55, 10 June 2008
If you are using Linux behind a proxy server then you will need to modify the file below so you can import a GPG key.
/etc/bashrc
export http_proxy=http://proxyserver:port/ export ftp_proxy=http://proxyserver:port/
Make sure you have a look at the page wget