Skip to content

Instantly share code, notes, and snippets.

View iiitmahesh's full-sized avatar

Mahesh Karthu iiitmahesh

  • Amotion AI
  • Dubai, UAE
View GitHub Profile
@iiitmahesh
iiitmahesh / happy_git_on_osx.md
Created September 13, 2017 13:07 — forked from trey/happy_git_on_osx.md
Creating a Happy Git Environment on OS X

Creating a Happy Git Environment on OS X

Step 1: Install Git

brew install git bash-completion

Configure things:

git config --global user.name "Your Name"

git config --global user.email "[email protected]"

@iiitmahesh
iiitmahesh / bash config osx
Created September 13, 2017 15:30
bash config osx
#DYNOMO DB
function dynamo(){
cd ~/Documents/Softwares/dynamodb_local
java -Djava.library.path=./DynamoDBLocal_lib/ -jar DynamoDBLocal.jar
}
# git tab completion (homebrew)
if [ -f `brew --prefix`/etc/bash_completion.d/git-completion.bash ]; then
. `brew --prefix`/etc/bash_completion.d/git-completion.bash
fi
@iiitmahesh
iiitmahesh / mongo-autostart-osx.md
Created January 26, 2018 11:45 — forked from subfuzion/mongo-autostart-osx.md
mongo auto start on OS X

Install with Homebrew

brew install mongodb

Set up launchctl to auto start mongod

$ ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents

/usr/local/opt/mongodb/ is a symlink to /usr/local/Cellar/mongodb/x.y.z (e.g., 2.4.9)

@iiitmahesh
iiitmahesh / manual-uninstall-paragon-ntfs.sh
Created May 27, 2020 07:50 — forked from guycalledseven/manual-uninstall-paragon-ntfs.sh
Manually remove Paragon NTFS v15 leftovers MacOS
# after appcleaner does his magic, do this
sudo rm -rf "/Library/Application Support/Paragon Software/"
sudo rm /Library/LaunchDaemons/com.paragon-software.installer.plist
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfs.loader.plist
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfsd.plist
sudo rm /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist
sudo rm -rf /Library/Filesystems/ufsd_NTFS.fs/
sudo rm -rf /Library/PrivilegedHelperTools/com.paragon-software.installer
sudo rm -rf /Library/Extensions/ufsd_NTFS.kext/