[ start | index | login ]
start > Linux > CentOS

CentOS

Created by mpecher. Last edited by mpecher, 184 days ago. Viewed 123 times. #10
[diff] [history] [edit] [rdf]
labels
attachments
CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor. CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible.

YUM

The Yellow dog Updater, Modified (YUM) is a free software/open source command line package management utility for RPM-compatible Linux operating systems.

Installation of software

Openssh

yum isntall openssh-server

Apache

yum install httpd

>>http://www.centos.org/docs/5/html/5.1/Deployment_Guide/ch-httpd.html

MySQL

yum install mysql-server mysql

Subversion installation : CentOS-subversion

java

  1. >>http://www.java.com/en/download/help/5000010500.xml#rpm
  2. (or google), this will install a .rmp.bin, (self extractig, run it to show the rpm).
  3. rpm -ivh --replacepkgs jdk-1_5_0_15-linux-i586.rpm
  4. this should install java to usr/java/jdk1.5.0_15/
  5. in ~/.bashrc add
export JAVA_HOME=/usr/java/jdk1.5.0_15/bin/
export PATH=$PATH:$JAVA_HOME
no comments | post comment

Menu:
Java & J2EE
Development
Books

Help:
Help FAQ
Formatting


< November 2008 >
SunMonTueWedThuFriSat
1
2345678
9101112131415
16171819202122
23242526272829
30


Logged in Users: (0)
… and 106 Guests.



Disclaimer: Views and opinions are that of the individual author, and not that of Marand Custom Solutions. This site is an open forum for technical content, and the company accepts no liability for any content or view expressed.