Skip to content

Instantly share code, notes, and snippets.

View amitsin6h's full-sized avatar
💭
Just a tech

Amit singh amitsin6h

💭
Just a tech
View GitHub Profile
@amitsin6h
amitsin6h / indented-checkboxes.md
Created February 28, 2021 17:19 — forked from tekkies/indented-checkboxes.md
Indented markdown checkbox example

Nested checkbox rendering would be nice (view the sourcer for this gist)

  • Task 1
  • Task 2
    • Subtask a
    • Subtask b
  • Task 3

There's no need to complete parents when child nodes are all checked.

@amitsin6h
amitsin6h / setup.sh
Created February 20, 2019 03:07 — forked from eduwass/setup.sh
Flynn Install : Single node ( for Ubuntu 14.04 x64 @ DigitalOcean droplet )
#!/bin/bash
# This script will automatically set up a single node Flynn Cluster on your linux box
# Fresh Flynn install with domain provided by the xip.io service
# Tested with Base Image: Ubuntu 14.04 x64 @ DigitalOcean droplet
# @date 16 Nov 2015
# @author Edu Wass (eduwass at gmail com)
echo '---- START SETUP ----'
@amitsin6h
amitsin6h / README.md
Created February 19, 2019 17:10 — forked from zulhfreelancer/README.md
How to install Flynn on single host (single-node mode)?

$ sudo bash -c "$(curl -s https://gist.githubusercontent.com/zulhfreelancer/0b87a274686cb4d98b8144e116c5117c/raw)"