Skip to content

Instantly share code, notes, and snippets.

View slash071's full-sized avatar
⚙️

Mohammad slash071

⚙️
  • Iran, Shiraz
View GitHub Profile
@mohammad5305
mohammad5305 / sashimi-bash
Last active January 4, 2023 19:08
sashimi fish prompt ported to bash
PROMPT_COMMAND=__prompt_command
__prompt_command() {
local EXIT="$?" # This needs to be first
PS1=""
cyan="\e[1;36m"
yellow="\e[0;33m"
red="\e[0;31m"
blue="\e[0;34m"
green="\e[1;32m"
@diffficult
diffficult / installing_virt_manager.md
Last active June 8, 2025 02:27
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: