VS-Code - How to put vscode executable in system path and how to open source code directly in vscode
Introduction VS code is an excellent free IDE for maany types of programming…
January 07, 2018
certbot certificates
You might need to put sudo before above command.
The command will show details of all the certificates on your server, and theirExpiry dates.
When you try to request a new or renew certificate from LetsEncrypt, and if there is some error in your request. LetsEncrypt might block you for certain time period (1 day or 2 days). It has a finite quota for each domain requests.
So, there is a way to test whether your request is OK or not. It is a great way not to block yourself.
certbot renew --dry-run
OR
certbot certonly -d example.com -d www.example.com --dry-run
Introduction VS code is an excellent free IDE for maany types of programming…
Note: I have public URLs of these images, which I want to save. return…
I use drupal-7 in my website. I used to write articles and put images in that…
Assuming you have a java project and is using Visual Studio Code as IDE. All of…
Introduction In this post, we will see ways to look at git history logs. For…
Introduction Suppose you have a view, and you have configured your display as a…
In this post, we will see some of the frequently used concepts/vocabulary in…
System design interview is pretty common these days, specially if you are having…
Introduction You are given an array of integers with size N, and a number K…
Graph Topological Sorting This is a well known problem in graph world…
Problem Statement Given a Binary tree, print out nodes in level order traversal…
Problem Statement Given an array nums of n integers and an integer target, are…