/notebook/ubuntu-setup

Posts in ubuntu-setup

Install Common Tools

by Dan Aukes

This assumes you installed a "minimal" version of Ubuntu

apt packages first

Update your software first

```bash sudo ...

Read More
05-general python install

by Dan Aukes

Install Latest Anaconda / Miniconda

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

Read More
05-Conda Install

by Dan Aukes

Install Latest Anaconda / Miniconda

| Windows ...

Read More
06-Install and Setup ```git```

by Dan Aukes

Git

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

```bash sudo apt install ...

Read More
Install Docker

by Dan Aukes

see this ...

Read More
Install and Setup SSH

by Dan Aukes

Basic Steps

  1. Make a new directory for holding keys

    ```bash ...

Read More
10-Set Up Groups

by Dan Aukes

  1. add yourself to device groups for access to some USB devices in python

```bash sudo usermod ...

Read More
11-Setup Dconf

by Dan Aukes

Introduction

Dconf is where many keyboard shortcuts and user preferences exist. I have a ...

Read More