If when you start Apache you get the following error: Starting httpd: httpd: Could not reliably determine the server’s fully qualified domain...
If you’re trying to compile from source and you get the error “configure: error: C++ compiler cannot create executables”, you likely need...
If for some reason you need to start or restart the ARD (Apple Remote Desktop) service on your Mac server you can...
To list information about all of the datastores attached to your VMWare ESX server, you can use the vmware-vim-cmd command. vmware-vim-cmd hostsvc/datastore/listsummary...
Deleting a record from your MySQL database is pretty easy, but it’s always good to confirm the delete before doing so. For...
Creating an ISO is a pretty simple task. First you need to open Terminal.app (/Applications/Terminal.app). When it opens, type the following command:...
It’s important to back up your MySQL database(s) regularly in the event of a disaster/mishap. Setting up a simple mysqldump backup is...
1) Login to mysql server, type the following command at shell prompt: # /etc/init.d/mysql stop 2) Start mysqld_safe using the command below:...
Have you ever mistyped your WordPress site URL and rendered your site inaccessible? If so, there’s an easy fix for that problem....
To clear the Java cache on a Mac OSX desktop, server, or laptop, you can do the following: 1. Open Finder 2....