This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.
sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils
I hereby claim:
To claim this, I am signing this object:
NOTICE: I write a simple tampermonkey script to skip the redirect notice, since the extension I recommended is going away due to MV2 deprecation. Tampermonkey script will also work on any browser.
Use this guide: https://github.com/jackblk/feeling-lucky-skip-redirect
| [includeIf "gitdir/i:github/"] | |
| path = .gitconfig-github | |
| [includeIf "gitdir/i:work/"] | |
| path = .gitconfig-work' |
| #!/bin/sh | |
| DEVICE='0' # Index/name of the device in `pacmd list-sinks` | |
| CARD='1' # Card index in `cat /proc/asound/cards` | |
| ACTIVE_SINK=$(pacmd list-sinks | grep 'active port' | awk '{ print $3 }') | |
| if [ "$ACTIVE_SINK" = "<analog-output-headphones>" ]; then | |
| echo "[*] Enabling all analog output on $DEVICE." | |
| pacmd set-sink-port "$DEVICE" analog-output-lineout | |
| amixer -c "$CARD" sset 'Auto-Mute Mode' Disabled |
| # Because of whatever bug it is, even if you turn off Calculator shortcut, | |
| # it still opens calculator in Pop OS. Run below command to disable it. | |
| # Ref: https://www.reddit.com/r/pop_os/comments/idey8l/cant_turn_off_calculator_shortcut/ | |
| gsettings set org.gnome.settings-daemon.plugins.media-keys calculator-static "['']" |
Edit: moved to here https://blog.haicon.moe/posts/logitech-f310-to-work-with-macbook-usb-c-port/
Based on the excellent Solarized (Dark) created by Ethan Schoonover. For source code, check the main Solarized repository on GitHub.
Open and save Solarized Dark.terminal.
Import from the “Profiles” tab in the settings of Terminal.app or just double-click the file after downloading.