Posts in ubuntu-setup
The first essential steps for a new installation
how to install tailscale in linux
restore configurations
by danaukes
How to restore config settings from a backup
simple gitman install
by danaukes
```bash sudo apt install -y git python3-pip python3-venv build-essential libffi-dev python3 -m venv ~/envs/gitman . envs/gitman/bin/activate pip3 install --upgrade ...
how to install and setup rclone
This assumes you installed a "minimal" version of Ubuntu
apt packages first
Update your software first
```bash sudo ...