Posts

Install Xubuntu on BeeLink

by danaukes

Prerequisites

| item ...

Read More
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 ...

Read More
Speech Conversion Tech

by danaukes

https://github.com/KoljaB/RealtimeSTT sudo apt install -y portaudio19-dev pip install pyaudio pip install RealtimeSTT

import ...

Read More
SSH, Keys, and GPG

by danaukes

Tools and topics specific to SSH, GPG, and encryption
Read More
Disabling Password-based SSH

by danaukes

Settings for hardening ssh on Ubuntu
Read More
GPG Reference

by danaukes

Introduction

GPG is a great tool for encrypting files and handling the keys to do ...

Read More
Port Forwarding Cheatsheet

by danaukes

ssh -L (localport):localhost:(remoteport) -C -N -l (username) hostname.domain -p (sshport)

VNC Example

ssh into port 22 ...

Read More