How to paste ssh key in GCP, generated by puttygen?

To paste an SSH key generated by PuTTYgen into Google Cloud Platform (GCP), follow these steps: Generate the SSH key using PuTTYgen: Open PuTTYgen. Click on the “Generate” button. Move the mouse around to generate randomness. Once the key is generated, you will see the public key in the top box. Convert the PuTTYgen key… Continue reading How to paste ssh key in GCP, generated by puttygen?

Use of Logs Explorer in GCP

Log Explorer is a tool used for analyzing and visualizing log data generated by various GCP services. It’s part of the Cloud Logging service and provides a user-friendly interface to search, filter, and view logs collected from applications, infrastructure, and other resources within GCP. Log Explorer allows you to: Search and filter logs: You can… Continue reading Use of Logs Explorer in GCP

Which is the right time to setup a domain in GCP?

You can set up a domain in your GCP server at any time, but typically, it is recommended to do so after you have completed the initial setup of your website or application. Here are a few points to consider when deciding when to set up a domain in GCP: Website/application readiness: Ensure that your… Continue reading Which is the right time to setup a domain in GCP?

How to create a DNS zone in GCP?

Go to the Google Cloud Console (console.cloud.google.com) and make sure you have a project created. Navigate to the Cloud DNS page by selecting “DNS” from the navigation menu on the left side. Click on the “Create Zone” button. In the “Zone type” section, select the appropriate zone type based on your requirements. The options are:… Continue reading How to create a DNS zone in GCP?

Which is better ‘wordpress click to deploy’ or wordpress certified by Bitmani’?

Both “WordPress Click to Deploy” and “WordPress Certified by Bitnami” are two different options for deploying a WordPress website, each with its own advantages. Let’s take a closer look at both: WordPress Click to Deploy: This option typically refers to a one-click installation of WordPress provided by a hosting provider or cloud platform. It offers… Continue reading Which is better ‘wordpress click to deploy’ or wordpress certified by Bitmani’?

How to create a new WordPress project in Google Cloud Platform (GCP) using Bitnami

To create a new WordPress project in Google Cloud Platform (GCP) using Bitnami, follow these steps: Sign in to the Google Cloud Console: Go to the Google Cloud Console and sign in with your GCP account. Create a new project: If you haven’t already created a project, click on the project dropdown at the top… Continue reading How to create a new WordPress project in Google Cloud Platform (GCP) using Bitnami

How to deploy a Windows server in the Google Cloud platform 

Open the Google Cloud Console and sign in to your account. From the navigation menu, select “Compute Engine” -> “VM instances.” Click on the “Create Instance” button at the top of the page. In the “Create a new instance” page, enter the following information: Name: Enter a name for your instance. Region and Zone: Choose… Continue reading How to deploy a Windows server in the Google Cloud platform