Nick's Blog

Yet another technical blog

Skip to content
Menu
  • Home
  • Privacy Policy

Author: NICK

BigQuery

GCP BigQuery Error while reading data, error message: CSV table encountered too many errors, giving up.

Posted on January 30, 2019May 4, 2019 by NICK

Today I’m going to take a look at a error that occurs when you trying to create a BigQuery table in GCP. It doesn’t matter…

python

Python Flask ModuleNotFoundError: No module named ‘psycopg2’

Posted on January 29, 2019January 29, 2019 by NICK

When you working with Python Flask application, you may found the following error: builtins.ModuleNotFoundError ModuleNotFoundError: No module named ‘psycopg2’ This means you want to use…

nginx

Nginx is running, but http traffic is not redirecting to https

Posted on January 27, 2019January 28, 2019 by NICK

If you running a nginx reverse proxy in conjunction with Lets encrypt. You may want to get all your traffic encrypted for free, Since you’ve…

AWS

ECS Instance – Cannot connect to the Docker daemon at unix:///var/run/docker.sock

Posted on January 16, 2019January 16, 2019 by NICK

When you have the following issues together; you may find out this article useful. ECS Instance: Cannot connect to the Docker daemon at unix:///var/run/docker.sock CloudFormation:…

Linux

How to kill the application consume the specific port in Ubuntu

Posted on January 11, 2019January 11, 2019 by NICK

When I doing the troubleshooting work, I always find handy to kill the application that running on a specific port. As a Developer, you are…

AWS

How to find the container log in ECS cluster

Posted on January 11, 2019January 11, 2019 by NICK

In ECS, container is actually the task wrapped by the services. Sometime, it could be difficult to find. because when you go to the task…

AWS

How to create an IAM policy with Read and List permission for specific S3 buckets

Posted on January 10, 2019January 10, 2019 by NICK

You may come across the situation which only need to give permission for specific S3 buckets. The goal is to make the less privilege, but…

gcp

How to use gsutil to upload data into google cloud storage with proper permission

Posted on January 9, 2019January 9, 2019 by NICK

What is the proper way to leverage the Google IAM and gsutil to upload data into google cloud storage. It sounds like a simple task.…

AWS

Solve ECS error FailedInvocations in AWS

Posted on January 6, 2019January 9, 2019 by NICK

You may found FailedInvocations error when you work with ECS scheduled task in AWS. There is no log indicate what was failing, but only leave…

azure stack

Azure Stack Error ‘AADSTS90002′ and “AADSTS65001’

Posted on December 6, 2017January 28, 2019 by NICK

While you are working with Azure Stack, you may have seen the following two common error. The first one: {‘error’: ‘invalid_request’, ‘error_description’: ‘AADSTS90002: Tenant [tenant…

Posts navigation

Previous Page Page 1 … Page 6 Page 7 Page 8 … Page 33 Next Page

Recent Posts

  • Azure DevOps pipeline – Pass variable from sub-template to the main pipeline
  • failed to install CRD crds/crd-alertmanagerconfigs.yaml
  • Error: UPGRADE FAILED: create: Secret sh.helm.release.v1.prometheus.v42 is invalid: data: Too long: must have at most 1048576 bytes
  • AKS Thanos mtls setup – tls: failed to parse private key
  • Prometheus operator alertmanager not reload or not created
© Copyright 2025 – Nick's Blog
Wisteria Theme by WPFriendship ⋅ Powered by WordPress