Easy tutorial to Fix the error: apache2: Could not reliably determine the server’s fully qualified domain name after installing Ubuntu 12.04 on your host.
Category: Tutorials
Setup a folder so that new files created in it inherit default permissions and group
A quick tutorial showing you how to ensure that new files created in your file structure will inherit the existing user and groups (no matter…
Amazing tutorials to setup Apache, PHP and MySQL on Mountain Lion
After installing Mountain Lion I discovered that Apple changed their settings for Apache. Here are some amazing tutorials I came across that will help you…
How to reset the root mysql password if you forget it
I’ve been setting up a LEMP server, Nginx Mysql PHP, on Ubuntu and lost my root mysql password. Here’s what I did to reset the…
Solved: Running git pull from a php script causing an error?
I wanted to improve my Git workflow, so I went about using GitHub’s Service Hooks to set up a web hook to my development server.…
Great video lessons on the basics of using Git version control
Git is a fast version control system. I am sure you are probably already familiar with it, but if you are not you can read…
How to hook up your Apple TV to a computer monitor
Is it possible to hook up an Apple TV to a computer monitor? Absolutely. One of the really cool things with the Apple TV is…
How to remove apps from Mac OS X Lion LaunchPad
Today I had some apps remain on LaunchPad after deleting them from the applications folder. Apple has some work to do as there was no…
What do URL and URI stand for?
So today I thought, I wonder what the definitions for the URL and URI acronyms are. Just incase anyone else out there is curious too.…
The Scope Resolution Operator (::) explained
I remember when I first came across the mysterious double-colon (::), also known as the Scope Resolution Operator. I was experimenting with a php library…