Skip to main content

Posts

Showing posts from December, 2008

How to find out if your computer has a virus ?

If you use the Internet, your computer is at risk of infection from viruses.  Much like biological viruses, some are harmless, some are merely annoying and some can make your life hell. Even if you only occasionally use your home computer, it is important that you understand the risks and know how to protect yourself. What is a virus? In the 1990s the public's impression of what a virus is came from the media. Newspapers reported how  programs such as Michaelangelo [1]  would could cause a financial appocalypse by infecting computers around the world and deleting vital data. If a virus announces its presence in such a melodramatic way as shutting down your PC or deleting your data, although you might find it infuriating, at least you know that you have a problem. Far more dangerous are the new breed of crimeware vir...

Top 5 Best Databases

As part of the contest we conducted recently, I got many comments from the TechProceed.com readers who choose their favorite database. Based on this data, the top spot goes to..  MySQL If you are new to any of the top 5 database mentioned here, please read the rest of the article to understand more about them. 1. MySQL MySQL is used in almost all the open source web projects that require a database in the back-end. MySQL is part of the powerful LAMP stack along with Linux, Apache and PHP. This was originally created by a company called MySQL AB, which was acquired by Sun Microsystems, which was acquired by Oracle. Since we don’t what Oracle will do with MySQL database, open source community has created several forks of MySQL including Drizzle and MariaDB. Following are few key features: Written in C and C++. MyISAM storage uses b-tree disk tables with index compression for high performance. Support for partitioning and replication....