mail facebook google_plus github coderwall linkedin irc twitter grooveshark skype
pomodoro

Torrents and SSH port forwarding

2012-04-30 12:41:00

Currently I live in university's dormitory. Here an Internet is cheap (it costs about 18LTL), but my ISP blocks torrents (internet is for academical purposes only). I find out a good workaround, which uses SSH:

$ ssh -R 1080:localhost:1080 -A -D 1080 username@remote-server.com

Now it's ...

Read more...

More posts