http://www.prcheckingtool.com

Jumat, 08 Juni 2012

How To Install XLOCK on BT 5 r2 GNOME

1. aptitude install xlockmore
2. run xlock
     -----> You Find screensaver lock
3. Add at keyboard shortcuts
-- System + Preferences + keyboard shortcuts
4. At the bottom of the screen click “Add”
5. For the name enter in something like “Lockscreen”
6. For the command enter in “xlock”
7. Click Apply
8. Click on the newly created menu item you made “Lockscreen” at the bottom of the list and press CRL+ALT+L orwhatever you want to bind your screen locking key to be.
9. Click Close
10. Now you can lock your screen by pressing the key you bound.

Selengkapnya...

Senin, 04 Juni 2012

Ignoring query to other database

If you find this message on your mysql
"Ignoring query to other database"

please follow this command :


root@hij4u:~# mysql -v -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 126
Server version: 5.1.41-3ubuntu12.10 (Ubuntu)

Reading history-file /root/.mysql_history
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show databases;
--------------
show databases
--------------

+--------------------+
| Database           |
+--------------------+
| information_schema |
| dummies            |
| dvwa               |
| mysql              |
+--------------------+
4 rows in set (0.00 sec)

Good Luck :)
Selengkapnya...

Sabtu, 02 Juni 2012

How to upgrade kernel On Backtrack 5 R2


---> download http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.9-precise/
  "this file " 1. linux-headers-3.2.9-030209-generic-pae_3.2.9-030209.201202292059_i386.deb

  • 2.linux-headers-3.2.9-030209_3.2.9-030209.201202292059_all.deb

  • 3. linux-image-3.2.9-030209-generic-pae_3.2.9-030209.201202292059_i386.deb

then follow this command :
1. dpkg -i *.deb
2. dpkg-reconfigure dkms (if you get error on this phase.. just next command..)
3. update-grub
4. reboot
Selengkapnya...