Category: Mac OS

Print Screen on Mac OS

The Mac OS keyboard does not have a print screen button. So this is how to capture your screen on Mac: Hold down Apple key ? + Shift + 3…

Getting Started with HomeBrew

Homebrew is a package manager for Mac OS. Installation Download and install Xcode from Mac store if you don’t already have it installed In a terminal, type the following codexcode-select…

How to make scroll bar show in Mac

By default, Mac scroll bars show only after keyboard or trackpad movements. This can be very annoying because often the scroll bar disappears before you can get to it. The…

Installing PHP on Mac OS

Installing PHP is more than just installing the PHP source code on the system. Several libraries are also required to connect to databases, connect to GD, support XML, get LDAP…

Mac OS: Adding a directory to PATH

To see if a directory is in PATH: Note that directories are separated by : symbol. To add your directory to the path, edit your bash_profile: Add the following line…