Skip to content

Instantly share code, notes, and snippets.

View punjab's full-sized avatar

Arvinder Singh punjab

View GitHub Profile
@punjab
punjab / mac-setup-redis.md
Created January 10, 2020 23:00 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
@punjab
punjab / gist:3144774
Created July 19, 2012 15:41
All Gurmukhi characters as per Unicode Standard 6.1. One use is a sample text to test a Unicode Panjabi(Gurmukhi) font
ਅਆਇਈਉਊਏਐਓਔਕਖਗਘਙਚਛਜਝਞਟਠਡਢਣਤਥਦਧਨਪਫਬਭਮਯਰਲਲ਼ਵਸ਼ਸਹਹ਼ਹਾਹਿਹੀਹੁਹੂਹੇਹੈਹੋਹੌਹ੍ਹੑਖ਼ਗ਼ਜ਼ੜਫ਼।॥੧੨੩੪੫੬੭੮੯੦ਹੰਹੱੲੳੴ☬ਹੵ
@punjab
punjab / install_puppet_mac.sh
Created April 18, 2012 20:56 — forked from rija/install_puppet_mac.sh
Installing Puppet on Mac OS X
#!/usr/bin/env bash
if [ $# -eq 0 ]
then
echo "$(basename $0) -- bash script to install Puppet on Mac OS X"
echo "Usage:"
echo " bash -s facter_version_number (puppet_version_number) /Volumes/Macintosh\ HD < <(curl -s https://raw.github.com/gist/(gist_number)/install_puppet_mac.sh)"
echo
exit 0
fi