One Page Linux Manual for Quick Brush Up

Subscribe to be the first to learn about a new tech-recipe. Sign up today!

AS a best practice, we must use implement the latest version of TLS certificate. TLS v3.0 is latest version release in Aug 2018. All your applications and browser should support this version certificates. For the backward compatibility, web server like – Apache, Ngnix support TLS v1.0 and TLS v1.2 as well. If your browsers like…
To SSH to a VM behind NAT running in VMware Player, you can follow these steps: Pre-requisites Directions
Many we want to know the time of execution of command in linux system. By default, with HISTORY command we can get the list of previously executed commands but it doesn’t provide the time of execution. Here is variable which you can set to get the time stamp in your history command. Output after applying…