Skip to content

Instantly share code, notes, and snippets.

View hazelshantz's full-sized avatar
I may be slow to respond.

Hazelshantz hazelshantz

I may be slow to respond.
  • Australia
  • 23:50 (UTC +11:00)
View GitHub Profile
[[Category:Sound]]
{{Related articles start}}
{{Related|Professional_audio}}
{{Related|Sound system}}
{{Related|JACK}}
{{Related|Realtime kernel}}
{{Related|envy24control}}
{{Related articles end}}
@mjkstra
mjkstra / arch_linux_installation_guide.md
Last active November 2, 2025 12:15
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
@tatumroaquin
tatumroaquin / archlinux-qemu-kvm.md
Last active November 2, 2025 09:13
QEMU-KVM Installation for Arch Linux

QEMU-KVM in Arch Linux

Check Virtualization Support

lscpu | grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD

Ensure that your kernel includes KVM modules

@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active October 30, 2025 16:25
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@diffficult
diffficult / installing_virt_manager.md
Last active October 17, 2025 20:12
Easy instructions to get virt-manager qemuv/kvm running on Arch

Easy instructions to get QEMU/KVM and virt-manager up and running on Arch

  1. Make sure your cpu support kvm with below command:

     grep -E "(vmx|svm)" --color=always /proc/cpuinfo
    
  2. Make sure BIOS have enable “Virtualization Technology”.

  3. User access to /dev/kvm so add your account into kvm(78) group: