Posts
OpenVPN3 for Ubuntu
by Dan Aukes
openvpn3 session-start --config ${MY_CONFIGURATION_FILE}
External Resources
- ...
QR Code Tools
by Dan Aukes
modified from this site
Installing
```bash sudo apt install -y qrencode #encoding tools sudo apt install -y ...
recover data from an sd card
by Dan Aukes
https://askubuntu.com/questions/330568/how-to-restore-photos-on-sd-card
```bash sudo apt install -y testdisk sudo ...
Setting Raspberry Pi Zero 2 as a Wifi Access Point
by Dan Aukes
sudo apt install network-manager
comment out networkd and use NetworkManager
add mode: ap
```yaml network: version: ...
Splitting and Merging tar files
by Dan Aukes
```bash
tar -cvpzf - "
Looping Video into Zoom
by Dan Aukes
sudo apt install -y v4l2loopback-dkms v4l-utils
ls /dev/video*
sudo modprobe v4l2loopback video_nr=9 card_label=“virtual-cam”
Installing and Using VNC
by Dan Aukes
```bash sudo apt update sudo apt install -y xfce4 xfce4-goodies tightvncserver vncserver vncpasswd
vnc password *
vncserver -kill :1 mv ~/.vnc/xstartup ~/.vnc/xstartup.bak nano ...