Configure sendmail for SMTP relay with your ISP

2009-09-26 4 min read Linux

http://cri.ch/linux/docs/sk0009.html

I have copied the document from the above link without modifications

Author:  Sven Knispel
Updated:  05-01-2005
Feedback welcome: <a href="mailto:linux@cri.ch">linux@cri.ch
Free service provided by: <a set="yes" linkindex="2" href="http://cri.ch/">www.cri.ch

The following article explains the setup of sendmail for forwarding mails to your ISP&#8217;s smtp server.
It is assumed that you have sendmail up-to-date and configured properly.
_Note: this setup does not work properly for smtp-server using

  <td>
    <div class="text codecolorer">
      SASL
    </div>
  </td>
</tr>
1

(e.g. like

Continue reading

Diff Linux command — Find the difference in files the easier way.

2009-09-17 2 min read Linux

In Linux you can use diff command to find the differences in file.

What is interesting is that you can use &#8221;diff -u&#8221; to list the differences with &#8217;+&#8217; and &#8217;-&#8217; rather than sometimes confusing &#8217;>&#8217; and '<&#8217;.

Running the regular diff between two text files to see the differences is not so elegant for the human eye to decode. Luckily there are plenty of tools out there to make this easy.

Continue reading

bash tutorial for begineer and experienced.

2009-07-20 1 min read Bash Learning

I having been looking for something like this for sometime. Found <a href="http://beginlinux.com/desktop_training/comm/shells/232-bash" target="_blank">this while searching.

A very good thing about this tutorial is its comprehensiveness and the details. A lot of examples are gives which too are quite useful.

MinGW – compile windows software on Linux

2009-02-15 2 min read Fedora Uncategorized

For all the windows developer out there, it is impossible to switch to Linux just because someone is looking for the Windows exe. Sooooooo bad. Not any more. There has been the MinGW compiler (and others) to compile the C programs on Linux box to run on Windows box. These cross compilers create windows exe and thus these can run on Windows natively without additional dll&#8217;s. That&#8217;s quite good, so how to do it.

Continue reading
Older posts Newer posts