Skip to content

Instantly share code, notes, and snippets.

View csandeep's full-sized avatar

Sandeep Chayapathi csandeep

View GitHub Profile
@csandeep
csandeep / gist:a230a8a4bba51eb5e316
Created February 6, 2015 18:33
UUID of a mobile provosioning profile
/usr/libexec/PlistBuddy -c 'Print UUID' /dev/stdin <<< $(security cms -D -i path_to_mobileprovision)
@Yogendra0Sharma
Yogendra0Sharma / redis_cheatsheet.bash
Created January 10, 2017 10:36 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.