Omnipresent IT Solutions Pvt Ltd

Thursday, February 26, 2009

Apache Tomcat Server


You can install by typing: yum install tomcat5

To start/stop the service:service tomcat5 start/stop

To install some sample pages, type:yum install tomcat5-webapps tomcat5-admin-webapps

One more thing you have to so is change the port no 8080 to any(i gave 1986)

by editing:/etc/tomcat5/server.xml

Check whether its working by typing in browser:http://localhost:1986/

Start working with your project....

Tuesday, February 10, 2009

Apache HTTP server in linux(centos 5)



Just start the service by:

service httpd start from terminal

include your files in, /var/www/html

To check whether server is working, type

http://localhost:9999/

Note:i gave port no as 9999

You can configure by editing the /etc/httpd/conf/httpd.conf file using gedit or vi

Screen shot:

Monday, February 9, 2009

Wine:Run Windows applications on Linux




Run windows applications in linux... just install Wine....

For centos:yum install wine

or u can download, http://www.winehq.org/

To install an application:

wine applicationpath/filename.exe

See the screenshots of installing DreamWeaver in linux







Saturday, February 7, 2009

Java on CentOS 5



Installing Java on CentOS 5:

Download the file.....

http://java.sun.com/javase/downloads/index.jsp

If you download the .bin file,,

In terminal,

chmod 777 filename

The file will become rpm file.. then simply type,

./filename

After installing... Path has to be set...

edit the bashrc file in /etc/bashrc

use gedit bashrc for editing..

Add the 2 lines..
export JAVA_HOME=/etc/Softwares/jdk1.6.0_12
export PATH=/etc/Softwares/jdk1.6.0_12/bin:$PATH

Give the path according to your installation...

execute the command:source bashrc

Finally Check: java -version.... It will give
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)

If it is properly installed..

Friday, February 6, 2009

All in one Dictionary:StarDict on CentOS 5




First, yum install stardict


For, Oxford Advanced Learner's Dictionary/WordNet

Download the rpm and install it...

http://stardict.sourceforge.net/Dictionaries_dictd-www.dict.org.php

You can download the rpm and install as many as you want... All in one

Thursday, February 5, 2009

ClamAV:AntiVirus for linux(on CentOS 5)

Any Worries about Virus in CentOS 5... Here is the AntiVirus.....

Type yum install clamav

For GUI interface yum install clamtk

To update database type:freshclam

Wednesday, February 4, 2009

Bluefish Editor on CentOS 5




Programmers and Webdesigners who likes to work in CentOS, Bluefish is a powerful editor with many options to write websites, scripts and programming code..

For more details, http://bluefish.openoffice.nl/

Simply type, yum install bluefish

It will get installed in your machine....

CHM Viewer on CentOS 5


Don't worry seeing *.chm files... Here is the chm reader.....

http://dag.wieers.com/rpm/packages/gnochm/

Before installing, install dependencies by

yum install python-chm

Then, download and install,, rpm -i filename

Pidgin:The universal chat client on CentOS 5



Pidgin is a free chat client... U can download the repo file and install....

Supported chat networks:

  • AIM
  • Bonjour
  • Gadu-Gadu
  • Google Talk
  • Groupwise
  • ICQ
  • IRC
  • MSN
  • MySpaceIM
  • QQ
  • SILC
  • SIMPLE
  • Sametime
  • XMPP
  • Yahoo!
  • Zephyr


Download it here......

http://www.pidgin.im/

Sunday, February 1, 2009

Animation:Blender on CentOS 5


For your
Animation Works...
Blender is a good software...

Here is the link...

http://www.blender.org/download/get-blender/

or

Download the following rpms & install...

From terminal rpm-i filename

fltk-1.1.8-1.el5.i386.rpm
OpenEXR-1.4.0a-4.el5.i386.rpm
blender-2.45-17.el5.i386.rpm

from http://rpm.pbone.net/