Archive for December, 2009

Change default applications (e-mail client, Web Browser etc) – Ubuntu

How to change my default Web browser which came to my mind when every time konqueror was opening as browser and I wanted to see Mozilla Firefox. Below are the Screen shots for Kubuntu i.e. Ubuntu with KDE and Ubuntu with GNOME. 1) System Settings -> Default Applications: 2) System -> Preferences -> Preferred Applications [...]


Apache mod_rewrite – A quick look

Apache mod_rewrite View more presentations from Dave Ross.


How to test a web service using JAX-WS

Web services are the way to integrate in more generic way where things are done over various standards and they make life easier for the integrator. It comes with a standard called WSDL which stands for Web Service Description language. WSDLs are generatlly published so that people can use them for integration purposes. Most of [...]


How to speed up delete from large tables – MySql (InnoDB engine)

Deleting data some times take very large amount of time when you are doing it on big tables have millions of rows and deletion of data is more important for them as growing tables will again create problems while querying it and updating it etc. Here are some techniques which i used/learnt while handling large [...]


MySQL Schema Maintenance

MySQL Schema Maintenance View more documents from Giuseppe Maxia.