Difference between revisions of "Centos 6 Webserver"

From vpsget wiki
Jump to: navigation, search
(Created page with "In this article we will install some software that is useful on a webserver based on Centos 6.<br/> For the beginning let us install some packages that will be useful later: ...")
 
Line 3: Line 3:
 
  yum install wget fetchmail zip unzip bzip2 nmap openssl lynx fileutils ncftp gcc gcc-c++
 
  yum install wget fetchmail zip unzip bzip2 nmap openssl lynx fileutils ncftp gcc gcc-c++
 
  yum update
 
  yum update
 +
 +
[[Category:Linux]]

Revision as of 15:32, 4 September 2013

In this article we will install some software that is useful on a webserver based on Centos 6.
For the beginning let us install some packages that will be useful later:

yum install wget fetchmail zip unzip bzip2 nmap openssl lynx fileutils ncftp gcc gcc-c++
yum update