How to set up web filtering solution on Squid Proxy Your email has been sent Guest contributor Rafael Akchurin of QuintoLabs presents this how-to article on setting up web content filtering on Squid ...
Want more control over your internet traffic? Follow these simple steps to set up a proxy server, block unwanted websites, mask your IP address, and more. Our team tests, rates, and reviews more than ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Recently I had to capture some HTTP and HTTPS requests and responses for documentation I was writing. My first thought was to use the HTTP Inspector from ActiveState Komodo 4.0. Unfortunately, HTTP ...
If wget is your go-to download command on your Linux servers, and your machines are behind a proxy, Jack Wallen has the solution to get this setup working properly. The wget command is one of the best ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Web clients should never hit an application server directly. Instead, all web-based requests ...
Apache is the most popular Web server and one of the most successful open-source projects of all time. Since April 1996, Apache has served more Web sites than any other Web server. Many of the world's ...
SOCKS is built in to OpenSSH, so it's a trivial matter to set up a local SOCKS proxy with the -D flag. For example: $ ssh -D 12345 myuser@remote_ssh_server will open up the port 12345 on your local ...