Published February 26, 2020 Convert PFX SSL Cert to PEM openssl pkcs12 -in certname.pfx -out key.pem -nodes
Published June 26, 2020 Change password on Windows using cmd In a cmd prompt run the below command net user username newpassword if the username contains a space do the below net […]
Published November 19, 2020 SSH Notifications via email IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]
Published July 30, 2015 Change Centos IP address In common situation, “system ip address” is the ETH0 address. So edit /etc/sysconfig/network-scripts/ifcfg-eth0 with your favourite text editor and run service network […]