Skip to content

Instantly share code, notes, and snippets.

@jackblk
jackblk / FeelingLucky.md
Last active March 17, 2025 04:06
Use I'm Feeling Lucky on Chrome address bar

Keybase proof

I hereby claim:

  • I am jackblk on github.
  • I am jackblk (https://keybase.io/jackblk) on keybase.
  • I have a public key whose fingerprint is DBD6 B206 4668 F2B4 6B4E ABDB D89E BA32 B52E 6AF0

To claim this, I am signing this object:

@jackblk
jackblk / squid_proxy_tutorial.md
Last active February 12, 2025 15:36
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