SERVER MOVE ANNOUNCEMENT

Hi Folks,

As part of improving our commitment, we have just moved our server to a new data center with much more powerful bandwidth , more high end servers.

I hope you enjoy this new enhancements.

Read More

Finding drivers is faster.

We updated our database structure today , this improved  the speed of finding the drivers for your machine.

Please let us know your feedback.

Read More

New Driver Update

Today , we just added about 1.000+ new drivers. This is the result of long hour working  to release these new drivers.

We hope this will help you save more time.

The DriverIdentifier.com Team.

Read More

How to export a query to csv format ?

Here is the simple sample

mysql -uusername -ppassword databasename -B -e “select * from mytable” | sed ‘s/\t/”,”/g;s/^/”/;s/$/”/;s/\n//g’ > filename.csv

Read More

apt-get on ubuntu

before running apt-get , you should update its repository

Update the Package Index: The APT package index is essentially a database of available packages from
the repositories defined in the /etc/apt/sources.list file. To update the local package index with the latest changes made in repositories, type the following:

sudo apt-get update

Read More

How to get Driver Hardware IDs ?

Go to Control Panel -> System -> Hardware -> Devices Manager

Click with right button of Your mouse on each yellow sign and choose properties. Then go to bottom details and paste here device id. This way we will know what it is.

Below You’ve got example how to do it:

Device ID

Device ID

Device ID

Read More

How to take a screenshot ?

Ever see something on your screen that you’d like to email or save for later? With Microsoft Windows , you can take a screen shot and capture an exact image of what’s on the screen.

Following the steps below to  take a screen shot and save it as a picture

1. Click the window you want to capture. Press Alt+Print Screen by holding down the Alt key and then pressing the Print Screen key. The Print Screen key is near the upper-right corner of your keyboard. (Depending on the type of keyboard you have, the exact key names on your keyboard may vary slightly.)

You can take a screen shot of your entire desktop rather than just a single window by pressing the Print Screen key without holding down the Alt key.

2. Click Start, click Accessories, and then click Paint.

3. In the Paint window, click Edit, and then click Paste.

4. When the image appears in the Paint window, click File, and then click Save As.

5. In the Save As dialog box, in the File name box, type a name for the screen shot, and then click Save.

You can now print or email the saved screen shot just like you would any other picture.

Read More

Update for the first 2 weeks of May 2011

– More than 2000+ new drivers added , a lot of mobile phone drivers are in this update.
– Release a new support form to speed up the communication when you request for driver help. You can access it from here
– Due to the large database , we’ll only update the driver weekly. If you need any driver urgently , please contact the support team  http://www.driveridentifier.com/support_drivers.php

Read More

How can I enable sounds in Windows Server 2003?

My sound does not work. All drivers are installed and the Device Manager reports it is working properly. Why isn’t it working?

Windows Server 2003 Enterprise edition has the sound drivers disabled by default. Windows Server 2003 Standard edition does not, thus you CAN hear sounds on a standard edition installation.

You can however, also enable sounds on Windows Server 2003 Enterprise edition. To do so follow the next steps:

  1. Go to the Services applet in Administrative Tools (or click Start, then Run, and type “services.msc” (without quotes) and click OK).
  2. Find the “Windows Audio” service, right-click and select Properties, select “Automatic” instead of “Disabled” in the startup type box.

  1. Click Apply.
  2. Click Start.
  3. Click OK.

Alternatively, you can double-click the Sounds and Audio Devices applet in Control Panel, and select e Enable Windows Audio check-box.

Reboot in order for the sounds to begin working.

Read More

Linux: Reload fstab without restarting your machine

If you make a new entry in fstab it will not auto-mount. Therefore you must reload / refresh the entries. A reboot will do this but that is not a friendly way to do it. A quick way to reload new entries in /etc/fstab (fstab) is to use the mount command: mount -a

Read More