Useful Google Chrome Extensions For Web Developer
Google Chrome is a web browser developed by Google that uses the WebKit layout engine and application framework. It was first released as a beta version…
// TAG · 59 POSTS · DOWNLOADS
Google Chrome is a web browser developed by Google that uses the WebKit layout engine and application framework. It was first released as a beta version…
One way to prevent DOS attack is to install mod_evasive for Apache. I wrote the article “Prevent DDoS Attack With mod_evasive in Apache 2” a while…
Gmail is one of the Google products — free, advertising-supported webmail with POP3 and IMAP. I have been using Gmail for more than 2 years now,…
After I wrote Encrypt Your Flashdrive With TrueCrypt In Ubuntu, some of my friends asked if TrueCrypt could work in Windows 7. And I said, of…
Data privacy is important. You need to keep it safe and store it on your hard drive or flash drive only. You don’t want your data…
I have been using Ubuntu for almost 3 years. I started using it since Ubuntu 8.04 Hardy Heron was released. When Ubuntu releases a new upgrade,…
Ubuntu 10.10 code name Maverick Meerkat was released on October 10th, 2010 — you can download it from ubuntu.com for free. But when you are an…
As you know your website data is stored in your database server, in this case MySQL. To prevent disaster, backing up your data regularly is a…
Formatting output strings with String.Format is really helpful, and it’s been mostly used when you develop applications using C# or VB.Net. String.Format was first released in…