Archive

Archive for the ‘Tips and Tricks’ Category

Windows RUN Command Shortcuts

July 19th, 2009

Calc – Calculator
Cmd – Opens a new Command Window (cmd.exe)

Charmap – Character Map

Chkdisk – use to verifying:-

  1. files
  2. indexes
  3. bad sectors
  4. security descriptors
  5. error in volume bitmap

Read more…

Create Linux bootable pen drive/flash drive

July 7th, 2009

This tutorial is useful to install Linux on system which don’t have CD drive. Some Laptops like asus eeepc, acer aspire one, hp mini etc don’t have CD-drive so there is only 2 way to install Linux either use external CD drive (expensive way) or Using Pen drive. So in this article i will tell you how to create bootable pen drive for Linux.
Read more…

Author: sunny Categories: Linux, Tips and Tricks Tags: ,

Restore deleted Recycle Bin icon in windows vista

June 22nd, 2009

Some time users accidentally remove recycle bin icon from the desktop .So, the problem is occur to restore  it.

Follows these steps to restore recycle bin icon :-

1. click →start. Read more…

Forgotten security code of nokia s60?

May 24th, 2009

Have you lost your phone’s security code? Do you want to reset it now but cannot do it!

And now  are you worried that you have to reformat your cell? Well, not to worry. There is one last chance for you.

To reset the phone’s security do the following:

1) Get the IMEI code of your phone. Press *#06# to generate the code.

2) Go to http://nfader.z-host.ru/ and key in your IEMI code and get the master code. This master code will always work.

Author: sunny Categories: Gadgets, Tips and Tricks Tags: , ,

Use Pen drive as a ram in windows vista

May 16th, 2009

Are you tired of Windows Vista’s slow performance?

Well now there is remedy of your performance problems if you are running Windows Vista. Vista provides a great feature called Ready boost. With this feature, you can utilize your pen drive or a memory card as RAM. Thus you can increase the RAM allowing the operating system more space of cache and fast access memory.

With this feature, it increases the additional memory in your computer system to improve the performance of your personal computer. Some times many users are worried that they have a limited expansion slot in their mother board (especially if you have a laptop) and they cannot increase memory. Also, replacing the existing RAM could be more costly option. For laptop users it is not so easy also.

To use your pen drive as additional RAM, follow the below steps:

Read more…

How to Sign Unsigned Nokia s60 Applications?

May 14th, 2009

There are many cool applications available for Nokia cell phones. However, only those can be installed which are officially signed by Symbian. If you try to install an unsigned applications, the system shows an ‘certificate error’.

But this should not stop you  from installing the applications on your cell phone. These applications can be signed by you. Just follow the steps to sign any unsigned application.

Read more…

Author: sunny Categories: Gadgets, Tips and Tricks Tags: , ,

Get rid of mysql sleep process/connections

May 13th, 2009

Some times there are many many sleep processes in your SQL connection. These sleep connections consume a lot of resources (RAM, cache and processor). This can cause you mysql server slow down. If your mysql server is not responding then the query to the database will take a lot of time. In such situations, your website will open very slowly.

This is really frustrating for webmasters. Here, I will show you how can you get rid of these sleep processes. Read more…

Backup and restore large mysql database

May 13th, 2009

If you have very large mysql database then it is very hard to backup and restore using the conventional phpmyadmin or any other program ( like bigdump).

In this Tutorial I will explain you how to backup and restore a larger database ( having millions of rows). This tutorial can be used while moving your database from one server to another.

First you need to have shell (ssh) access to your server.You can use any free program like putty to connect your server Then follow the steps: Read more…

Author: sunny Categories: Tips and Tricks Tags: , , ,

Enable or Disable Task Manager in Windows

May 13th, 2009

Task manager comes really handy when your windows hangs! This is your last option to kill the useless processes. But some times some viruses have a capability to disable task manager from windows. In this situation you are not able to end the hanged applications & heavy processes.

Read more…

How to reduce the load time of your website

May 10th, 2009

Does your website take too much time to load? The load time of your website could be a crucial parameter that makes it impressive and useful for its end users.

Normally the websites with too many graphics and heavy designs take long time to load. However, sometimes even simple and light weight  designed websites take exceptionally long time to load.

While there are many factors that contribute to the load time, one important factor is the SQL performance. If your website uses a very big database and there are many DB queries then this too contributes to the long load times.

In this case you have 2 tricks to enhance the performance of your website:

  1. Enable Mysql query Cache
  2. Or Install APC Cache

Read more…

Author: sunny Categories: Tips and Tricks Tags: , ,