Posts in linux-special-topics
Micropython on Linux
by danaukes
```bash
sudo apt install -y build-essential libffi-dev git pkg-config
git clone https://github.com/
Installing and Setting up MQTT
by danaukes
Installation
sudo apt update
sudo apt install -y mosquitto mosquitto-clients
sudo snap install mqtt-explorer
Example Setup
```bash sudo cp ...
Nautilus Extensions
by danaukes
apt install -y nautilus-share
apt install -y nautilus-admin
apt install -y nautilus-extension-gnome-terminal
apt install -y nautilus-share
- ...
noip-setup.md
by danaukes
To Install the Client
From here: https://www.noip.com/support/knowledgebase/install-linux-3-x-dynamic-update-client-duc
sudo apt update sudo apt install -y net-tools
wget ...
OpenVPN3 for Ubuntu
by danaukes
openvpn3 session-start --config ${MY_CONFIGURATION_FILE}
External Resources
- ...
QR Code Tools
by danaukes
modified from this site
Installing
```bash sudo apt install -y qrencode #encoding tools sudo apt install -y ...
recover data from an sd card
by danaukes
https://askubuntu.com/questions/330568/how-to-restore-photos-on-sd-card
```bash sudo apt install -y testdisk sudo ...