Install Linux: Difference between revisions

From MyLVS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
|- valign="top" align="left"
|- valign="top" align="left"
! width="45%" |  
! width="45%" |  
Software selection:
*Web server
*SSh server
*Standard system utilities
! width="10%" |  
! width="45%" |  [[File:00-00-00-Debian.png|380px|thumb|left|Detailed service view]]
|}


  apt-get install mysql-server-5.5
  apt-get install mysql-server-5.5
Line 21: Line 31:
  apt-get install libnet-snmp-perl libxml-simple-perl
  apt-get install libnet-snmp-perl libxml-simple-perl
  apt-get install sudo
  apt-get install sudo
! width="10%" |  
! width="45%" |  [[File:00-00-00-Debian.png|380px|thumb|left|Detailed service view]]
|}

Revision as of 22:10, 13 June 2015

Install

This project is based on Debain 8 (Jessie).
Please get the installation medium to install







Software selection:

  • Web server
  • SSh server
  • Standard system utilities
 
Detailed service view


apt-get install mysql-server-5.5
apt-get install libapache2-mod-fcgid libcgi-fast-perl 
apt-get install libcgi-pm-perl libcgi-session-perl 
apt-get install libfcgi-perl libfcgi0ldbl
apt-get install libnet-snmp-perl libxml-simple-perl
apt-get install sudo