Showing posts with label outlook. Show all posts
Showing posts with label outlook. Show all posts

Tuesday, October 20, 2015


Sending putty content in Outlook Mail, with same/proper format.

Copy Paste putty session with same format

1) Open Putty 


 2) Expand Windows and select "Selection"

3) enable "Paste to clipboard in RTF as well as plain Text


4) save to default or named sessions


5) copy and paste from putty to outlook or other applications


Regards
Manoj

Oracle E-business suite logs clean up

 Oracle E-business suite logs clean up #!/bin/bash cd $EBS_DOMAIN_HOME find $EBS_DOMAIN_HOME -type f -path "*/logs/*.log?*" -mtime...