How to create your own UNIX clone Operating System
Working on operating systems can be a lot of fun while learning some of the most difficult concepts in programming. One needs to have a basic set of knowledge and skills such as
An interface to collection of thoughts and ideas about technology.

Working on operating systems can be a lot of fun while learning some of the most difficult concepts in programming. One needs to have a basic set of knowledge and skills such as
MySQL 5.1 General Availability has been released to the public. While many recommend using it and other don’t, Michael Widenius (Founder and original developer of MySQL) says it might not be worth it yet to upgrade your production databases.
There are such times when MySQL replication stops when you run certain updates on the master and the slave fails. Like for example you may have run a create table or an alter table on the master and further inserts … Continue reading