lotus notes outgoing mailbox

August 17, 2011

To access the lotus notes outgoing mailbox open the databases do a File->Database->Open or CTRL+O Select […]

install mono redhat

August 12, 2011

Create a new repo config file cd /etc/yum.repos.d vi mono.repo Add the following lines to the […]

perl replace text in multiple files

August 4, 2011

perl replace text in multiple files perl -pi -e ‘s~OLDTEXT~NEWTEXT~g’ /path/to/filenames/* Alternative (to avoid escaping slashes): […]