From 088c87bcb58be576308da503d4f11a68843c5013 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 1 Jul 2024 16:23:43 -0400 Subject: Initial new commit --- wiki/alpine-linux.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 wiki/alpine-linux.md (limited to 'wiki/alpine-linux.md') diff --git a/wiki/alpine-linux.md b/wiki/alpine-linux.md new file mode 100644 index 0000000..53d2e4e --- /dev/null +++ b/wiki/alpine-linux.md @@ -0,0 +1,41 @@ +--- +layout: page +title: Alpine Linux +permalink: /wiki/alpine-linux +--- + +This page contains a helpful collection of configuration and application setups for Alpine Linux. + +## Run Mullvad on Alpine Linux (Wireguard) + + + # Install wireguard + apk add wireguard-tools + + +Login into Mullvad and download the proper wireguard configuration files(s). After downloaded, place in the proper directory: + + + doas cp .conf /etc/wireguard/" + + +Then setup an aliases for easier up/down states: + + + alias vpnup="doas wg-quick up /etc/wireguard/.conf" + alias vpndown="doas wg-quick down /etc/wireguard/.conf" + +## Alpine Linux `mini_racer` Tweaks + +Gem lockfile: + + + PLATFORMS + ruby + x86_64-linux-musl + + mini_racer (0.6.3) + + + +then run: `bundle update mini_racer` -- cgit v1.2.3-54-g00ecf