Skip to content

Instantly share code, notes, and snippets.

View jjakob's full-sized avatar

Jernej Jakob jjakob

View GitHub Profile
@sbonfert
sbonfert / root-ro
Last active June 24, 2019 17:25 — forked from niun/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.
#
@eby
eby / hpacucli-check.sh
Created April 5, 2016 15:21
Bash script to check HP Smart Array / drive status in cron
#!/bin/bash
###
# FILE: hpacucli-check.sh (03-Dec-2013)
# LICENSE: GNU/GPL v3.0
# AUTHOR: Olaf Reitmaier Veracierta <olafrv@gmail.com>
# USAGE: Check the status of the logical drives on a HP Server
# with hpacucli (HP Array Configuration Utility Client)
# installed, syslog and send an email with errors.
##