Skip to content

Instantly share code, notes, and snippets.

View ph4r05's full-sized avatar
🎯
Focusing

Dušan Klinec ph4r05

🎯
Focusing
View GitHub Profile
@ph4r05
ph4r05 / zim-wiki-mac-osx-app.md
Created May 17, 2017 11:02 — forked from akurani/zim-wiki-mac-osx-app.md
Create a Mac app for Zim Wiki.
@ph4r05
ph4r05 / sks-dump-script.sh
Created February 14, 2017 12:34 — forked from mattrude/sks-dump-script.sh
A simple script to export the full database of a sks server to a chosen location.
#!/bin/bash
# This script will stop the sks server, dump it's contents to
# the $PREDIR, then restart the sks server.
#
# Matt Rude <matt@mattrude.com> PGP: 0xDD23BF73
# URL: https://gist.github.com/mattrude/b0ac735d07b0031bb002
SKSDATE=`date +%Y-%m-%d`
USER="debian-sks"