Date

bash date examples

bash date examples

Bash date format options

Date Format OptionMeaningExample Output
date +%m-%d-%YMM-DD-YYYY date format05-09-2020
date +%DMM/DD/YY date format05/09/20
date +%FYYYY-MM-DD date format2020-05-09
date +%THH:MM:SS time format11:44:15

How To Install And Use MySQL Workbench On Ubuntu
Installing MySQL Workbench Step 1 Download configuration file from the apt repository. Using this method, you can install MySQL from the official apt....
How to safely remove PPA repositories in Ubuntu
Remove a PPA (GUI Method) Launch Software & Updates. Click the “Other Software” tab. Select (click) the PPA you want to delete. Click “Remove” to ...
SSH Command
The ssh command provides a secure encrypted connection between two hosts over an insecure network. This connection can also be used for terminal acces...