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

175 total results found

Attach Devices

QubesOS

Attach USB Device Once qvm-device usb attach vmname sys-usb:X-x Persistent qvm-device usb attach --persistent vmname sys-usb:X-x Attach Blockdevices Once qvm-block attach vmname dom0:diskname persistent qvm-block attach --persistent vmname dom0:diskname

Change Shell in Templates

QubesOS

sudo usermod -s /usr/bin/fish user

Enable USB support on StandaloneVM

QubesOS

qvm-features [standalone-qube] stubdom-qrexec 1

Install Software in dom0

QubesOS

sudo qubes-dom0-update <packagename>

Initial Configuration

UFW

Allow ipv6 edit vim /etc/default/ufw and add: IPV6=yes Deny incoming default ufw default deny incoming allow outcoming ufw default allow outgoing Allow SSH / HTTP / HTTPS: ufw allow 22/tcp ufw allow 80/tcp ufw allow 443/tcp

Create a hidden Service

TOR

Install Tor To enable all package managers using the libapt-pkg library to access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure). apt install apt-transport-https Create a new file in /etc/apt/sources.list...

Set up a Kubernetes cluster

Set up a 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 conta...

MPV

Play Songs and Videos in reverse

MPV

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

Saved Articles

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

pip3

create pyton3 venv

pip3

python3 -m venv venv source venv/bin/activate

Pipe to /dev/null

Cron

> /dev/null 2>&1

Install Server Applications

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