Ubuntu Setup

01-Installation Notes

Introduction These notes are from memory, so they may be out of order.

Preparation

First, update apt sudo apt update && sudo apt upgrade -y Install Flatpak # install sudo apt install flatpak -y #if you want to install from software GUI sudo apt install gnome-software-plugin-flatpak -y #add the flathub repo flatpak remote-add –if-not-exists flathub https://flathub.

Install Tailscale

for raspberry pi sudo apt install curl -y general installation curl -fsSL https://pkgs.

02-Import Keys

Install and Setup Install gnupg, nautilus integration (seahorse), and restart nautilus

03-Install and Setup rclone

Install rclone sudo apt install -y curl curl https://rclone.org/install.sh | sudo bash If you have a previous config for rclone, it should be encrypted before backing up.

Install Common Tools

This assumes you installed a “minimal” version of Ubuntu apt packages first Update your software first

05-Conda Install

Install Latest Anaconda / Miniconda Windows Linux 64-bit Miniconda 64-bit Miniconda Linux Install cd ~/Downloads wget https://repo.

06-Install and Setup git

Git Git is the command line program for interacting with a git repository

Install and Setup SSH

Basic Steps Make a new directory for holding keys mkdir ~/keys Decrypt your current keys

08-install gitman

Gitman is my python based package for scanning a computer and pulling all your repositories off.