Noções básicas do Google Cloud: introdução ao Cloud Storage e ao Cloud SQL avaliações

523949 avaliações

Oleksandr A. · Revisado há 2 months

En algunas instrucciones hace falta especificar el "sudo", fuera de eso el laboratorio funciona bien.

Eduardo C. · Revisado há 2 months

good

SWARUP M. · Revisado há 2 months

Adam A. · Revisado há 2 months

janne v. · Revisado há 2 months

there was an issue with the vm instance object URL which was not existing so the banner was not visible atlast

Janavi H. · Revisado há 2 months

Nicolas T. · Revisado há 2 months

Arsalan S. · Revisado há 2 months

Kelly E. · Revisado há 2 months

good

Ganesh s. · Revisado há 2 months

Sini R. · Revisado há 2 months

Dániel G. · Revisado há 2 months

Gargi B. · Revisado há 2 months

Lekhana C. · Revisado há 2 months

Awesome!

Hariharan P. · Revisado há 2 months

padmanaban B. · Revisado há 2 months

Ehsan H. · Revisado há 2 months

Sunil N. · Revisado há 2 months

Harold C. · Revisado há 2 months

Startup script provided in the instructions did not install apache because running cd /var/www/html returned a no such file or directory message. Used Gemini to get a new updated script 1. Root Cause: Package Lock Contention The startup script failed because it could not acquire the dpkg lock required to install software. On fresh Google Cloud VMs (specifically Debian/Ubuntu), the system often runs automatic background updates (like unattended-upgrades) immediately upon first boot. The logs show: E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 1152 (apt-get) Because the installation of apache2 failed, the service was never created, and the web server directory (/var/www/html) was never generated. 2. Missing apt-get update Your current script attempts to install packages without first updating the package index: Updated script #!/bin/bash # Wait for any background updates to finish while fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1 ; do echo "Waiting for other apt-get instances to finish..." sleep 5 done # Update package index and install Apache apt-get update apt-get install apache2 php php-mysql -y # Ensure the service is running systemctl restart apache2 After applying this fix, the vm instance was restarted and apache installed successfully.

Minal P. · Revisado há 2 months

Robert S. · Revisado há 2 months

OWOLABI y. · Revisado há 2 months

Fatma M. · Revisado há 2 months

Excellent lab

David W. · Revisado há 2 months

Ahmed R. · Revisado há 2 months

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.