Google offers free Mysql database

Search engine is very powerful tool but not just for search but also for beginner hacking. Some mysqladmin web tools are indexed with google which make them available for search. By searching with keywords:

“phpMyAdmin” “running on” inurl:”main.php” site:com
“phpMyAdmin” “running on” inurl:”main.php” site:org
or
“phpMyAdmin” “running on” inurl:”main.php” site:net
etc.
we can get a results for all google indexed mysqladmin. [...]

vim – vi text editor tutorial

Here is a very nice vim / vi text editor tutorial for beginnes as well as for more advanced users. Its very easy to follow as it has flash video attached to every section. vi editor tutorial

Microsoft is ready to hit into show business !

Does this video mean that Microsoft is going to hit yet another frontier in their evolution?
According to this video I can presume that investing into the show business with the lead performer Steve Ballmer would be better investment for Microsoft then wasting money on software engineers which are constantly creating new fixes to window’s [...]

Enable amarok mp3 codec support with ubuntu linux package

By default mp3 support is not enabled for amarok music player. In order to enable amarok mp3 codec support on ubuntu linux you need to install the following package:

apt-get install libxine1-ffmpeg
Once package and its prerequisites are installed may need to restart amarok.

Convert virtual machine from vmware.vmdk to virtualbox.vdi

Easiest way to convert virtual machine from vmware.vmdk to virtualbox.vdi is to use these two tools: qemu and vditool
Navigate to you vmware machine which you would like to convert. Then run following command:
qemu-img convert -f vmdk vmware.vmdk -O raw virtualbox.bin
then you need to download vditool from:
http://www.virtualbox.org/download/testcase/vditool
make vditool executable:

chmod +x vditool
Use vditool to convert virtual images:
./vditool [...]

Linux -> Parents -> Child -> Web Browser Content Filter -> Safe Blacklist -> Keywords

Today I was reading article about how to protect children against the obscene and dangerous web sites coming trough the Internet to our homes. There are many techniques how to achieve this goal. People with technical prepositions have a options to filter content via proxy server, use modems with web content filters features or use [...]