QubesOS
Install Software in Template using proxy
wget proxy Issue in Terminal: https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082...
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 ...
Install custom Kernel in TemplateVM
install linux kernel sudo apt install linux linux-headers grub-install /dev/xvda grub-mkconfig -...
Attach Devices
Attach USB Device Once qvm-device usb attach vmname sys-usb:X-x Persistent qvm-device usb attach...
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>