How to Install Python from command line and Docker on Windows
Introduction We will see how we can install Python 3.7 on Windows without UI. i…
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 We will see how we can install Python 3.7 on Windows without UI. i…
Introduction I have a host running mysql (not on a container). I have to run an…
So, here we are using input variable String[] args without any validation…
You are developing a nodejs web application having some UI and backend APIs…
Introduction This post is about syncing your mongodo database data to…
Introduction I got my seo backlink work done from a freelancer. It was like 300…
Introduction This post has the complete code to send email through smtp server…
Introduction In a normal email sending code from python, I’m getting following…
Introduction In one of my app, I was using to talk to . I have used some event…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…