Macguire's Docs
GitHubGitHub (opens in a new tab)
  • Setup
    • Install Proxmox
    • Get ISOs
      • pfSense
      • Create Vms
      • pfSense
      • Wireguard
  • macOS
  • Topics
  • Alpine
  • Ansible
    • Resize VM Disk
  • Apache
  • Asdf
  • Borg
  • Dotfiles
  • Favicon
  • Find
  • Firewalld
  • Git
  • Host
  • Index
  • JavaScript
  • Linux
  • Message Authentication Code Incorrect
  • Moving Proxmox to New Disk
  • Mysql
  • Nextra
  • PHP
  • Phpmyadmin
  • Python
  • Rsync
  • Setup
  • Simplelogin
  • Ssh
  • Stat
  • Symbolic Links
  • TypeScript
  • WordPress
    • Box Shadow
    • Motion
    • Adguard Home
    • General
    • Home Assistant
    • Nginx Proxy Manager
    • Mdx
  • Setup
    • Install Proxmox
    • Get ISOs
      • pfSense
      • Create Vms
      • pfSense
      • Wireguard
  • macOS
  • Topics
  • Alpine
    • Set up Alpine
    • Set up WireGuard
  • Ansible
    • Resize VM Disk
  • Apache
  • Asdf
  • Borg
  • Dotfiles
  • Favicon
  • Find
  • Firewalld
  • Git
  • Host
  • Index
  • JavaScript
  • Linux
  • Message Authentication Code Incorrect
  • Moving Proxmox to New Disk
  • Mysql
  • Nextra
  • PHP
  • Phpmyadmin
  • Python
  • Rsync
  • Setup
  • Simplelogin
  • Ssh
  • Stat
  • Symbolic Links
  • TypeScript
  • WordPress
    • Box Shadow
    • Motion
    • Adguard Home
    • General
    • Home Assistant
    • Nginx Proxy Manager
    • Mdx

On This Page

  • Set up Alpine
  • Set up WireGuard
Question? Give us feedback → (opens in a new tab)Edit this page
Alpine

Alpine

Set up Alpine

Log in as root (no password), then run the setup-alpine command.

setup-alpine -q # -q to run the 'quick' setup
apk add openssh curl
rc-update add sshd
service sshd start
passwd root # change the password for root
echo http://dl-cdn.alpinelinux.org/alpine/v3.16/community >> /etc/apk/repositories

Set up WireGuard

https://www.cyberciti.biz/faq/how-to-set-up-wireguard-vpn-server-on-alpine-linux/ (opens in a new tab)

macOSAnsible

Macguire's docs