Skip to content

Instantly share code, notes, and snippets.

View ciaran-byrne's full-sized avatar

Ciaran Byrne ciaran-byrne

View GitHub Profile
@Boomatang
Boomatang / README.md
Last active September 22, 2020 12:52
This script will build the dependency tree for the a module and print out a list version of the tree.

This script will build the dependency tree for the a module and print out a list version of the tree. The first item on the list is the direct import into the project and then followed by the sub dependencies till the module been searched for is found. This script does require the use of go mod. Also note if the dependency graph is to large a recursion error with be throw.

To Run

The script is required to be ran from with in the go project folder but does not require to be in the root folder. If go mod graph works this script can work.

@superjamie
superjamie / raspberry-pi-vpn-router.md
Last active November 10, 2024 05:28
Raspberry Pi VPN Router

Raspberry Pi VPN Router

This is a quick-and-dirty guide to setting up a Raspberry Pi as a "router on a stick" to PrivateInternetAccess VPN.

Requirements

Install Raspbian Jessie (2016-05-27-raspbian-jessie.img) to your Pi's sdcard.

Use the Raspberry Pi Configuration tool or sudo raspi-config to: