Skip to content

Instantly share code, notes, and snippets.

View TacticalTechJay's full-sized avatar
😐

Jayvin Hernandez TacticalTechJay

😐
View GitHub Profile
@diced
diced / Dockerfile
Created June 25, 2022 04:35
minecraft server on docker
FROM openjdk:18-slim-bullseye
WORKDIR /mc
CMD ["sh", "start.sh"]
@subfuzion
subfuzion / curl.md
Last active June 22, 2024 13:47
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.