Skip to content

Instantly share code, notes, and snippets.

@nuumio
nuumio / 99-rockchip-pcie.rules
Created June 1, 2019 21:20
RockPro64 trigger PCIe probe
# FILE: /etc/udev/rules.d/99-rockchip-pcie.rules
# Trigger Rockchip PCIe probe
ACTION=="add", KERNEL=="f8000000.pcie", SUBSYSTEM=="platform", RUN+="/usr/local/sbin/rockpro64_pcie_probe.sh"
@nuumio
nuumio / mullvad-wg.sh
Created December 2, 2018 09:04
mullvad-wg.sh for Ubuntu 18.04 systemd-resolved
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2016-2018 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
die() {
echo "[-] Error: $1" >&2
exit 1
}