Skip to content

garvitpatel3/Linux_command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Linux_command

Linux_command

/************************ Use linux as web server *************************/ => sudo su - => yum install httpd -y => cd /var/www/html => vi index.html =>

Hi welcome

=> press Ecs => :wq! => chmod 755 index.html => service httpd start => chkconfig httpd on => publicip/ index.html

Linux Machine

//node > https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html

/************************ Use Windows as web server *************************/ => Install IIS => Install-WindowsFeature -name Web-Server -IncludeManagementTools => C:/inetpub/wwwroot/index.html =>

Hi welcome

=> publicip/ index.html

About

Linux_command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published