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

98 total results found

Play Songs and Videos in reverse

MPV

Play a Songs and Videos in reverse mpv --play-direction=backward

Internet Censorship – An Analysis of 195 Countries (Repost)

Saved Articles

ORIGINAL POST Global Map Of Internet Censorship & Surveillance Around 4.66 billion people use the internet as a source of information, social interaction, entertainment, and more. But the truth is, not everyone in the world has the privilege of enjoying open a...

create pyton3 venv

pip3

python3 -m venv venv source venv/bin/activate

Pipe to /dev/null

Cron

> /dev/null 2>&1

Install Wireguard Proxmox Debian

Debian

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

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

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