Packages for Solaris

We’ll need to compile our software adding prefix-path: # ./configure –prefix=/opt/SMCxxxxx # make && make install # cd /opt/SMCxxxxx # find . -print | pkgproto > ../prototype # vi ../prototype …Continue reading »

Solaris 10 Unwanted Services

A fresh installed Solaris 10, couldn’t satisfy security desires of a sys admin who pretend somewhat more secure platform. So during installation, select “No” for “Remote services Installation” (only secure …Continue reading »

SSL Tips & Tricks

Do you want to extract private key from a pfx file and write it to PEM file? # openssl pkcs12 -in public_private.pfx -nocerts \ -out privatekey.pem To remove the password …Continue reading »