Bashrc: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
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:
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
/etc/bashrc

Revision as of 01:26, 3 October 2007

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/