openssl pkcs12 -in certname.pfx -out key.pem -nodes
You may also like
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 […]
This needs to be edited and entered in the Exchange Shell, do so at your own risk – I will not be […]
Yet another day has passed and still no upgrade for my HTC Desire on Orange to Android 2.2. When cheking this morning, […]
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/