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.
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.
BSNL DataOne - World's Crappiest Broadband ServiceApril 8th, 2006 BSNL DataOne is undoubtedly the world's worst broadband service, and I have seen many. The service is erratic.
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.
Best and Worst Browsers - Choice of the InternetJanuary 18th, 2006 Search best browser on Google and Mozilla Firefox is returned as the first result. If you are into I'm Feeling Lucky search then it will directly take you to Firefox home page.
How To Use Vanilla Forum On MySQL Database Without Password SetOctober 23rd, 2006 First of all I want to make it clear that having a MySQL database without a password set (on your root account) is a very very bad idea. However I wanted to set it up on my home machine which has XAMPP installed.
How to Reset Master Password in Firefox in Case You Have Forgotten itJanuary 14th, 2009 It happened to me just the other day. Someone deliberately got into my Firefox, cracked my login information from security options and surfed to my password secured websites at glory.
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.
Facebook Hacked!?February 7th, 2009 Facebook has become the most popular social network on the net, even surpassing MySpace. So it is obvious that hackers will now target Facebook more.
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.
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.
Thought experiment: Google Web Accelerator and phpMyAdmin comboMay 11th, 2005 What would happen when a GWA user uses phpMyAdmin?
How To Use Wget Through ProxyAugust 25th, 2006 Wget is a super-useful utility to download pages and automate all types of web related tasks. It works for HTTP as well as FTP URL's.
Telegraph.co.uk Hacked: Trend Micro has a SolutionMarch 10th, 2009 Are you one of those Telegraph subscribers? You must have known by know that the online website of British UK newspaper Telegraph has been hacked. The proofs in Hackersblog confirm that the site has been hacked by Romanian whitehat hacking group.
Tip: How To Find MySQL VersionSeptember 1st, 2007 Try:
mysql -e status|grep 'Server version'
If that doesn't work then use:
mysql -u root -p -e status|grep 'Server version'
Provide root password when prompted. Default root password for MySQL is empty string, so just pressing enter when prompted for password will suffice by default.