Linux

5 posts

AlloyDB Omni on Ubuntu in vCenter

Objective Install AlloyDB Omni on a Ubuntu VM running in VMware Engine.https://cloud.google.com/alloydb/docs/omni/install Prereqs Setup on Ubuntu VM Install alloydb-cli Install alloydb with alloydb-cli 1. Verify you meet the prerequisites. Input Output 2. Create a data directory 3. Install AlloyDB Server Input Output 4. Start AlloyDB Input Output 5. Verify the […]

Google Cloud – Create VM instance

In this step I will be working through the first step of my Migrate to VMC to Google Cloud project Step 1 – Select VM Instance and hit Create Step 2 – Name your instance, pick your guest operating system, and machine type Name – webserver Machine type – g1-small […]

Linux Terminal – Ping google

Hey Shaun – Here is how you ping google chris@nanner:~$ ping google.comPING google.com (172.217.12.14) 56(84) bytes of data.64 bytes from den02s02-in-f14.1e100.net (172.217.12.14): icmp_seq=1 ttl=54 time=2.72 ms64 bytes from den02s02-in-f14.1e100.net (172.217.12.14): icmp_seq=2 ttl=54 time=2.70 ms64 bytes from den02s02-in-f14.1e100.net (172.217.12.14): icmp_seq=3 ttl=54 time=2.81 ms — google.com ping statistics —3 packets transmitted, 3 […]