Install Linux

From MyLVS
Revision as of 22:37, 13 June 2015 by Admin (talk | contribs)
Jump to navigation Jump to search


Install

Sample for Debian 8:

  • Default installation
    • Choose package Web server
    • Choose package SSh server

Packages

MySQL

apt-get install mysql-server-5.5

Perl and CGI

List of required perl modules

apt-get install libnet-snmp-perl libxml-simple-perl



I*nstall Apache CGI

apt-get install libapache2-mod-fcgid libcgi-fast-perl 
apt-get install libcgi-pm-perl libcgi-session-perl 
apt-get install libfcgi-perl libfcgi0ldbl


  • Enable CGI
a2enmod cgi

Get Perl modules

apt-get install libnet-snmp-perl libxml-simple-perl



apt-get install sudo