Beginner Tips: Bad interpreter – no such file or directory
Sometimes when you run your script there is an error like this: That’s because there are one or many ^M characters in your script for every…
Sometimes when you run your script there is an error like this: That’s because there are one or many ^M characters in your script for every…
From my previous posts I wrote about how to install APC and XCache as caching systems for PHP 5. Now I would like to review which…
Instead of using Alternative PHP Cache (APC), we can use PHP XCache as a PHP caching system. XCache is an open-source opcode cacher that accelerates PHP…
Google just launched a new security feature to access Google Account. It is called 2-steps verification. With this 2-steps verification, the hacker cannot enter your account…
This problem happened on my VPS after I installed Alternative PHP Cache (APC). I also already had Zend Optimizer installed on the same VPS. After I…
As I dug more into DNS performance benchmarking, I found a great tool instead of using the command prompt as you can see in my previous…
DNS (Domain Name System) is a hierarchical naming system built on a distributed database for computers, services, or any resource connected to the Internet or a…
Testing is one of the common tasks for a programmer. In every development phase, testing needs to be done before moving to the next phase. There…
A very common job for a web developer is actually uploading a single file from a directory in your development environment to the exact same subdirectory…