Setting up DBPedia Spotlight on your local server

Intro : DBPedia Spotlight can be queried over the API which they provide. But for our convenience, it is not always possible to do so. So setting it up locally...

Running CGI Scripts with CGIHTTPServer

Intro : So why should we be interested in CGI which stands for common gateway interface. Well for instance, try to recall the websites that you have been in the...

Running CGI Scripts on Apache2

Intro Have you ever wanted to create a webpage or process user input from a web-based form using Python? These tasks can be accomplished through the use of Python CGI...

My Ramblings with Oracle-11g

Intro : I have recently started using Oracle 11g and boy, doesn’t it come with enough problems already!! However, it may be due to my undying allegiance to mysql and...

Install and Configure Oracle-11g on Ubuntu-14.10

Intro : Well as luck would have it, we were having our Database labs in ORACLE 11g as part of the coursework. And I must admit, I still have my...