simpana start Simpana stop Simpana list
Month: February 2017
Check Yum Repository for Connectivity
curl -s –dump-header – `yum repolist epel -v | grep Repo-baseurl | awk ‘{print $3}’` -o /dev/null
List Ubuntu Packages
Command to list recently installed packages that were installed via any method (apt-get etc) cat /var/log/dpkg.log | grep “\ install\ “
OPENSSL ensure certs match key file
To make sure the files output the same result , display the modulus value of each file: openssl rsa -noout -modulus -in FILE.key openssl req -noout -modulus -in FILE.csr openssl x509 -noout -modulus -in FILE.cer