Posts
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 ...
GPG Reference
by danaukes
Introduction
GPG is a great tool for encrypting files and handling the keys to do ...
Port Forwarding Cheatsheet
by danaukes
ssh -L (localport):localhost:(remoteport) -C -N -l (username) hostname.domain -p (sshport)
VNC Example
ssh into port 22 ...