How To Destroy All Hard Drive Data In Debian

November 23, 2010

If you want to delete all data contained in your hard drive so that you render it empty in case you want to sell it or for any other reasons, you need to follow these steps: 1. Turn on your computer and boot from Debian Live CD or any of its variants (Debian, Ubuntu, Xubuntu, […]

Read more →

How to install Zend Optimizer On Apache 2.x

November 23, 2010

Install Zend Optimizer Zend Optimizer is a free runtime application that enables you to execute scripts encoded by Zend Guard. Use Zend Optimizer as part of a complete PHP source code management solution.

Read more →

How To Make Multiple Updates Using A Single Query In MySQL

November 23, 2010

Q. How to make multiple updates using a single query in mysql ? A. Using CASE & WHEN commands to solve it.

Read more →