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
Shapeoko Links
by Dan Aukes
Search Results
- grbl 1.1 - Google Search
- [g21 vs g20 gcode - Google ...
Stop "Sign in with Google" popup
by Dan Aukes
ublock origin: paste
||accounts.google.com/gsi/*
docs.google.com##.modal-dialog
in the custom filter
External Resources
- ...
Solaar Install
by Dan Aukes
```bash sudo apt install build-essential cmake cmake-curses-gui sudo apt -y install libdbus-glib-1-dev libgirepository-2.0-dev pip install ...
Speech Conversion Tech
by Dan Aukes
https://github.com/KoljaB/RealtimeSTT sudo apt install -y portaudio19-dev pip install pyaudio pip install RealtimeSTT
import ...
Tailscale Details
by Dan Aukes
- from here about exit nodes
- and subnets
IP Forwarding
```bash echo 'net.ipv4.ip_forward = 1' | sudo ...
Handy Termux Commands
by Dan Aukes
```bash pkg install openssl openssh gnupg iproute2 pkg install nmap # port scanning pkg install dnsutils # dig pkg ...