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
  • 19:34 (UTC +10: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 June 4, 2026 02:06
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
@tatumroaquin
tatumroaquin / archlinux-qemu-kvm.md
Last active May 24, 2026 10:07
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 June 5, 2026 02:09
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
@peterthehan
peterthehan / discord-batch-emoji-downloader.js
Last active March 28, 2026 19:48
Batch download emojis from any Discord server.
// 0. Open Discord's web client
// 1. Visit the server whose emojis you want
// 2. Open the emoji picker UI and keep it open
// 3. Minimize the page's zoom so that as many emojis load into the picker as possible
// 4. Open the browser's DevTools (press F12) > Elements tab
// 5. Search for the class "categorySection" e.g. <div class="categorySection-...">
// 6. Find the section that highlights the emojis you want when hovering over the element
// 7. Right click the element and Copy > Copy Element
// 8. Paste the element into a file "file.txt"
// 9. Run this script at the same location as "file.txt" to download all the emojis.
@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: