Skip to content

Instantly share code, notes, and snippets.

View flowmar's full-sized avatar
🎯
Finally done with college... now it's time for AI and starting my own business!

Omar Imam flowmar

🎯
Finally done with college... now it's time for AI and starting my own business!
View GitHub Profile

Markdown Task Lists in Cacher

The following applies to Markdown files in Cacher. Create a new Markdown file by giving your snippet file a .md extension.

Task lists are lists with checkboxes. They are useful for keeping track of todos and procedures.

Syntax

They are the same as ordinary Markdown lists, except with [ ] (for unchecked items) and [x] or [X] (for checked items) appended after the list item mark (-, * or 1.).

@flowmar
flowmar / ssl-certs.sh
Last active February 20, 2024 22:57 — forked from shreeve/ssl-certs.sh
Self signing certificate script
#!/bin/bash
# =============================================================================
# ssl-certs.sh - Self signing SSL certificates
#
# Author: Steve Shreeve <[email protected]>
# Date: Dec 17, 2022
# =============================================================================
# Use https://gist.github.com/shreeve/3358901a26a21d4ddee0e1342be7749d