Skip to content

Instantly share code, notes, and snippets.

View jstenmark's full-sized avatar

Johannes Stenmark jstenmark

View GitHub Profile
@jstenmark
jstenmark / multiple_ssh_setting.md
Created July 5, 2024 20:20 — forked from RomuloOliveira/multiple_ssh_setting.md
Configure multiple git accounts on same computer using ssh

Multiple SSH Keys settings for different github account

Create different public key

Create different ssh key according the article Generating SSH keys.

Example:

@jstenmark
jstenmark / Boot Into LiveCD from Grub
Created August 29, 2019 11:57 — forked from carlitoplatanito/Boot Into LiveCD from Grub
Boot into a LiveCD from Grub when bootable CD or USB is broken on old PC
grub> ls
# (hd0) (hd0,msdos5) (hd1) (hd1,msdos0)
grub> linux (hd1,msdos1)/install/vmlinuz root=/dev/sdb1
grub> initrd (hd1,msdos1)/install/initrd.gz
grub> boot