Posts
Performance Tips
by danaukes
- disable swap
- enable trim
sudo apt install -y util-linux
systemctl status fstrim
change "swap size": See here
change ...
99-Locking Down Ubuntu
by danaukes
- Set bios admin password
- check sudoers group, make other users non-admin
- delete unused / ...
Compliling uLab for micropython
by danaukes
```bash sudo apt update && sudo apt install -y \ python3 \ git \ python3-pip \ python3-virtualenv \ python3-venv \ wget \ flex ...
Useful Pandoc Commands
by danaukes
Get Current Templates
pandoc --print-default-template=markdown > pandoc-template.md
pandoc --print-default-template=latex>pandoc-template.tex
simple markdown to ...
Installing ubuntu on virtualbox or similar
by danaukes
Introduction
These notes are from memory, so they may be out of order.
Steps
- Download ...
Modify VM Machine Information
by danaukes
Sometimes its useful to declare your computer type in virtualbox as something other than a ...
Intricacies of working with two virtual machine clones
by danaukes
Even if you have two vm clones with different mac addresses, you need to tell ...