Posts

Post-Install Miscellaneous Steps

by Dan Aukes

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

  1. Open "Extensions" and turn ...
Read More
other steps

by Dan Aukes

Find all git repos with submodules and init

go ...

Read More
Performance Tips

by Dan Aukes

  • disable swap
  • enable trim
sudo apt install -y util-linux
systemctl status fstrim

change "swap size": See here

change ...

Read More
99-Locking Down Ubuntu

by Dan Aukes

  1. Set bios admin password
  2. check sudoers group, make other users non-admin
  3. delete unused / ...
Read More
Compliling uLab for micropython

by Dan Aukes

```bash sudo apt update && sudo apt install -y \ python3 \ git \ python3-pip \ python3-virtualenv \ python3-venv \ wget \ flex ...

Read More
Useful Pandoc Commands

by Dan Aukes

Get Current Templates

pandoc --print-default-template=markdown > pandoc-template.md
pandoc --print-default-template=latex>pandoc-template.tex

simple markdown to ...

Read More
Virtualbox

by Dan Aukes

...

Read More
Installing ubuntu on virtualbox or similar

by Dan Aukes

Introduction

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

Steps

  1. Download ...
Read More