Skip to content

Instantly share code, notes, and snippets.

@tnarik
Last active December 18, 2015 20:59
Show Gist options
  • Save tnarik/5844253 to your computer and use it in GitHub Desktop.
Save tnarik/5844253 to your computer and use it in GitHub Desktop.
some notes
http://hints.macworld.com/article.php?story=20110831105634716&query=lion+usb -> to extract the mountain lion install image into a USB.
and
http://www.techrepublic.com/blog/mac/how-to-create-a-bootable-usb-to-install-os-x/2699 to put it there.
To avoid auto-opening volumes from USB drives and such:
sudo bless -folder "/Volumes/Mountain Lion"
From : https://github.com/osxfuse/osxfuse/wiki/SSHFS :
Macfusion
To use Macfusion with the newer "FUSE for OS X"-based version of SSHFS, put Macfusion in your Applications folder and run the following commands in Terminal. See 3. under "Frequently Asked Questions" for more information as to why you might want to use Macfusion.
cd /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources
mv sshfs-static sshfs-static.orig
ln -s /usr/local/bin/sshfs sshfs-static
To revert the changes and use the old MacFUSE-based version of SSHFS that ships with Macfusion, run:
cd /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources
mv -f sshfs-static.orig sshfs-static
Secure log me in from the command line:
'/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Resources/logmeinserverctl' start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment