Monday 5 March 2012

[SLOVED] reset MySQL Password

Sometime you face a problem look like:
ERROR 1045: Access denied for user: 'root@localhost' (Using 
password: NO)
or 
ERROR 1045: Access denied for user: 'root@localhost' (Using 
password: YES) 
 Hence, you should reset your mysqld password just follow these instructions :
stop mysql demon: sudo /etc/init.d/mysql stop
Start the mysqld demon process:
sudo /usr/sbin/mysqld --skip-grant-tables --skip-networking &
After that, type these commands:
mysql -u root
FLUSH PRIVILEGES;
UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='root';
FLUSH PRIVILEGES;
Anyway, stop mysqld and relaunch mysql by;
sudo /etc/init.d/mysql stop
sudo /etc/init.d/mysql start

[SOLVED] Ibus doesn't work on Skype

I found the method to fix the problem: "unable Ibus working on Skype" as following as:
  1. Make sure installed ibus-qt4, if not try: sudo apt-get install ibus-qt4
  2. Editing /etc/X11/xinit/xinput.d/default, by copying arguments respectively from file /etc/X11/xinit/xinput.d/ibus and then reboot to enjoy it
I guarantee that it's working properly.

Thursday 1 March 2012

Crack permanently IDM

My IDM had been expired a long time, and I didn't know which version of IDM installed on my laptop to google the correct serial number. However, I have got a method to solve this problem regardless which version of IDM using. Here it is:
- copy the following code below to C:\Windows\System32\drivers\etc\hosts
127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com
127.0.0.1 mirror3.internetdownloadmanager.com
 - after that, open IDM and fill one of the key below:
QIBWH-F5SRH-9XAM2-DVHDR
or
L59BR-8CKUC-W9RIM-YSOT6
or
MWNDP-HO0R0-0U710-I63WG
 Hope you get thing done.