Skip to content

Instantly share code, notes, and snippets.

@alanstevens
alanstevens / OSX_Lion_NTFS_support
Created January 2, 2012 00:05 — forked from zwned/OSX_Lion_NTFS_support
NTFS Support Mac OSX Lion
brew install fuse4x
brew install ntfs-3g
sudo kextunload -b org.fuse4x.kext.fuse4x
sudo cp -rfX /usr/local/Cellar/fuse4x-kext/0.9.0/Library/Extensions/fuse4x.kext /Library/Extensions
sudo chmod +s /Library/Extensions/fuse4x.kext/Support/load_fuse4x
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo touch /sbin/mount_ntfs
@alanstevens
alanstevens / install_system_rvm.sh
Last active October 1, 2015 03:18 — forked from tsykoduk/rvm_systemizer_setup.sh
Shell script to install rvm at the system level.
#!/usr/bin/env bash
#
# execute with:
# curl https://gist.github.com/alanstevens/1909971/raw/install_system_rvm.sh|bash
#
echo "You will be prompted for your password by sudo."
# clear any previous sudo permission