Last active
March 5, 2017 18:01
-
-
Save crifat/6d8e03f7b35fb6473f9defc5917a6f64 to your computer and use it in GitHub Desktop.
Various Mac Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Start Redis server temporarily: | |
| redis-server /usr/local/etc/redis.conf | |
| # Make an app runable | |
| sudo xattr -cr /Application/Appname.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment