Recent Activity
tinfoil-hat
User for 4 years
Created Content
Recently Created Pages View All
Install Nextcloud on Debian LXC via Snap
Hi, I had several problems with my Nextcloud installs. So I decided today that I'll try the Snap ...
Wireguard on Debian LXC - Proxmox
In Proxmox, create a new Linux container using an Debian template (version 13 was used here). Th...
INSTALLING KUBERNETES
INSTALL CONTAINERD # update packages in apt package manager sudo apt update && apt dist-uppgrade ...
Pipe to /dev/null
> /dev/null 2>&1
create pyton3 venv
python3 -m venv venv source venv/bin/activate