Today I created a new WordPress website. And I bind my domain to Office 365, so that I can use the domain name as my…
Author: NICK
Today I was working on connect my nodejs agent from GKE cluster into newrelic. I was having trouble to connect and get the following error…
Coming from a SQL server background. I used to never worry about the backup and restore database. Since I have a legacy product needs to…
when you are working with terraform and gcs, you may encounter the following error if you enter “terraform init”. Initializing the backend… Successfully configured the…
I’m setting up terraform with google cloud storage backend. when I run “terraform init”, I was getting the following error: Initializing the backend… Error configuring…
Today I’m setting up my new laptop. One of the tool I’ve been used recently is terraform. And I’d like to use VS Code as…
I’m setting up my laptop for getting ready to the fluter environment. But when I run flutter doctor from the terminal. I’m getting the following…
I was trying to renew one of my customer’s letsencrypt cert tonight. I setup this auto renew script at the very beginning and it always…
Recently, I’m working into a common case scenario. We created a managed redis instance in AWS, which only allows the traffic from our ECS hosts.…
The following errors are the ones I was getting when I worked with Google SDK – Python. google.auth.exceptions.DefaultCredentialsError: Could not automatically determine credentials. Please set…