Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

173 total results found

Kubernetes Cluster

INSTALLING KUBERNETES

Kubernetes Cluster

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

Wireguard on Proxmox - Debian LXC

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

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

Unboudn DNS Resolver

Unbound DNS Resolver

Unboudn DNS Resolver

Unbound is a fast, secure, validating, recursive, and caching DNS resolver. It's commonly used for privacy (no third-party logs), DNSSEC validation, and performance via local caching. Installation apt update && apt dist-upgrade -y apt install sudo vim unbound ...

rclone

favourite flags

rclone

rclone copy -v --progress --transfers=4 /source/ rclone-remote:/path/to/folder/

Hardening

Debian

Apply a layered hardening methodology for Debian/Ubuntu systems. Includes firewalling, automatic updates, intrusion prevention, malware scanning, rootkit detection, and auditing. Audit the current system configuration: sudo lynis audit system Configure a restr...