Skip to content

Instantly share code, notes, and snippets.

View gersteba's full-sized avatar

GBA gersteba

View GitHub Profile
@gersteba
gersteba / autorun.sh
Created January 17, 2024 08:03 — forked from Jip-Hop/autorun.sh
Autorun Synology Hyper Backup and Integrity Check with Email Notifications
#!/bin/sh
# This script is to be used in combination with Synology Autorun:
# - https://github.com/reidemei/synology-autorun
# - https://github.com/Jip-Hop/synology-autorun
#
# You need to change the task_id to match your Hyper Backup task.
# Get it with command: more /usr/syno/etc/synobackup.conf
#
# I like to keep "Beep at start and end" disabled in Autorun, because I don't
@gersteba
gersteba / dabblet.css
Last active March 27, 2018 17:21 — forked from chriscoyier/dabblet.css
Checkbox Hack
/* Checkbox Hack */
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
display: inline-block;
margin: 60px 0 10px 0;