Skip to content

Instantly share code, notes, and snippets.

View Jirubizu's full-sized avatar
🏠
Working from home

Jirubizu Jirubizu

🏠
Working from home
View GitHub Profile
@miguelmota
miguelmota / bootable_usb.sh
Last active April 29, 2024 09:22
Linux copy img.xz to usb drive (bootable drive) using xzcat and dd
lsblk
sudo umount /dev/sd<?><?>
xzcat ~/Downloads/linux.img.xz | sudo dd of=/dev/sd<?> conv=fdatasync status=progress
@Francesco149
Francesco149 / osu_on_linux_overhaul.md
Last active April 12, 2024 21:56
Ultimate guide to low-latency osu on linux