Well,

You might be like me, living in Germany and having this annoying restriction on ΥouΤube, it’s called GEMA something (Jesus, 2012 hello!!!)…

Well, there are many ways, but let’s go with the best one and most secure.

— SSH tunneling —

You need a server and credentials to step in but can’t do much here, you can find free servers to step into. (e.g. http://www.arbornet.org)

Once you got the server credentials, open your terminal :P

networksetup -setsocksfirewallproxy Wi-Fi 127.0.0.1 7777 off
ssh -D 7777 yourusername@servername.com -p 22
// you will need to enter a password

Where Wi-Fi, just replace it with the name of the interface, e.g.

To clean it up once your are done just type on your terminal:

networksetup -setsocksfirewallproxyState Wi-Fi off

You kind-of need to clean it up, using that tunnel you are actually stepping on another server so your connection will be a bit slower :)

That’s all, enjoy music ^^