/notebook

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/virtualbox

Posts

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
Visa Benefits

by Dan Aukes

If you want to rent a car, you can call visa benefits to get a ...

Read More
installing and using vocalinux

by Dan Aukes

Install

curl -fsSL raw.githubusercontent.com/jatinkrmalik/vocalinux/main/install.sh -o /tmp/vl.sh && bash /tmp/vl.sh
  • I used Whisper.cpp with the VOSK backend
  • ...
Read More
VSCode Setup and Usage

by Dan Aukes

Installation

VSCodium is an open-source build of the same source code. Download it here: ...

Read More
Setting up Wake on Lan

by Dan Aukes

Wake on Lan

On the waking computer

sudo apt install -y etherwake ethtool

On the ...

Read More
Web BLE

by Dan Aukes

External ...

Read More