Month: December 2011
Install Ice Cream Sandwich on a Google Nexus S
I have installed Ice Cream Sandwich (ICS) on a Google Nexus S. It works perfectly. The process is not complicated but requires some basic technical skills. What’s interesting about the process
Read MoreConverting a certificate from DER to PEM or PEM to DER
openssl x509 –in input.pem –inform PEM -out output.der –outform DER openssl x509 –in input.der –inform DER -out output.pem –outform PEM
Read More