Skip to content

Instantly share code, notes, and snippets.

@christian-korneck
christian-korneck / virtmanager_win11_sata_to_virtio_migration.md
Last active October 28, 2025 13:46
virtmanager: switch windows vm boot disk from sata to virtio

I have a Windows 11 23H2 VM with a SATA boot disk running on virtmanager (KVM/Qemu) on Fedora 39 that I want to convert to a virtio disk.

  • in windows install virtio guest tools (download)
  • create cd drive and attach virtio iso (download)
  • shutdown vm
  • in virtmanager preferences, enable xml editing
  • in the vm disk settings, go to the xml tab, backup the existing xml and change it:

old:

@shiftgeist
shiftgeist / add-likes-to-playlist.js
Last active September 10, 2025 07:07
Soundcloud: Add all liked songs to playlist
// 1. Start on https://soundcloud.com/you/likes
// 2. Scroll all the way to the bottom (may only add 300 items at a time because of soundcloud api)
// (playlists are limited to 500 songs)
playlistName = 'Likes' // <== your playlist
list = Array.from(document.querySelectorAll('.badgeList__item .sc-button-more'))
console.log('Found', list.length, 'liked songs')
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active October 30, 2025 16:26
Conventional Commits Cheatsheet
@justlaputa
justlaputa / unstar-all-repos.md
Last active October 9, 2025 19:06
How to unstar all your github starred repos