Improved progress bar which is utilizing immediate JavaScript commands to change the progress bar’s DIV width (controlled from PHP). No sessions and no AJAX required.
Daily Archives: May 11, 2012
DSO (mod_php) vs. CGI vs. suPHP vs. FastCGI
DSO (mod_php) vs. CGI vs. suPHP vs. FastCGI This is one of the most common topics that I see customers will ask about. As highly important as PHP handlers are, they often the least understood. They seem complicated, but its not too hard to understand. You don’t have to know that exact science of how …
Continue reading “DSO (mod_php) vs. CGI vs. suPHP vs. FastCGI”
Linux Exclude directory in tar and zip
I figured it out. It turns out the GNU Tar which I have as I use Ubuntu requires that the path to be tar’d come after the exclude options. The example listed here had it before.
Caebon Copy cloner
Clone, synchronize, backup. Schedule and forget it. Try it ’til you trust it. The key to a successful backup plan is to actually do the backups regularly. When left to a human, the task often gets tacked on to the end of a very long list of other things to do. When you eventually have …
iBoot + MultiBeast: Install Mac OS X on any Intel-based PC
Any OSx86 installation guide can seem daunting at first glance, especially when trying to remember cryptic terminal commands and sorting through volumes of misinformation on the web. This guide requires no coding, terminal work, or Mac experience of any kind. You will not need access to a Mac. In fact, it’s easier and faster for …
Continue reading “iBoot + MultiBeast: Install Mac OS X on any Intel-based PC”
Linux last – See any user login history
last is another command for the system admin tool box, it displays the login history of all or any specific user. Yo do not need to be root to use it: