Skip to content

Instantly share code, notes, and snippets.

@marknorgren
marknorgren / wordle.md
Created February 2, 2022 16:18 — forked from huytd/wordle.md
Wordle in less than 50 lines of Bash

image

How to use:

./wordle.sh

Or try the unlimit mode:

@mikamboo
mikamboo / README.md
Last active August 14, 2023 11:05
Serve files using MiniIO + Ngrok

MinIO Object Storage + Ngrok HTTPS url

Create in less than 5 minutes an Object Storage with local files exposed via HTTPS public URL. In this tutorial I use Docker to quickly run MinIO server, and ngrok to easily share files from local machine without messing with DNS and firewall settings.

Summary in two commands:

docker run --rm -p 9000:9000 \
 -v /tmp/local-data:/data \