RadarURL

Telnet to SMTP Port Common Syntax

Wednesday, June 24, 2009

When you send mail using the SMTP protocol, you basically have only the
following commands:

HELO
Greet the mail server. Used once per session - at the beginning of the session

MAIL FROM:
Announce who the sender is. Used once per mail, before specifying any recipients for each mail, or after a

Read more...

Install XAMPP With OCI8 Support (Oracle Connection) on Linux

Tuesday, June 23, 2009

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
Refer XAMPP download :
- http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/x/xa/xampp/
- http://mirrors.ucr.ac.cr/xampp/
Refer Oracle Client Download :
- http://www.oracle.com/technology/tech/oci/instantclient/index.html


After Download Proceed :
1. Install rpm installclient
2. tar xvfz xampp-linux-xxx.tar.gz -C /opt
3. /opt/lampp/lampp oci8
4. /opt/lampp/lampp start


Enjoy...

Read more...

  © Blogger template On The Road by Ourblogtemplates.com 2009

Back to TOP