Skip to content

Instantly share code, notes, and snippets.

View shikanime's full-sized avatar
🔮
Elixir Alchemist

Shikanime Deva shikanime

🔮
Elixir Alchemist
View GitHub Profile
@shikanime
shikanime / .zshrc
Last active January 12, 2020 17:18
# Languages
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
# Brew
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
export MANPATH="/home/linuxbrew/.linuxbrew/share/man:$MANPATH"
export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:$INFOPATH"
# Windows
@shikanime
shikanime / KVM-IOMMU-checkup_setp3.sh
Last active June 7, 2018 17:33
Ubuntu host KVM PCI passthough
# Check IOMMU is working
# To ensure IOMMU has been enabled, check for the string Directed I/O, which will be prefixed with either DMAR or PCI-DMA.
dmesg | grep -i 'Directed I/O'