Skip to content

Instantly share code, notes, and snippets.

View nicolasmendoza's full-sized avatar
🎯
Focusing

Nicolás nicolasmendoza

🎯
Focusing
  • 11:36 (UTC -05:00)
View GitHub Profile
@nicolasmendoza
nicolasmendoza / gist:dad85e9267f3b68a1a5efce910921ba2
Created July 17, 2017 13:28
git ignore file locally without update .gitignore
git update-index --assume-unchanged [<file>...]
@nicolasmendoza
nicolasmendoza / remove_old_kernels.md
Created September 19, 2018 00:57 — forked from harshalbhakta/remove_old_kernels.md
Ubuntu Software Updater: Not enough free disk space

The upgrade needs a total of 81.5 M free space on disk '/boot'. Please free at least an additional 17.4 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'.

http://askubuntu.com/questions/142926/cant-upgrade-due-to-low-disk-space-on-boot

Run below command as suggested in the error message.

$ sudo apt-get clean

First check your current kernel version.