networking - Alternative Way of UltraSurf for Ubuntu -


i used use ultrasurf bypassing proxy. however, can't find way pass through proxy on ubuntu. there free proxy websites http://hideme.be , basically, same work, not convenient enough. , don't want use tor either.


besides, can't make ssh connection in situation. tried use vpn service , doesn't work either.

this how connect proxy server accessing internet:enter image description here

if have cloud (virtual) server can ssh using following command through terminal:

ssh -o "proxycommand=nc -x connect -x proxyhost:proxyport %h %p" -d 1080 -c user@your_ip 

once that, delete http/https/ftp proxies , change socks 127.0.0.1 : 1080.

i had same problem, worked me.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -