-
Installation
$ sudo pacman -Sy $ sudo pacman -S pdnsd
-
Configure pdnsd
$ sudo vi /etc/resolvconf.conf
$ sudo vi /etc/pdnsd.conf
Thanks to: | |
http://realityloop.com/blog/2012/07/03/nginx-mariadb-php-aegir-mac-os-x-optional-drush-5-works-mountain-lion | |
and | |
http://robots.thoughtbot.com/post/27985816073/the-hitchhikers-guide-to-riding-a-mountain-lion | |
--Fresh install Mountain Lion. | |
--Install XCode 4.6 | |
--Install Command line utilities via Xcode | |
--Install Homebrew |
### Keybase proof | |
I hereby claim: | |
* I am lsl on github. | |
* I am lsl (https://keybase.io/lsl) on keybase. | |
* I have a public key whose fingerprint is 8E9F E211 4F2C F921 6C5E A96D 6067 8BED 50CC CD46 | |
To claim this, I am signing this object: |
# Simple registry setup | |
# | |
# Replace mydomain.com with your domain and ensure | |
# registry.mydomain.com points at your server. | |
# | |
# https://docs.docker.com/registry/configuration/ | |
# | |
# Create your basic auth password file: | |
# | |
# % htpasswd -c -B htpasswd USERNAME |
Installation
$ sudo pacman -Sy
$ sudo pacman -S pdnsd
Configure pdnsd
$ sudo vi /etc/resolvconf.conf
$ sudo vi /etc/pdnsd.conf
# Note unison should be deleting tmp files older than 30 days automatically anyway | |
find . -name '*.unison.tmp' -delete |
["00000", "00001", "00002", "00003", "00004", "00005", "00006", "00007", "00008", "00009", "00010", "00011", "00012", "00013", "00014", "00015", "00016", "00017", "00018", "00019", "00020", "00021", "00022", "00023", "00024", "00025", "00026", "00027", "00028", "00029", "00030", "00031", "00032", "00033", "00034", "00035", "00036", "00037", "00038", "00039", "00040", "00041", "00042", "00043", "00044", "00045", "00046", "00047", "00048", "00049", "00050", "00051", "00052", "00053", "00054", "00055", "00056", "00057", "00058", "00059", "00060", "00061", "00062", "00063", "00064", "00065", "00066", "00067", "00068", "00069", "00070", "00071", "00072", "00073", "00074", "00075", "00076", "00077", "00078", "00079", "00080", "00081", "00082", "00083", "00084", "00085", "00086", "00087", "00088", "00089", "00090", "00091", "00092", "00093", "00094", "00095", "00096", "00097", "00098", "00099", "00100", "00101", "00102", "00103", "00104", "00105", "00106", "00107", "00108", "00109", "00110", "00111", "00112", "00113 |
all: alfa.pdf | |
alfa.pdf: alfa.latex | |
latexmk -pdf $< | |
alfa.png: alfa.pdf | |
convert -density 150 -flatten $< $@ | |
clean: alfa.latex | |
latexmk -CA $< |
laptop ssh -> laptop stunnel -> evil network -> internet -> your server -> your server ssh
Sets up a stunnel process listening externally on port 2443/tcp, forwards to localhost 22/tcp
yum install stunnel
/etc/stunnel/stunnel.conf
Instructions to obtain WireGuard details of your NordVPN account. These can be used to setup a WireGuard tunnel on your router to NordVPN.
Source: https://forum.gl-inet.com/t/configure-wireguard-client-to-connect-to-nordvpn-servers/10422/27
If you have any linux machine, use that or install a vm if you don't have one.
Get their official linux app installed. Make sure you have wireguard installed too. And set the used technology to Nordlynx by running nordvpn set technology nordlynx
#!/bin/bash | |
# | |
# backup.google - Uses rclone to downloads and extract Google Takeout archives from Google Drive | |
# | |
# I use this script to backup my Google Takeout (mainly photos & drive) to my local machine where | |
# things are encrypted and backed up regularly with borg. | |
# | |
# The script will: | |
# 1. List available Takeout archives from Google Drive. | |
# 2. Download your selected archive. |