Skip to content

Instantly share code, notes, and snippets.

View CodeHeight's full-sized avatar
🏠
Into the void...

CodeHeight CodeHeight

🏠
Into the void...
View GitHub Profile
@ronanguilloux
ronanguilloux / script-bash-redmine-backups
Last active September 17, 2021 06:32 — forked from gabrielkfr/script-bash-redmine-backups
Backup script (daily & monthly) for Redmine (full instance + db sql snapshot)
#! /bin/bash
#
# backup_redmine.sh
# modified by ronan@lespolypodes.com
# Inspiration: https://gist.github.com/gabrielkfr/6432185
#
# Distributed under terms of the MIT license.
# -- VARS
DAY=`date +"%Y%m%d"`
@derekpeterson
derekpeterson / gist:5358722
Last active September 19, 2020 11:43
A little print-ready resume template in HTML and CSS
<!DOCTYPE html>
<head>
<title>Name</title>
<style type="text/css">
html {
background: white;
color: black;
font: 14px 'Helvetica Neue', Arial, sans-serif;