Skip to content

Instantly share code, notes, and snippets.

View f-ewald's full-sized avatar

Freddy f-ewald

View GitHub Profile
@marklit
marklit / run.py
Created August 26, 2021 19:47
prettymaps CLI
import vsketch
from prettymaps import *
import matplotlib.font_manager as fm
from matplotlib import pyplot as plt
import click
@click.command()
@click.option('--location', default='Old Town, Tallinn')
@click.option('--radius', default=1000, type=int)
@heroheman
heroheman / ranger-cheatsheet.md
Last active September 18, 2024 03:44
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts
@richieforeman
richieforeman / makeauthority.sh
Created July 23, 2012 21:38
Issue Your Own Self-Signed S/MIME Certs with OpenSSL
# Run this once
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt