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/windowsPosts
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
- ...
VSCode Setup and Usage
by danaukes
Installation
VSCodium is an open-source build of the same source code. Download it here: ...
Setting up Wake on Lan
by danaukes
Wake on Lan
On the waking computer
sudo apt install -y etherwake ethtool
On the ...
Windows VirtualBox Install Process
by danaukes
- Install
- Update
- Remove Unused Programs
-
Turn off hibernation
```powershell ...
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 ...