Chapter 3. Install headless essentials from repo
-
Connect to the device
All of Part II, “ Minimal linux ” can be completed at the console or via SSH.
-
Embiggen the console font.
For high-DPI screen, the default text size is hard to read. If necessary, increase it.
sudo dpkg-reconfigure console-setupSelect , (or whatever, if you're not me), , and (or whatever, based on your situation).sudo apt install tmux emacs-nox git ssh -
Install minimum required tools
sudo apt updatesudo apt install tmux emacs-nox git ssh -
Install tmux configuration
emacs ~/.tmux.confAnd paste from the source listing. After this point, we can use tmux to parallelize any slow steps.Note
~/.tmux.confsourceunbind C-b set -g prefix ` bind ` send-prefix