Bashrc

From KlavoWiki
Revision as of 23:53, 10 June 2008 by David (talk | contribs)
Jump to navigationJump to search

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