Skip to content

Instantly share code, notes, and snippets.

View hankcs's full-sized avatar
🐼
Dark circles everyday

hankcs

🐼
Dark circles everyday
View GitHub Profile
Neo4j install OS X
$ brew install neo4j
To have launchd start neo4j now and restart at login:
brew services start neo4j
Or, if you don't want/need a background service you can just run:
neo4j start
DB Folder
@zetavg
zetavg / Commands For Compress And Decompressesing
Created March 13, 2014 12:55
bash commands for compress and decompressesing
# COMMANDS FOR COMPRESS AND DECOMPRESSESING
# Usage:
# mk* OutputFileName.* InputDirName
# do* InputFileName
# un* InputFileName.*
#
# tar
alias mktar='tar cvf'
alias untar='tar xvf'
# gz