Posts
ESP32Cam Info
by danaukes
Arduino Setup
Make sure to prepare arduino for programming the esp32
Home Assistant Setup
by danaukes
Install Virtualbox
sudo apt install -y virtualbox virtualbox-ext-pack
sudo usermod -a -G vboxusers $USER
Download Home ...
Sonoff S31 Smart Plug Mod
by danaukes
Steps
- Pop off gray cover
- Slide out white slidy corner pieces
- unscrew three exposed ...
Kobo Ebook Reader information
by danaukes
This link was the most helpful overview: https://www.linux-magazine.com/Online/Features/Basic-Hacks-for-Kobo-E-Readers
Disabling user id requirements
```bash
cd /path/to/the/ereader/.kobo
cd ...
Bash Basics
by danaukes
Arguments
short arguments usually have a single dash followed by a single character. An ...