Tired of using MAMP ? You should already have Apache installed on Ubuntu Install Apaache2 sudo apt update && sudo apt install apache2 restart: systemctl reload apache2 check config: apachectl configtest in /etc/apache2/apache2.conf , set your username – also can be done in ( /etc/apache2/envvars ) # These need to be set in /etc/apache2/envvars User
Tips and tricks

open the console / devtools and enter // Create a class for the element class PopUpInfo extends HTMLElement { constructor() { // Always call super first in constructor super(); // Create a shadow root const shadow = this.attachShadow({mode: 'open'}); // Create spans const wrapper = document.createElement('span'); wrapper.setAttribute('class', 'wrapper'); const icon = document.createElement('span'); icon.setAttribute('class', 'icon'); icon.setAttribute('tabindex',

enter Digital Ocean admin dashboard, click > Networking when you enter the hostname, just type @ ns1.digitalocean.com ns2.digitalocean.com
you can go first to the console get the name of the pod you can go to Google Cloud
I used kubectl port-forward tickets-mongo-depl-54dc54c799-hvksq 27018:27017 then, in MongoDb Compass I connected to mongodb://localhost:27018

command description Ctrl+Shift+N new window Ctrl+R run project Cmd+Shift+P run command Cmd+P find file Cmd+D duplicate selection ( assign it )
Get a google cloud account Install Google Cloud SDK Run the command gcloud auth From GCloud enable: Kubernetes Engine API Google Cloud Build API create a cluster in Kubernetes Run the command: gcloud init Select the project: gcloud config set project $MY_PROJECT_ID select your CLUSTER gcloud container clusters get-credentials YOUR_CLUSTER_NAME --zone us-central1-c Select the kubectl