Pages

Wednesday, June 25, 2014

How to fix the /dev/fd/63: No such file or directory?

How to fix "diff: can't stat '/dev/fd/63': No such file or directory" error:

As root, simply run this command in your Terminal:

ln -s /proc/self/fd /dev/fd

Tuesday, June 10, 2014

How to reset file indexing on Mac OS X?

Reset File Index with Spotlight:

Open your Terminal:

sudo mdutil -i off /
sudo mdutil -E /
sudo mdutil -i on /