I hereby claim:
- I am nickzse on github.
- I am nickzse (https://keybase.io/nickzse) on keybase.
- I have a public key whose fingerprint is CF19 06BC 362B 33D3 C3F5 8287 0315 BD63 63E3 4F87
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Install ARCH Linux with encrypted file-system and UEFI | |
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
# Download the archiso image from https://www.archlinux.org/ | |
# Copy to a usb-drive | |
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
# Set swedish keymap |
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
# Plex | |
plex.tv | |
tvdb2.plex.tv | |
pubsub.plex.bz | |
proxy.plex.bz | |
proxy02.pop.ord.plex.bz | |
cpms.spop10.ams.plex.bz | |
meta-db-worker02.pop.ric.plex.bz | |
meta.plex.bz | |
tvthemes.plexapp.com.cdn.cloudflare.net |
This GitHub Gist details the manual configuration needed on a UniFi controller to enable IPv6 tunneling with Hurricane Electric's Tunnelbroker service.
This is what works for me personally. Stuff you'll need to do to adapt this to your ends:
# this assumes WAN is eth0 and LAN is switch0. Please adjust for your own setup | |
configure | |
# Tunnel first | |
edit interfaces tunnel tun0 | |
set encapsulation sit | |
set local-ip xxx.xxx.xxx.xxx # your WAN IP | |
set remote-ip xxx.xxx.xxx.xxx # HE.net Server IPv4 Address | |
set address xxxx:xxxx:xxxx:xxxx::2/64 # Client IPv6 Address |