Posts with "linux" Tag
02-Import Keys
by Dan Aukes
Install and Setup
-
Install gnupg, nautilus integration (seahorse), and restart nautilus
...
Install Common Tools
by Dan Aukes
This assumes you installed a "minimal" version of Ubuntu
apt packages first
Update your software first
```bash sudo ...
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 ...
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 ...