Skip to content

Instantly share code, notes, and snippets.

View ajaimesv's full-sized avatar
💭
Biking

Andres Jaimes ajaimesv

💭
Biking
View GitHub Profile
@ajaimesv
ajaimesv / gist:b8b2815d99c4ebb6b53ac17e3e532a65
Last active September 19, 2019 15:40 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@ajaimesv
ajaimesv / clean-up-boot-partition-ubuntu.md
Created May 29, 2018 16:12 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r