Archive for the ‘Tech Related Stuff’ Category
Limewire Frostwire – Limewire replacement!
So, reading some stuff on Portable Apps, I came across a link to a program called Frostwire. It is an open source (read: sypware free) version of Limwire. So, for all my friends that have asked “what should I use to get mp3s”, use Frostwire.




How to bypass filters and monitoring with SSH and a Socks Proxy
Software requirements:
- Windows machine on the connection you want to tunnel your traffic to.
- Cygwin – Linux like environment for Windows.
- Proxy – Proxy server that supports http/s, pop3, smtp, socks, etc.
- PuTTY – SSH client used to connect to and tunnel your traffic to your destination machine.
- Some sort of software you wish to use while bypassing a filter or network monitor.
This post assumes:
- You will be tunneling your traffic to a machine on your home network
- You use cable/dsl router on your home network.
- Your home network external ip address is 1.2.3.4 (use http://whatismyipaddress.com to get your actual external address). You can also setup an http://www.dyndns.org account to get a free dns name for your home network connection so you do not have to remember or constantly check your home ip address.
- Your home machine’s runs Windows XP or better and the internal ip address is 192.168.1.45. This ip should be a static ip, not a dynamic ip. Should your internal ip change, the router port forward will not work properly.
- You use Firefox
Inernet Explorer is just as easy to setup to use a socks proxy. - You understand that if your place of work or school monitors your desktop activity (via screen shots, key loggers, etc), this will not protect you in any way. This simply makes it a bit harder for your admin to see what websites you visit or who you instant message while at work or school.
Lets get started. Read the rest of this entry »