Skip to content

Instantly share code, notes, and snippets.

View ArTourter's full-sized avatar

GregT ArTourter

View GitHub Profile
@ArTourter
ArTourter / encrypt.sh
Created March 27, 2024 18:41 — forked from Zwyx/encrypt.sh
Display detailed information about a password store and reencrypt it
#!/bin/bash
# Created by github.com/Zwyx
# MIT Licence
if [ "$1" == "--help" ] || [ "$1" == "-h" ]; then
echo "Usage: ./encrypt.sh [subfolder-name]..."
exit
fi

How to use a Draytek Vigor 130 with Ubiquiti Unifi routers

In the EU and UK, the Draytek Vigor 130 (and probably the old 120 as well), are configured in Bridge mode (this is different from the US model).

Most of the information in this document has been collected from multiple source, and there are several ways of doing the same thing. I will just summarise the steps I have used. All of the sources describe how to configure the Edge Router or the USG3/USG-Pro4. I also add the instructions on how to configure the Unify Dream Machine Pro (UDM-Pro) (these mya also work with Unifi Dream Machine (UDM-Base) but I do not have one yet to test).

assumptions

We assume that all machines are left at their default settings but all these can be changed.

@ArTourter
ArTourter / encrypt.yaml
Last active September 28, 2018 15:42
Arara yaml rule to encrypt pdf output
!config
identifier: encrypt
name: Encrypt
authors:
- Greg Tourte
- Paulo Cereda
commands:
- name: The Encryption tool
command: >
@{