NOW Virtual BOX 3.0 for LINUX supports 3D and OpenGL2.0

VirtualBox, the popular, amazing, open-source, virtualization software from Sun Microsystems, reached version 3.0.0 a few minutes ago. This major update brings lots of new features, many bugfixes and improvements over previous 2.x versions. The big and breathtaking news is that users can now use Direct3D 8 and 9 games or applications! Moreover, with VirtualBox 3.0.0, …

Read more

Out of memory error of tomcat on Debian 5.0 Lenny

The error appears because a standard Java VM (tomcat runs with such a VM) allocates only a standard value of memory. On some machines tomcat needs more memory because the OXtender for MS Outlook. Solution: To avoid that tomcat runs out of memory, the following line has to be added to the beginning of the …

Read more

How to Install and Configure Apache-Tomcat 6 on Debian 5 LENNY with apache2

This article is a „how to“ to install the tomcat with apache 2. I will try to explain each and every step so that if anything goes wrong one can revert it or can easily figure out the problem and correct it.

Installing Java 6 runtime:

Please try to install sun JDK because there is a big difference between configurations of sun JDK and open JDK. Installation of sun JDK is given as under;

Sun JDK (non-free)

deb http://ftp.de.debian.org/debian/ lenny main non-free

deb-src http://ftp.de.debian.org/debian/ lenny main non-free

Please copy and paste the above lines and add in /etc/apt/sources.list

vi /etc/apt/sources.list

Please update the aptitude by using the under given command.

aptitude update

aptitude install sun-java6-jdk

Read more

Request Tracker configuration on Debian 5.0 Lenny

In my previous post I talked about how to install the Request Tracker on Debian 5.0 Lenny the latest version of Debian linux Flavour. http://www.itoperationz.com/2009/06/request-tracker-installation-on-debian-5-0-lenny/ In this post i will try to explain the way to configure the Request Tracker with Apache and Fetechmail. Request Tracker Configuration file located at /etc/request-tracker3.6/RT_SiteConfig.pm you need to edit …

Read more

Request Tracker Installation on Debian 5.0 Lenny

This tutorial will explain how to install Request-Tracker 3.6 on Debian 5.0 Lenny with postfix and fetchmail, use fetchmail to retrieve emails from the mail server and inject them into RT. Preparing your system Install Postfix, fetchmail using the following command #apt-get install postfix fetchmail Select “Internet Site” when prompted Install MySQL Server 5 using the following …

Read more

Introduction to Request Tracker

Request Tracker (RT) is an industrial-grade trouble ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers, and even marketing departments to track issues, outages, bugs, requests, and all kinds of other things at thousands …

Read more