Skip to content

Instantly share code, notes, and snippets.

@helamonster
Created September 13, 2024 18:07
Show Gist options
  • Save helamonster/5d20543486de0ff7ad92a019329111dc to your computer and use it in GitHub Desktop.
Save helamonster/5d20543486de0ff7ad92a019329111dc to your computer and use it in GitHub Desktop.

Using tmux on pfSense

Overview

This information was taken (and updated with information for unsupported releasses) from:

https://chatgpt.com/c/66e47308-57d4-8013-ac8f-e6b0bc806759

Thank you, Hendrik!

Steps

  1. Determine your FreeBSD version

    # uname -r
    11.2-RELEASE-p10
    
  2. Find the URL for the corresponding base.txz file

  1. Download

    # fetch http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/11.2-RELEASE/base.txz
    
  2. Extract the locale files

    # tar -C / -xvf base.txz ./usr/share/locale/en_US.UTF-8/
    
  3. Run tmux and enjoy!

    # tmux
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment