/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 notebook/windows

Posts

installing and using vocalinux

by danaukes

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 danaukes

Installation

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

Read More
Setting up Wake on Lan

by danaukes

Wake on Lan

On the waking computer

sudo apt install -y etherwake ethtool

On the ...

Read More
Web BLE

by danaukes

External ...

Read More
Set up WebRepl

by danaukes

External ...

Read More
Windows VirtualBox Install Process

by danaukes

  1. Install
  2. Update
  3. Remove Unused Programs
  4. Turn off hibernation

    ```powershell ...

Read More
WSL Hacks

by danaukes

https://releases.ubuntu.com/noble/

download https://releases.ubuntu.com/noble/ubuntu-24.04.4-wsl-amd64.wsl

wsl --list --online wsl --install --web-download -d ubuntu wsl --install -d ubuntu wsl ...

Read More