Hey, basically I am trying to make my computer a proxy server, so I can access my internet from school through google chrome 'Proxy Switchy!'.
I was looking on google but I cant find anything useful, do you guys know of anything?
Thanks.
|
feedback
|
|
You're in luck! The ever-fantastic Lifehacker just ran a story on exactly how to do this! | |||||||||||||
feedback
|
|
Just a FYI from a Network Admin. It is common to search the page source for words like Proxy... and block pages that contain them. So I will take a page from a buddy of mine in high school. He did a find and replace on the source code, and replaced all of the variables with words like "American Revolution". The page looked like an American history site to a bot, and he could browse what ever he wanted. Good luck! | |||||||
feedback
|
|
You really need to look into getting an ssh server set up, and tunneling everything through that- this will make it practically impossible for anyone to snoop on what you're doing, You'd need putty and an ssh server (most linux distros come with one, or i suppose you can use freessh or something like that). Another advantage is the basic tactic will work with anything as long as you have it set up right | |||||
feedback
|