Tag: "howto"

How to check what MySQL version I am using?

In order to determine which MySQL version you're running you can type the following command: mysql -V Sample results: # mysql -V mysql Ver 14.7 Distrib 4.1.11, for pc-linux-gnu (i386) # mysql -V mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu… more »

How to improve the mouse speed on Mac OS X

Ok, I've been annoyed by this since the very first day I've been using my Mac Mini: the mouse feels weird, very weird. Broken actually!Part of my problem was the Bluetooth operating range, which I could only fix by moving the mac nearer to where I us… more »

How to open Windows Explorer with the Folders shown

Dammit, I had this at the time I was using Windows 2000 and I don't understand how I beared living without it ever since. My life just got better, again ;) Here's what you need if you want a shortcut to open the Explorer on a given folder (for example… more »

How to redirect www.domain.com to domain.com (or reverse)

Most sites can be reached by two different URLs. For example http://b2evolution.net/about/features.html and http://www.b2evolution.net/about/features.html . This is good for the users who can choose wether or not to type in the "www." part. However, i… more »