All Articles
How To Reconfigure GRUB from LiveUSB
By Lye Heng Foo onOn a dual boot computer, a corrupted GRUB may happen after performing a major Windows update. In order to fix the broken GRUB, please boot using a Ubuntu LiveUSB (or LiveCD). Read more
Backup And Restoring Mysql Database
By Lye Heng Foo onBackup using phpMyAdmin Read more
CSS Advanced Selectors Part 2 - Pseudo-classes and Pseudo-elements
By Lye Heng Foo onIn the previous articles, we have looked at basic and the more advanced Combinator selectors. Read more
CSS Advanced Selectors Part 1 - The Combinator Selectors
By Lye Heng Foo onThere are various selectors that we could use to select the element(s) in our HTML page. We have covered simple basic CSS selectors in the previous article. In this article, we will now cover the advanced CSS combinator selectors. Read more
CSS Basic Selectors
By Lye Heng Foo onThere are various selectors that we could use to select the element(s) in our HTML page. Simple basic CSS selectors are covered in this article. The advanced CSS selectors will be covered in the following article. Read more
How To Fix Windows and Linux Showing Different Times When Dual Booting
By Lye Heng Foo onYour computer stores the time in a hardware clock on its motherboard. The clock keeps track of time, even when the computer is off. By default, Windows assumes the time is stored in local time, while Linux assumes the time is stored in UTC time and applies an offset. This leads to one of your ope... Read more
Reconfigure GRUB from LiveCD
By Lye Heng Foo onThere are times when you have a dual boot computer to boot into both Windows & Ubuntu (Linux). Read more