Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.39 KB

bear.md

File metadata and controls

45 lines (36 loc) · 1.39 KB

bear

Ubuntu 20.04 LTS, AArch64

apt

  • (removed) snapd screen bzip2 byobu vim vim-tiny nano
  • neovim fzf
  • wireguard-tools

PPA:

 

docs

# systemd-resolved was replaced with cloudflared-proxy-dns
# See /etc/systemd/system/cloudflared-proxy-dns.service
sudo systemctl disable --now systemd-resolved
sudo systemctl enable --now cloudflared-proxy-dns

# Reload wireguard configs after updating /etc/wireguard/wg0.conf
sudo wg-quick strip /etc/wireguard/wg0.conf | sudo wg syncconf wg0 /dev/stdin

# IRC bot
sudo docker run -d --restart=always \
  -e HYEONBOT_SERVER=irc.uriirc.org \
  -e HYEONBOT_PORT=16664 \
  --mount type=bind,src=/home/ubuntu/hyeonbot,dst=/a \
  ghcr.io/simnalamburt/hyeonbot:1.0.2

# discord-irc-rs
sudo docker run -d --restart=always \
  --mount type=bind,src=/home/ubuntu/discord-irc-rs,dst=/a \
  ghcr.io/simnalamburt/discord-irc-rs:latest@sha256:0be5025ed21258a0b7a10924eaa4999512b97bd87f8a5cc740ed8c20377e1efa

# personal-op-bot
sudo docker run -d --restart=always \
  --mount type=bind,src=/home/ubuntu/personal-op-bot,dst=/a \
  ghcr.io/simnalamburt/personal-op-bot:1.0.2