Skip to content

Instantly share code, notes, and snippets.

View omniscient's full-sized avatar

Francois Germain omniscient

View GitHub Profile
@omniscient
omniscient / clean-up-boot-partition-ubuntu.md
Created February 8, 2018 15:01 — 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 
@omniscient
omniscient / app.html
Created August 2, 2016 14:41 — forked from jdanyow/app.html
Aurelia capture binding command
<template>
<style>
.active {
border-color: blue;
}
</style>
<form blur.capture="currentFieldSet = null"
focus.capture="currentFieldSet = $event.target.closest('fieldset')">
<h1>Order Pizza:</h1>