![]() |
Re: Harmattan Proxy settings
I know how to enable a proxy in settings, but how do you enable it from terminal? I thought this would do the trick
Code:
export http_proxy=http://server:port |
Re: Harmattan Proxy settings
It does.
But only for that terminal. And what a bout http_user and http_pass? or htttp_proxy=user:pass@server.com:port What do you try to establish? --edit Nice one ;) http_proxy = user : pass @ server.com : port |
Re: Harmattan Proxy settings
Basically I want to make a desktop file that'll run a script that first enables http/https (or better yet, socks) proxy and then opens an ssh tunnel to the server.
Edit: What I'd really like to know is how to enable through terminal the same global proxy settings (not just that terminal) that you can get going to settings and editing the network connection in there. |
Re: Harmattan Proxy settings
Problem with Harmattan (also Fremantle) is there is no real 'global' proxy settings. The one from settings mainly (only?) affeccts browser but not any terminal proggie.
Not sure atm where it is stored, I would peek with gconftool -R / | grep -i proxy |
Re: Harmattan Proxy settings
Quote:
Code:
gconftool --set /system/proxy/mode --type string manual |
All times are GMT. The time now is 21:09. |
vBulletin® Version 3.8.8