Here is the command to find all files between two given dates with find linux command: to use “find” with -newermt you must have find…
Tag: linux
Bring up network interface with an IP address using “ip” command
Lately many linux distributions do not ship by default with ifconfig which is considered as old style of setting the network when we need to…
Check a certificate and a private key for a match
Ever wondered how to verify your private key with a certificate or CSR certificate? All of the three server certificate, private key and CSR contain…
Replace default program to open text files in Linux console
Ever wondered how to change your text editor when editing text files in Linux? Here is a newbie tip! For example if you when you…