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

CentOS

Created by mpecher. Last edited by mpecher, 4 years and 11 days ago. Viewed 335 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
Please login to post a comment.

Menu:
Java & J2EE
Development
Books

Help:
Help FAQ
Formatting


< May 2012 >
SunMonTueWedThuFriSat
12345
6789101112
13141516171819
20212223242526
2728293031


Logged in Users: (0)
… and a Guest.



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.