Advanced Search
Search Results
98 total results found
Play Songs and Videos in reverse
Play a Songs and Videos in reverse mpv --play-direction=backward
Internet Censorship – An Analysis of 195 Countries (Repost)
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
python3 -m venv venv source venv/bin/activate
Pipe to /dev/null
> /dev/null 2>&1
Install Wireguard Proxmox 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
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
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
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...