Skip to content

Instantly share code, notes, and snippets.

View carlitoplatanito's full-sized avatar

Carlito Platanito carlitoplatanito

View GitHub Profile
@carlitoplatanito
carlitoplatanito / Boot Into LiveCD from Grub
Created December 27, 2016 13:52
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
@carlitoplatanito
carlitoplatanito / install-docker.md
Created September 29, 2022 04:45
Install Docker & Docker Desktop on Pop!_OS

Install Docker for Pop!_OS

Quick Install

Helper script from docker.com

sudo sh <(curl -fsSL https://get.docker.com)