Posts
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 ...
Using the ```find``` command in bash
by danaukes
Using the find command in bash
Find files with find
```bash find [-flags] path -expression find ~/ ...