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:
Navigate to chrome://settings/searchEngines?search=manage
Add search engine
Feeling lucky
i
http://www.google.com/search?q=%s&btnI=Im+Feeling+Lucky
Install Redirect Google to avoid Google redirect notice
[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 "['']" |
Since my Macbook Pro only has USB-C port, I used an USB-A to USB-C adapter to connect my F310 to it, but it does not work (pressing MODE button does not turn on the LED).
To make it work:
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.