Bashrc: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: Using Linux you may need to create a globaly proxy setting. You cna do this by editing the file: /etc/bashrc <pre> export http_proxy=http://proxyserver:port/ export ftp_proxy=http://prox...)
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Using Linux you may need to create a globaly proxy settingYou cna 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