Two Points To Remember Before You Trust Firefox FullyJanuary 13th, 2009 Let's face the fact. Firefox has made our internet experience a lot easier.
How To Reset Google AdSense PasswordMarch 23rd, 2007 Strangely the most obvious means to reset Google AdSense password may not work for you. By obvious I mean the link on AdSense login page: I cannot access my account.
Mambo / Joomla Password - How to Reset / RecoverMarch 2nd, 2006 Mambo / Joomla passwords cannot be recovered as they are set using a one-way hash function (MD5). However they can be reset to new values.
6 MySQL Database Replication TipsNovember 18th, 2007 Replicating on two or more MySQL master database servers
1. MySQL Master-Master Replication Fails With ERROR 1200 (HY000) on Master
2.
How to hack BIOS Password of laptopsFebruary 6th, 2009 Gosh! You know it never rains but it pours. Same with me, this morning I lost my IBM ThinkPad's BIOS(CMOS) password.
How to Hack Root Password in LinuxNovember 3rd, 2008 Today I am going to tell you the trick to hack your root passoword in Linux if you are too forgetful to remember it or you have legal permission to enter a server run by a different admin and by any chance he forgot to give you the root password. Those Who Have GRUB bootloader
The first step is to reboot server.
MySQL Master-Master Replication...September 2nd, 2007 Have you tried Master-Master replication (bi-directional slave-master replication) for MySQL? I am finding myself in a position where I need to have this replication to support the load on my blogs and sites. I would very much appreciate if you can share your experience & suggestions with master-master replication of MySQL database.
Top 5 Excellent Password ManagersJuly 27th, 2009 Are you having sleepless nights looking to mange your passwords? There are a good number of people who suffer from extreme confusion and fear of the unknown, when it comes to remembering passwords. Over the time you pile up scores of login and password for every account you sign into.
ExtJS Hack: How To Get Selected Index of ExtJS ComboBoxAugust 20th, 2007 ExtJS ComboBox doesn't advertise, in its documentation, any way to get the selected index of a ComboBox. Looking at the code I realized we can use the undocumented property selectedIndex.
How to Hack Your Computers BIOS PasswordNovember 22nd, 2008 Suppose you have forgot the BIOS password of your computer or you are into your friend's computer and want to give him a little shock. But the problem is the BIOS is locked with a password and you can't find a way to enter through it.
Solution: MySQL Master-Master Replication Fails With ERROR 1200 (HY000) on MasterNovember 16th, 2007 When you try MySQL master-master replication with two (or more) servers you may often find that in the process of configuring the original master to also act as a slave server (start slave), it fails with the following error:
mysql> start slave;
ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MASTER TO
To rectify it locate and delete the master.info file and restart the mysql server. Now try to start slave and it should work.
Opera Password Recovery 5.0.2 - A previewDecember 24th, 2008 Though in this on going battle of Firefox and Google Chrome, Opera has never lost its own position. Probably the most under-rated (less discussed to be accurate) browsers of our times, Opera has many a features which even Firefox don't.
How To Enable Root Account on Mac OSXApril 20th, 2008 1. Login to the Admin account (not the normal account)
2. Open up a command shell in the Terminal application by selecting - Macintosh HD -> Applications -> Utilities -> Terminal
At the command prompt type this command:
sudo passwd root
You will then get the following prompts.
How To Test Master-Master / Master-Slave / Standard / Circular Replication on MySQLSeptember 1st, 2007 Working with replication systems is not easy. Learning and testing different kind of MySQL replications and fine-tuning it to your specific needs is a time-consuming endeavor.
How To Recover Openfire admin Password October 22nd, 2007 Openfire is a cross-platform java based free Instant Messaging server which implements the XAMPP (Jabber) protocol with extensions. It is very well suited as corporate instant messaging solution.