Kubernetes - How to Solve Gateway Timeout with Http Statuscode Error 504
Introduction You have a running kubernetes setup, and have a webservice (exposed…
September 11, 2018
So, on my mac, I’ev set timezone to my local city i.e. Delhi (India). Still, the name of months showing was strange like: “Saka”. I spent lot of time looking every single option to change it. But, could not do it.
Goto System Preferences. All I had to do was look at “Language and Region”.
And, change Calendar to Gregorian
Sample:
Region: India
First Day of week: Monday (Doesnt play any role to problem)
Calendar: Gregorian
...
My settings was to “Indian National” thinking that it will show my local ones. But, it is the national calendar of India which normally people dont aware of.
I’m feeling relieved. I really spent a lot in this.
Goto “Date and Time”, then “Clock” Enable: “Show date and time in menubar” Enable: Show AM/PM Enable: Show the day of the week Enable: Show Date
Your mac right top will show date somelike below:
Thanks for reading…
Introduction You have a running kubernetes setup, and have a webservice (exposed…
Being a drupal user from last around 5 years, I used to know small codes for…
Assuming you have a java project and is using Visual Studio Code as IDE. All of…
You have drupal 7 image from docker hub, and want to connect tomongo db via php…
Listing down the commonly used Elastic Search queries. You can get search…
Introduction I had to develop a small automation to query some old mysql data…
Introduction In this post we will see following: How to schedule a job on cron…
Introduction There are some cases, where I need another git repository while…
Introduction In this post, we will see how to fetch multiple credentials and…
Introduction I have an automation script, that I want to run on different…
Introduction I had to write a CICD system for one of our project. I had to…
Introduction Java log4j has many ways to initialize and append the desired…