Posts in ubuntu-setup

The first essential steps for a new installation
how to install tailscale in linux
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 ...

Install and Setup

  1. Install gnupg, nautilus integration (seahorse), and restart nautilus

    ...

how to install and setup rclone

This assumes you installed a "minimal" version of Ubuntu

apt packages first

Update your software first

```bash sudo ...

Install Latest Anaconda / Miniconda

```bash sudo apt install -y git python3-pip python3-venv sudo apt install -y ...