Google Cloud Platform
[VM] apache web server 설치
nockdoo
2020. 4. 22. 01:56
$sudo apt-get updatesudo $apt-get install apache2 -y $echo '<!doctype html><html><body><h1>Hello World!</h1></body></html>' | sudo tee /var/www/html/index.html |