Below is a list of very common linux commands that any linux person should know by heart. From gzipping files, to running backups this is my personal cheat sheet
Compressing Files and Folders
Unzip 7z Archive
7za x myfiles.7z
gzip File...
Frequently I am asked by clients for details on how to manage a lampp server. While I do not recommend that clients who are not familiar with systems mess with the core system there are a few simple tasks that anyone can do to back or resta...
My open source projects: These are projects that I've given back to the community.
SynergyCMS 06 - Custom Content Management System on SourceForge
https://sourceforge.net/projects/synergycms2006/
SynergyBugs - Very simple ticketing syste...
From time to time I need to install a way to accurately determine where users are located based on their header information. Thankfully there is a wonderful free database from MaxMind that gives you this ability when you install it with Apa...
Development Tools
Netbeans - http://www.netbeans.org
Dreamweaver for UI http://www.adobe.com
Flux is good too and much cheaper (OSX Only) http://www.theescapers.com/flux/
TextWrangler for just simple text stuff (OSX Only) http://www.bar...
If you're like me and struggling with the Zoom feature added to Netbeans that doesn't include the Zoom reset option. Here's how to disable it all together.
Follow these steps:
Open netbeans Preferences
Click on Keymap
Sort the Actions...
All three major search engines provide webmaster tools that give you detailed information and statistics about how they see and crawl your website. In order to access most of the features, you will have to verify your sites. Here are li...
The first in a new segment I will be creating will deal with PHP and MySQL tips and tricks. To start things off, we are going to look at how to find distance from one point on earth to another with just two zip codes!