Skip to content

Instantly share code, notes, and snippets.

View iwat's full-sized avatar
:octocat:
Having fun

Chaiwat S iwat

:octocat:
Having fun
  • Vancouver, BC
View GitHub Profile
@iwat
iwat / MoveTemporaryFoldersToRamdisk_MacOSX.sh
Created November 24, 2012 04:40 — forked from pklaus/AlwaysMountRootFSWithNoatime_MacOSX.sh
SSD Optimizations of Mac OS X 10.6 Operating System
#!/bin/bash
# +----------------------------------------------------------------------+
# | |
# | Set up Mac OS X to store temporary files in RAM rather than on disk.|
# | |
# | By Philipp Klaus <http://blog.philippklaus.de> |
# | |
# | Originally by Ricardo Gameiro <http://blogs.nullvision.com/?p=357> |
# | Changes by Daniel Jenkins |