Linux_command
/************************ Use linux as web server *************************/ => sudo su - => yum install httpd -y => cd /var/www/html => vi index.html =>
=> press Ecs => :wq! => chmod 755 index.html => service httpd start => chkconfig httpd on => publicip/ index.html/************************ Use Windows as web server *************************/ => Install IIS => Install-WindowsFeature -name Web-Server -IncludeManagementTools => C:/inetpub/wwwroot/index.html =>
=> publicip/ index.html