:: How to connection socks proxy via ssh
+ setup proxy connection

ssh -D 8080 [email protected]

8080 = local proxy port
username = your ssh username
192.168.0.1 = your ip address server

+ enable socks proxy connection in firefox

Edit - Preferences - Advanced - Network - Connection - Settings - Manual Proxy Configuration:
SOCKS host: 127.0.0.1
Port: 8080
enable SOCKS v5

 
:: Testing SOCKS Proxy
Open your browser and checking your ip connection using whatismyip.com or other ip checker.

 
:: Links
+ Google
+ VPSLinks