Here’s how to free up space on your Mac scratch disks. Have you seen the message when opening Adobe Photoshop? “The currently selected scratch disks…
Category: mac
Migrating PHP and Apache to latest Mac OS after update
After upgrading you MacOS, you will need to reconfigure your MAMP server. Fortunately, it’s pretty easy to do. However, sometime hiccups happen. Here’s a quick…
Mac – How to clear a file’s contents using Terminal command
A quick trick to empty a file using Terminal on Mac. 1. Open Terminal 2. enter the following command in Terminal cat /dev/null > fileName…
How to turn display_errors to on in php.ini file
This is a quick tutorial that will walk you through turning display errors on in your php.ini file.