WSL 2 Ubuntu Setup
This page provides instructions to setup all the different utilities that you will need to work with various PowerCommons projects.
Git & tio
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
tio is a serial device tool which features a straightforward command-line and configuration file interface to easily connect to serial TTY devices for basic I/O operations.
You can install both Git and tio with a single command:
>sudo apt install git tio