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

CentOS

Created by mpecher. Last edited by mpecher, 3 years and 263 days ago. Viewed 334 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


< February 2012 >
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
26272829


Logged in Users: (1)
… and 9 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.