How to Install free SSL certificates using CertBot CA in ubuntu
In our previous post, We discussed how to install SSL Certificates from Certbot or letsencrypt CA in Debian. Now in...
How-to / Linux / Linux Tips / security
In our previous post, We discussed how to install SSL Certificates from Certbot or letsencrypt CA in Debian. Now in...
Install LAMP ( Linux, Apache, MySQL, PHP ) in Ubuntu server: Please use the following command to install the LAMP...
Basics of git and GitHub Intro: In this article, We are going to discuss the basics of git and GitHub....
To view the commit history of the current project:
1 |
$ git log |
Sample output :
1 2 3 |
commit fb0d90ec75601304348168bb988ebdbf10c260 Author: Author name<email@somedomain.com> Date: Thu Oct 13 17:30:46 2016 +0300 |
You will get the output like...