aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/alpine-linux.md41
-rw-r--r--wiki/index.md61
2 files changed, 102 insertions, 0 deletions
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 <MULLVAD_FILENAME>.conf /etc/wireguard/"
+
+
+Then setup an aliases for easier up/down states:
+
+
+ alias vpnup="doas wg-quick up /etc/wireguard/<MULLVAD_FILENAME>.conf"
+ alias vpndown="doas wg-quick down /etc/wireguard/<MULLVAD_FILENAME>.conf"
+
+## Alpine Linux `mini_racer` Tweaks
+
+Gem lockfile:
+
+
+ PLATFORMS
+ ruby
+ x86_64-linux-musl
+
+ mini_racer (0.6.3)
+ <remove child dependency>
+
+
+then run: `bundle update mini_racer`
diff --git a/wiki/index.md b/wiki/index.md
new file mode 100644
index 0000000..662cfb7
--- /dev/null
+++ b/wiki/index.md
@@ -0,0 +1,61 @@
+---
+layout: page
+title: Wiki
+permalink: /wiki/
+---
+
+This is the homepage for my personal wiki. All sub-directories are listed below. This wiki is a growing set of documents, so things may change often.
+
+### Software
+
+- [Alpine Linux](/wiki/alpine-linux)
+- [Dotfiles](/wiki/dotfiles)
+- [OpenBSD](/wiki/openbsd)
+- [Qutebrowser](/wiki/qutebrowser)
+- [Safari](/wiki/safari)
+- [Scripts](/wiki/scripts)
+- [Sublime Text](/wiki/sublime-text)
+- [Ubuntu](/wiki/ubuntu)
+
+---
+
+### Hardware
+
+- [Xbox](/wiki/xbox)
+- [PS2](/wiki/ps2)
+
+---
+
+### Version Control Systems
+
+- [cgit](/wiki/cgit)
+
+---
+
+### ikiwiki
+
+The default documentation on using ikiwiki:
+
+- [Formatting](/ikiwiki/formatting)
+- [Wikilink](/ikiwiki/wikilink)
+- [Subpage](/ikiwiki/subpage)
+- [Pagespec](/ikiwiki/pagespec)
+- [Directive](/ikiwiki/directive)
+- [Markdown](/ikiwiki/markdown)
+- [OpenID](/ikiwiki/openid)
+- [Searching](/ikiwiki/searching)
+- [Templates](/templates)
+
+My own custom documentation for ikiwiki:
+
+- [NearlyFreeSpeech](/ikiwiki/NearlyFreeSpeech)
+- [Git](/ikiwiki/git)
+- [Comments](/ikiwiki/comments)
+- [Search](/ikiwiki/search)
+
+### WordPress
+
+- [Database Update](/wordpress/database_update)
+- [NearlyFreeSpeech Setup](/wordpress/NearlyFreeSpeech_Setup)
+
+