SSH Into Google Cloud Compute Engine Instance Using Secure Shell Client

I need to set and test my web-app using Google cloud compute engine. How do I connect to an Instance Using ssh on Ubuntu Linux or Apple OS X based system?   By default, you…

How To: Update gcutil / gcloud Components On a Linux / Unix / OS X

H ow can I update for Google Cloud SDK components on a Linux or OS X unix based systems?   The easiest and recommended way is to use gcloud command to update various Google cloud…

How To Install Google Chrome 62 On a RHEL/CentOS 7 and Fedora Linux 26 Using Yum Command

H ow do I installed the latest version of Google Chrome v45 on a Red Hat Enterprise Linux or CentOS Linux version 7.x and Fedora Linux v22/23/24/25/26 using the yum command line option?   Google…

Google Compute Engine scp Files on a Linux or Unix or Mac OS X

S cp command copies files between hosts on a network using ssh for data transfer. How do I use scp toefacilitate the remote file transfer using Google Compute Engine virtual machines on a Linux, OS…

How to install FreeBSD 11 on Google Cloud Compute

H ow can I deploy or install FreeBSD version 11.x Unix operating system on the Google cloud engine? Do I need to create my own FreeBSD disk image to start with the Google Cloud Compute?…

How to create a new config file in Ansible playbook

I wanted to create a file named /etc/apt/apt.conf.d/1000-force-ipv4-transport with the value set to ‘Acquire::ForceIPv4 true;’ on 20 cloud servers hosted in AWS. I already setup Ansible playbook to automate stuff. How do I create a…