Skip to content

Instantly share code, notes, and snippets.

View brandonw's full-sized avatar

Brandon Waskiewicz brandonw

View GitHub Profile
@BoeingX
BoeingX / ovpn-writer.sh
Last active April 30, 2017 20:32 — forked from renatolfc/ovpn-writer.sh
Script to generate an OpenVPN client configuration file in the unified format
#!/bin/bash
#
if [ "$#" -lt 6 ]; then
echo "./ovpn-writer.sh <server address> <protocol> "
echo " <port> <ca certificate> "
echo " <client certificate> <client key>"
echo " [tls key] "
exit 1
fi
@XVilka
XVilka / TrueColour.md
Last active July 9, 2024 23:28
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!