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
Podcasting
by Dan Aukes
- https://www.listennotes.com/: Listen Notes - the best podcast search engine
- https://podcatr.com/: Directory of Podcasts With ...
getting Ubuntu 20.04.5 installed and working on a raspberry pi
by Dan Aukes
https://roboticsbackend.com/install-ubuntu-on-raspberry-pi-without-monitor/
https://forums.raspberrypi.com/viewtopic.php?t=315089
the raspberry pi imager has some issues you can add invalid ...
Removing Snap from Ubuntu
by Dan Aukes
This is useful for stalled updates when installing ubuntu-desktop-minimal on a server. the firefox ...
Parts List
by Dan Aukes
Robotics Parts
Assuming 15 students are participating in the more technical activities
| Items ...
Running Ros2 on an ESP32
by Dan Aukes
Virtualbox guest master setup
- create a virtual machine
- Networking: Select ...
working with raspberry pi bluetooth from bash
by Dan Aukes
open bluetoothctl in interactive mode from bash
bluetoothctl
This will create an interactive prompt for working with ...
Rust Content
by Dan Aukes
Installation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
VSCode Extensions
```bash codium --install-extension rust-lang.rust-analyzer codium ...