Posts in notebook
Sub-Folders
notebook/deprecated notebook/deprecated/ros notebook/docker notebook/git notebook/iot notebook/linux-basics notebook/linux-special-topics notebook/markdown-cheatsheet_files notebook/mujoco notebook/python notebook/ros2 notebook/school notebook/ssh notebook/ubuntu-setup notebook/virtualboxPosts
Installing GrapheneOS on a Pixel 4a
by danaukes
Instructions derived from https://grapheneos.org/install/cli
Download Developer Tools
```bash sudo apt install -y android-sdk-platform-tools-common sudo apt install -y signify-openbsd echo ...
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 ...
Markdown Cheat Sheet
by danaukes
Derived from https://towardsdatascience.com/the-ultimate-markdown-cheat-sheet-3d3976b31a0
Headings
There are few options to create headings. We can use Markdown or ...