Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cykor on github.
  • I am cykor (https://keybase.io/cykor) on keybase.
  • I have a public key whose fingerprint is 227F AC76 63C6 63A9 0614 4097 14A8 6EA8 019C 1349

To claim this, I am signing this object:

@cykor
cykor / optimizeSSD.sh
Created August 28, 2012 01:43
Optimizing MacOS X Lion for SSD
#!/bin/bash
# +---------------------------------------------------------------------------+
# | |
# | A shellscript inspired by |
# | By Martin Matula <http://blog.alutam.com/> |
# | In <http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/> |
# | |
# | Mount the root file system / with the option noatime |
# | By Philipp Klaus <http://blog.philippklaus.de> |