Bashrc: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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:
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