Skip to content

Instantly share code, notes, and snippets.

@sej7278
sej7278 / diff.patch
Created October 12, 2017 08:57
diff
4a5,8
> text5 = "IN";
> text6 = "A";
> text7 = "MEETING";
> text8 = "";
8a13,17
> font_size5 = 5; // [1:6]
> font_size6 = 5; // [1:6]
> font_size7 = 5; // [1:6]
> font_size8 = 5; // [1:6]
@sej7278
sej7278 / root-ro
Created August 13, 2017 10:31 — forked from kidapu/root-ro
Read-only Root-FS with overlayfs for Raspian
#!/bin/sh
#
# Read-only Root-FS for Raspian
#
# Modified 2016 by Stefan Bonfert to make it compatible with Raspbian
# Jessie (vanilla).
#
# Modified 2015 by Pascal Rosin to work on raspian-ua-netinst with
# overlayfs integrated in Linux Kernel >= 3.18.
#