Skip to content

Instantly share code, notes, and snippets.

@GroverChouT
Last active February 10, 2022 15:14
Show Gist options
  • Save GroverChouT/6c3254c0fe9271f8d47062ad2da63d48 to your computer and use it in GitHub Desktop.
Save GroverChouT/6c3254c0fe9271f8d47062ad2da63d48 to your computer and use it in GitHub Desktop.

pfsense notes

enable freebsd repo

# /usr/local/etc/pkg/repos/FreeBSD.conf

FreeBSD: {
  url: "pkg+https://mirrors.ustc.edu.cn/freebsd-pkg/${ABI}/latest",
  enabled: yes
}

fix tmux locale

curl -o base.txz https://mirrors.ustc.edu.cn/freebsd/releases/amd64/12.2-RELEASE/base.txz
sudo tar -C / -xmvf base.txz ./usr/share/locale/C.UTF-8/
sudo tar -C / -xmvf base.txz ./usr/share/locale/en_US.UTF-8/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment