Advanced Search
Search Results
175 total results found
Attach Devices
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
sudo usermod -s /usr/bin/fish user
Enable USB support on StandaloneVM
qvm-features [standalone-qube] stubdom-qrexec 1
Install Software in dom0
sudo qubes-dom0-update <packagename>
Initial Configuration
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
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
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
Play a Songs and Videos in reverse mpv --play-direction=backward
Saved Articles
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...
pip3
create pyton3 venv
python3 -m venv venv source venv/bin/activate
Pipe to /dev/null
> /dev/null 2>&1
Install Server Applications
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...