Advanced Search
Search Results
91 total results found
Copy from and to dom0
Copy to dom0 qvm-run --pass-io vm-name "cat /path/to/file/in/vm" > "/path/to/file/in/dom0" Copy from dom0 qvm-copy-to-vm <target_vm> <file>
AWUS 1900 - Linux Drivers
rtl8814au Drivers for the rtl8814au chipset wireless adapters Install Dependencies sudo apt update sudo apt install linux-headers-amd64 dkms rfkill git iw bc mokutil build & install git clone https://github.com/morrownr/8814au cd 8814au sudo ./install-driver....
Install custom Kernel in TemplateVM
install linux kernel sudo apt install linux linux-headers grub-install /dev/xvda grub-mkconfig -o /boot/grub/grub.cfg mkinitcpio -p linux switch vm to HVM in QubesManager
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...
Play Songs and Videos in reverse
Play a Songs and Videos in reverse mpv --play-direction=backward