Skip to content

Instantly share code, notes, and snippets.

View guidol70's full-sized avatar

Guido Lehwalder guidol70

View GitHub Profile
@jackblk
jackblk / squid_proxy_tutorial.md
Last active April 24, 2025 14:43
Tutorial on how to setup a squid proxy with authentication.

Note

This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.

Install squid & update

sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils