Advanced Search
Search Results
168 total results found
Kubernetes Cluster
INSTALLING KUBERNETES
INSTALL CONTAINERD # update packages in apt package manager sudo apt update && apt dist-uppgrade # install containerd using the apt package manager # containerd is lightwieght, reliable and fast (CRI native) sudo apt-get install -y containerd # create /etc/c...
Wireguard on Proxmox - Debian LXC
Wireguard on Debian LXC - Proxmox
In Proxmox, create a new Linux container using an Debian template (version 13 was used here). The following configuration is perfectly adequate for home use. Depending on your needs, you can of course increase the number of cores and the amount of memory. unp...
Install Nextcloud on Debian LXC via Snap
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 Package. There are some tweaks to do, in order to run Snapd on LXC. But I'll walk you trough this. I assume you already have a working Debian LXC container. Prepar...