Skip to content

Instantly share code, notes, and snippets.

View yolicap's full-sized avatar
📺

yolicap

📺
  • Atlanta, GA
View GitHub Profile
@rgl
rgl / qemu-qmp.md
Last active September 30, 2025 20:42
qemu qmp

QEMU Machine Protocol (QMP) socket

Start QEMU with QMP UNIX socket and connect:

qemu-system-x86_64 -qmp unix:test.socket,server,nowait ...
nc -U test.socket
qmp-shell test.socket    # use the raw qmp interface. see https://github.com/0xef53/qmp-shell
qmp-shell -H test.socket # use the human interface.   see https://github.com/0xef53/qmp-shell
@alejandro-martin
alejandro-martin / multiple-ssh-keys-git.adoc
Last active February 6, 2026 19:00
Configure multiple SSH Keys for Git

Use Multiple SSH Keys for Git host websites (Github, Gitlab)

This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.

Creating SSH keys

  1. Create SSH directory: