What are the options for businesses stuck on Windows XP?
Are you one of those businesses who have a number of computers using Windows XP and no budget to upgrade? Our CEO, Rohit Thakral, provides options available to Windows XP users. The article was first published in Business & Finance on 7th May 2014 online edition. A copy is available here. Earlier…
Set Static IP Address for Ubuntu/Debian Server
If you install an Ubuntu/Debian server, by default, it is only set up with DHCP and hence it fetches an IP address automatically from the DHCP server. In order to change the DHCP IP address to a static IP address you can edit /etc/network/interfaces file of your server and set…
Upgrade Redmine from 0.9.3 to 1.0.5
This article has been contributed by our Winter Intern Sebastien Thouvenin. You may have installed Redmine 0.9.3 with this method to track bugs and manage your projects and we hope that you like it. But now you need something more… powerful? You may want to install a test case management…
Installing Redmine (Project and Bug Tracking) on Ubuntu 10.04
Every software development organisation needs bug tracking software to track the problems in the software they are creating and so does Target Integration. We were relying on Bugzilla so far but the complex architecture and user interface kept a lot of non technical users away and the absence of creating…
Installing Alternative PHP Cache (APC) on Ubuntu 8.04 PHP5 Apache2
First of all some of the packages which are required for APC: apache2-threaded-dev : This package provides the development headers and apxs2 binary for threaded versions of apache2 php5-dev : This package provides the files from the PHP5 source needed for compiling additional modules. php-pear : This package contains the…
How to install Self Signed SSL Certificate in Apache with OpenSSL
An SSL certificate secures the communication between the user and the web server. For commercial reasons it is required to use an SSL certificate from a Certificate Authority but if you would like to secure the data transfer on a personal application, you can do so by using a self…