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
[includeIf "gitdir/i:github/"] | |
path = .gitconfig-github | |
[includeIf "gitdir/i:work/"] | |
path = .gitconfig-work' |
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
This guide is for Windows.
adb shell
import datetime | |
import smtplib | |
import uuid | |
TEST_DOMAIN = "example.com" | |
# Google's SMTP inbound mail server. Use `nslookup -type=mx example.com` to find the MX record. | |
SMTP_SERVER = "aspmx.l.google.com" # Use an MX record from Step 1 | |
SMTP_PORT = 25 # Google's MX servers listen on port 25 |
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:
# ================== Install Firefox & Driver ================== | |
RUN apk add --no-cache firefox-esr | |
# Install Geckodriver | |
SHELL ["/bin/ash", "-eo", "pipefail", "-c"] | |
RUN apk add --no-cache --virtual .build-deps wget \ | |
&& GECKODRIVER_VERSION=$(wget -qO- https://api.github.com/repos/mozilla/geckodriver/releases/latest \ | |
| grep "tag_name" | sed -E 's/.*"([^"]+)".*/\1/') \ | |
&& wget -qO /tmp/geckodriver.tar.gz \ | |
"https://github.com/mozilla/geckodriver/releases/download/$GECKODRIVER_VERSION/geckodriver-$GECKODRIVER_VERSION-linux64.tar.gz" \ |
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.