Skip to content

Instantly share code, notes, and snippets.

View iamcryptoki's full-sized avatar

Gael Gentil iamcryptoki

View GitHub Profile
@iamcryptoki
iamcryptoki / vagrant_qemu_macos_apple_silicon.txt
Created May 20, 2024 14:21
Run Vagrant on macOS Apple Silicon (M1/M2)
$ brew install --cask vagrant
$ brew install qemu
$ vagrant plugin install vagrant-qemu
$ cd /path/to/vagrant/project
$ vagrant up --provider=qemu
@iamcryptoki
iamcryptoki / fedora_gnome_fingerprint_option.txt
Created May 12, 2025 13:26
Show fingerprint option in GNOME settings
$ sudo authselect current
$ sudo authselect enable-feature with-fingerprint
$ sudo authselect apply-changes