Skip to content

Instantly share code, notes, and snippets.

View mrchoke's full-sized avatar
🤘

MrChoke mrchoke

🤘
View GitHub Profile
@mrchoke
mrchoke / README.md
Created September 23, 2021 04:59
openconnect on macOS

การใช้ openconnect แทนการใช้ AnyConnect บน macOS

Install

brew install openconnect

Password

@mrchoke
mrchoke / image2dockerfile.sh
Last active April 15, 2022 06:38
# การแสดงประวัติการสร้าง Docker image ด้วยคำสั่ง docker history
#!/bin/bash
# MrChoke
# Ref: https://docs.docker.com/engine/reference/commandline/history/
# Ref: https://stackoverflow.com/questions/19104847/how-to-generate-a-dockerfile-from-an-image
if [ $# -eq 0 ]; then
echo "No docker image provided."
echo -e "Example:\n"
echo -e "$0 nginx:latest\n"
exit 1
@mrchoke
mrchoke / README.md
Last active May 5, 2024 08:52
cURL brew formula support HTTP/3

How to

Remove old curl

brew uninstall --ignore-dependencies curl

Download the curl ruby install script