HeidiSQL: Another Free MySQL Client Tools
I bet many of you know what MySQL is and probably use it a lot. One of the best MySQL client tools is MySQL Workbench as…
I bet many of you know what MySQL is and probably use it a lot. One of the best MySQL client tools is MySQL Workbench as…
Today, June 1st 2011, I proudly announce my new online resume to the public. This resume is built on WordPress and uses the MyResume theme from…
Ajax and JavaScript is hard to debug and find where it goes wrong. One of the great offline tools to debug your Ajax and JavaScript code…
Recently I tried developing an application for Facebook as my client demanded. Facebook uses XFBML (eXtensible FaceBook Markup Language) as their markup language to use Facebook…
One technique to secure OpenSSH is to filter hosts that are allowed to access your server through SSH. This technique will prevent brute force attacks on…
PHP Suhosin is an open source patch for PHP5 to harden server security. From the PHP Suhosin official site: “Suhosin is an advanced protection system for…
OpenPGP (Open Pretty Good Privacy) is a data encryption and decryption standard that provides cryptographic privacy and authentication for data communication such as email. We can…
The next thing to do after you have finished configuring your WordPress or posting some articles is WordPress backup. Regular WordPress backup is the wise thing…
Creating deb packages in Ubuntu from tar.bz is possible using the “alien” command. The alien command converts an RPM or source package file into a Debian…