Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 495 Bytes

File metadata and controls

29 lines (16 loc) · 495 Bytes

Linux

Build toolchain

build essentials is often packaged to include gcc, make, etc.

Ubuntu

You might select a default set of sane build tools and libraries like this:

.matrix/os/Linux/Debian/bin/apt-bootstrap-build-utils

Ubuntu Setups

Update Alternatives

sudo update-alternatives --config editor

Modify SUDOERS

Set wheel users to not need to password to sudo

%wheel ALL=(ALL) NOPASSWD: ALL

Mouse in boot terminal

sudo apt install gpm