Monthly Archives: August 2014

Convert ppk file to ssh private key

Follow the simple steps 1. Install putty : sudo apt-get install putty 2. convert to private key using : puttygen private.ppk -o private-key -O private-openssh 3. try login : ssh -i private-key user@ip/hostname    

Posted in Uncategorized | Leave a comment

Install Oracle SQL Plus on Ubuntu 12.04

TUTORIAL

Posted in Uncategorized | Leave a comment