Sometimes we may need to send mails from localhost for testing purposes. That can be easily done using an external Mail client (Gmail, Hotmail, Yahoo… ETC) and Postfix, which is the standard email server installed by default in Mac OS X (At least in the latest versions). As I said, this is a quick workaround for testing purposes but if …
How to show hidden files in Mac OS 10.8
Show hidden files in “Finder” Open a terminal and run the following command: Remove all the running instances of the program: Open a new finder. Now you should be able to see all hidden files. Note.- If you want to rollback just run the following command: Show hidden files in “Terminal” Just use the “ls” command with the -a (all) …
Apache server commands
Enabling/Disabling service Shell commands for start, stop and restart apache server Using virtual hosts First edit the file httpd.conf Locate the following lines and remove the hash Now it should look like this: Now edit the httpd-vhosts.conf file and add your own virtual hosts When finished restart the service to apply all new changes Finally add the new virtual hosts …