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
Solaar Install
by danaukes
```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 danaukes
https://github.com/KoljaB/RealtimeSTT sudo apt install -y portaudio19-dev pip install pyaudio pip install RealtimeSTT
import ...
Tailscale Details
by danaukes
- from here about exit nodes
- and subnets
IP Forwarding
```bash echo 'net.ipv4.ip_forward = 1' | sudo ...
Handy Termux Commands
by danaukes
```bash pkg install openssl openssh gnupg iproute2 pkg install nmap # port scanning pkg install dnsutils # dig pkg ...
Compliling uLab for micropython
by danaukes
```bash sudo apt update && sudo apt install -y \ python3 \ git \ python3-pip \ python3-virtualenv \ python3-venv \ wget \ flex ...
Useful Pandoc Commands
by danaukes
Get Current Templates
pandoc --print-default-template=markdown > pandoc-template.md
pandoc --print-default-template=latex>pandoc-template.tex