Posted on November 12, 2008 by linuxconfig
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. [...]
Filed under: Fun and Linux | Tagged: google, mysql, search engine | Leave a Comment »
Posted on June 17, 2008 by linuxconfig
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
Filed under: Administration, Fun and Linux, Linux | Leave a Comment »
Posted on May 8, 2008 by linuxconfig
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 [...]
Filed under: Fun and Linux | Leave a Comment »
Posted on April 5, 2008 by linuxconfig
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.
Filed under: Administration, Fun and Linux, Linux, Ubuntu | Tagged: amarok, codec, enable, Linux, mp3, package, support, Ubuntu | 1 Comment »
Posted on March 27, 2008 by linuxconfig
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 [...]
Filed under: Administration, Debian, Fun and Linux, Linux, Ubuntu, vmware | Tagged: convert, Howto, images, innotek, machine, virtual, virtualbox, vmware | Leave a Comment »
Posted on March 8, 2008 by linuxconfig
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 [...]
Filed under: Fun and Linux | Tagged: blacklist keywords, help, internet, Linux, parents, tools, web content filter | 2 Comments »