<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open source blog, linux, php, python, security &#187; Linux</title>
	<atom:link href="http://www.alonon.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 08:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>Sending e-mail in ssh</title>
		<link>http://www.alonon.net/sending-email-in-ssh/</link>
		<comments>http://www.alonon.net/sending-email-in-ssh/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:51:46 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mailx]]></category>
		<category><![CDATA[sendemail]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=194</guid>
		<description><![CDATA[While i was trying to configure postfix, i learnt to sending e-mail in ssh. There are some script to do this and i choose sendEmail to install sendemail type: sudo apt-get intstall sendemail then you can type sendemail -f {from} -t (emailto} sendEmail -f ADDRESS [options] Required: -f ADDRESS                from (sender) email address * At &#8230; <a href="http://www.alonon.net/sending-email-in-ssh/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While i was trying to configure postfix, i learnt to sending e-mail in ssh. There are some script to do this and i choose sendEmail to install</p>
<p>sendemail type:</p>
<p>sudo apt-get intstall sendemail</p>
<p>then you can type</p>
<p>sendemail -f {from} -t (emailto}</p>
<blockquote><p>sendEmail -f ADDRESS [options]</p>
<p>Required:<br />
-f ADDRESS                from (sender) email address<br />
* At least one recipient required via -t, -cc, or -bcc<br />
* Message body required via -m, STDIN, or -o message-file=FILE</p>
<p>Common:<br />
-t ADDRESS [ADDR ...]     to email address(es)<br />
-u SUBJECT                message subject<br />
-m MESSAGE                message body<br />
-s SERVER[:PORT]          smtp mail relay, default is localhost:25</p>
<p>Optional:<br />
-a   FILE [FILE ...]      file attachment(s)<br />
-cc  ADDRESS [ADDR ...]   cc  email address(es)<br />
-bcc ADDRESS [ADDR ...]   bcc email address(es)<br />
-xu  USERNAME             username for SMTP authentication<br />
-xp  PASSWORD             password for SMTP authentication</p>
<p>Paranormal:<br />
-b BINDADDR[:PORT]        local host bind address<br />
-l LOGFILE                log to the specified file<br />
-v                        verbosity, use multiple times for greater effect<br />
-q                        be quiet (i.e. no STDOUT output)<br />
-o NAME=VALUE             advanced options, for details try: &#8211;help misc<br />
-o message-file=FILE         -o message-format=raw<br />
-o message-header=HEADER     -o message-charset=CHARSET<br />
-o reply-to=ADDRESS          -o timeout=SECONDS<br />
-o username=USERNAME         -o password=PASSWORD<br />
-o tls=&lt;auto|yes|no&gt;         -o fqdn=FQDN</p>
<p>Help:<br />
&#8211;help                    the helpful overview you&#8217;re reading now<br />
&#8211;help addressing         explain addressing and related options<br />
&#8211;help message            explain message body input and related options<br />
&#8211;help networking         explain -s, -b, etc<br />
&#8211;help output             explain logging and other output options<br />
&#8211;help misc               explain -o options, TLS, SMTP auth, and more</p></blockquote>
<p>After that type your email and press ctrl+d:</p>
<p>Mar 04 21:44:24 power sendEmail[24236]: Message input complete.<br />
Mar 04 21:44:25 power sendEmail[24236]: Email was sent successfully!</p>
<p><strong>Second Way</strong></p>
<p>install mailx with:</p>
<blockquote><p>sudo apt-get install mailx</p></blockquote>
<p>to send email</p>
<p>mailx to@me.com</p>
<p>Subject: Write subject press enter</p>
<p>type here body press ctrl+d</p>
<p>CC: blank</p>

	Tags: <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/mailx/" title="mailx" rel="tag">mailx</a>, <a href="http://www.alonon.net/tag/sendemail/" title="sendemail" rel="tag">sendemail</a>, <a href="http://www.alonon.net/tag/ssh/" title="ssh" rel="tag">ssh</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/ssh-shell-commands/" title="SSH Shell Commands (March 26, 2009)">SSH Shell Commands</a> (0)</li>
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/how-to-learn-your-linux-release/" title="How to learn your linux release (May 18, 2009)">How to learn your linux release</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/sending-email-in-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10, Karmic Koala, released‎</title>
		<link>http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/</link>
		<comments>http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:16:52 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=162</guid>
		<description><![CDATA[Ubuntu 9.10 has released, it has some new faetures, i shared a few of them. For more Store, sync and share Integrated &#8220;Ubuntu One&#8221; technology gives you 2 GB of online storage for free. Easily share files between your own and your friends&#8217; computers. Upgrade at low cost for more storage if you need it. &#8230; <a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.10 has released, it has some new faetures, i shared a few of them. <a href="http://www.ubuntu.com/">For more</a></p>
<h2>Store, sync and share</h2>
<p><img class="alignright" src="http://www.ubuntu.com/files/masthead/910/tour/ubuntu-910-share-files.jpg" alt="" width="301" height="132" /><br />
Integrated &#8220;Ubuntu One&#8221; technology gives you 2 GB of online storage for free. Easily share files between your own and your friends&#8217; computers. Upgrade at low cost for more storage if you need it.<br />
<img src="http://www.ubuntu.com/files/masthead/910/tour/ubuntu-910-software-center.jpg" alt="" /></p>
<h2>Software Center</h2>
<p>Instant access to thousands of free and open-source                applications</p>
<p>Categories include: Education, Games, Sound and Video, Graphics,                Programming and Office.</p>
<p>Simply select the applications you want to use and the Software                Center will add them to your computer</p>
<p>No CDs, no licenses, no hassle.</p>
<h2>Download Ubuntu 9.10</h2>
<ul>
<li><a href="http://noncdn.releases.ubuntu.com//9.10/ubuntu-9.10-desktop-amd64.iso.torrent" target="_blank">Bittorent links (64 bit)</a> and <a href="http://noncdn.releases.ubuntu.com//9.10/ubuntu-9.10-desktop-i386.iso.torrent" target="_blank">32 bit</a></li>
<li><a href="http://mirror.its.uidaho.edu/pub/ubuntu-releases/9.10/ubuntu-9.10-desktop-i386.iso" target="_blank">Direct ISO CD Images 32 bit</a></li>
<li><a href="http://mirror.its.uidaho.edu/pub/ubuntu-releases/9.10/ubuntu-9.10-desktop-amd64.iso" target="_blank">Direct ISO CD Images 64 bit</a></li>
<li><a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Mirror list</a></li>
</ul>

	Tags: <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.alonon.net/tag/ubuntu-9-10/" title="ubuntu 9.10" rel="tag">ubuntu 9.10</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-your-linux-release/" title="How to learn your linux release (May 18, 2009)">How to learn your linux release</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to learn your linux release</title>
		<link>http://www.alonon.net/how-to-learn-your-linux-release/</link>
		<comments>http://www.alonon.net/how-to-learn-your-linux-release/#comments</comments>
		<pubDate>Mon, 18 May 2009 20:36:13 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=117</guid>
		<description><![CDATA[To learn your linux and kernel version ( release ) you can use /proc/version Type it in console: cat /proc/version Linux version 2.6.18-92.el5 (brewbuilder@ls20-bc2-13.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-41)) #1 SMP Tue Apr 29 13:16:15 EDT 2008 In this output, you get to see the following information: Exact version of the Linux kernel &#8230; <a href="http://www.alonon.net/how-to-learn-your-linux-release/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To learn your linux and kernel version ( release ) you can use /proc/version</p>
<p>Type it in console:</p>
<blockquote><p>cat /proc/version</p>
<pre>Linux version 2.6.18-92.el5
(brewbuilder@ls20-bc2-13.build.redhat.com)
(gcc version 4.1.2 20071124 (Red Hat 4.1.2-41))
#1 SMP Tue Apr 29 13:16:15 EDT 2008</pre>
<p>In this output, you get to see the following information:</p>
<ol>
<li>Exact version of the Linux kernel used in your OS: Linux version 2.6.18-92.el5</li>
<li>Name of the user who compiled your kernel, and also a host name where it happened: brewbuilder@ls20-bc2-13.build.redhat.com</li>
<li>Version of the GCC compiler used for building the kernel: gcc version 4.1.2 20071124</li>
<li>Type of the kernel &#8211; SMP here means Symmetric MultiProcessing kernel, the one that supports systems with multiple CPUs or multiple cpu cores</li>
<li>Date and time when the kernel was built: Tue Apr 29 13:16:15 EDT 2008</li>
</ol>
</blockquote>
<p>For more: http://www.unixtutorial.org/2009/04/use-proc-version-to-identify-your-linux-release/</p>

	Tags: <a href="http://www.alonon.net/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://www.alonon.net/tag/kernel/" title="kernel" rel="tag">kernel</a>, <a href="http://www.alonon.net/tag/learn/" title="learn" rel="tag">learn</a>, <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/release/" title="release" rel="tag">release</a>, <a href="http://www.alonon.net/tag/version/" title="version" rel="tag">version</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/how-to-read-file-with-c/" title="How to Read File with C (March 21, 2010)">How to Read File with C</a> (0)</li>
	<li><a href="http://www.alonon.net/how-to-learn-ubuntu-version/" title="How to learn ubuntu version (April 3, 2010)">How to learn ubuntu version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-learn-your-linux-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Some tips for Pardus</title>
		<link>http://www.alonon.net/some-tips-for-pardus/</link>
		<comments>http://www.alonon.net/some-tips-for-pardus/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 19:01:35 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[change linux root password]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install program]]></category>
		<category><![CDATA[pardus]]></category>
		<category><![CDATA[terminate]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=53</guid>
		<description><![CDATA[There are some tips for Pardus , 1. How to chane linux root password in Pardus write su root to login as root write your password type sudo passwd type new password confirm new password 2. How to terminate , kill a program press ctrl+alt+esc and click the program that you want to kill 3. &#8230; <a href="http://www.alonon.net/some-tips-for-pardus/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are some tips for Pardus ,</p>
<p>1. How to chane linux root password in Pardus</p>
<blockquote><p>write su root to login as root</p>
<p>write your password</p>
<p>type sudo passwd</p>
<p>type new password</p>
<p>confirm new password</p></blockquote>
<p>2. How to terminate , kill a program</p>
<blockquote><p>press ctrl+alt+esc and click the program that you want to kill</p></blockquote>
<p>3. How to install program</p>
<blockquote><p>Open pisi from pardus menu, search for a program for example amsn, check it and click install than you can use it or you can open console and write &#8220;sudo pisi it amsn&#8221; then write your password.</p></blockquote>

	Tags: <a href="http://www.alonon.net/tag/change-linux-root-password/" title="change linux root password" rel="tag">change linux root password</a>, <a href="http://www.alonon.net/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://www.alonon.net/tag/install-program/" title="install program" rel="tag">install program</a>, <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/pardus/" title="pardus" rel="tag">pardus</a>, <a href="http://www.alonon.net/tag/terminate/" title="terminate" rel="tag">terminate</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/how-to-learn-your-linux-release/" title="How to learn your linux release (May 18, 2009)">How to learn your linux release</a> (3)</li>
	<li><a href="http://www.alonon.net/compile_c_cplus_in_linux/" title="Compile C C++ in linux (November 16, 2008)">Compile C C++ in linux</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/" title="installing apache php and mysql on Pardus (November 13, 2008)">installing apache php and mysql on Pardus</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/some-tips-for-pardus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile C C++ in linux</title>
		<link>http://www.alonon.net/compile_c_cplus_in_linux/</link>
		<comments>http://www.alonon.net/compile_c_cplus_in_linux/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 22:32:15 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CDT]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[pardus]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=14</guid>
		<description><![CDATA[i have studied c++ for my exam today and i will explain how can you compile c/c++ in linux also there were some error that i want mention. 1.install eclipse (not necessary for compiling) probably you can find it from your package manager if there isn&#8217;t use this link: http://www.eclipse.org for pardus open pisi search &#8230; <a href="http://www.alonon.net/compile_c_cplus_in_linux/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>i have studied c++ for my exam today and i will explain how can you compile c/c++ in linux also there were some error that i want mention.</p>
<p>1.install eclipse (not necessary for compiling)<br />
probably you can find it from your package manager if there isn&#8217;t<br />
use this link: http://www.eclipse.org<br />
for pardus open pisi search for eclipse and install it ( 3.3)</p>
<p>2. install CDT plugin for eclipse<br />
open eclipse help -&gt; software updates -&gt; avilable softwares -&gt; add site<br />
for eclipse 3.4 add this:</p>
<p>http://download.eclipse.org/tools/cdt/releases/ganymede</p>
<p>for eclipse 3.3 add this:</p>
<p>http://download.eclipse.org/tools/cdt/releases/europa</p>
<p>check it and click install</p>
<p>you have eclipse CDT to write your c and c++ codes<br />
now you need gcc to compile it</p>
<p>3. install gcc<br />
find gcc from your package manager.<br />
for pardus write this to console<br />
sudo pisi it gcc</p>
<p>4. first simple<br />
i opened a new c++ project from eclipse, created new source file, writed my code and saved. when i am trying to make file,<br />
I received this message &#8220;(Exec error:Cannot run make)&#8221; .</p>
<p><strong>(solution: install make from your package manager.For pardus write this sudo pisi it make.)</strong></p>
<p>after that i tried it on console with giving this command</p>
<p>(for c++ codes)</p>
<blockquote><p>g++ example.cpp</p></blockquote>
<p>(for c codes)</p>
<blockquote><p>gcc example.c</p></blockquote>
<p>however, i received &#8220;iostream.h: No such file or directory gcc&#8221;<br />
<strong>solution: delete .h just write &lt;iostream&gt; also write g++ for *.cpp files<br />
</strong></p>
<p>after i installed make, i was able to compile it from console and eclipse.</p>
<p>if you want to see your code&#8217;s output:</p>
<blockquote><p>g++ example.cpp</p></blockquote>
<p>it makes a compiled file named example in your folder</p>
<p>to run it just write</p>
<blockquote><p>./example</p></blockquote>
<p>i hope , help you.</p>

	Tags: <a href="http://www.alonon.net/tag/cpp/" title="C++" rel="tag">C++</a>, <a href="http://www.alonon.net/tag/cdt/" title="CDT" rel="tag">CDT</a>, <a href="http://www.alonon.net/tag/compile/" title="compile" rel="tag">compile</a>, <a href="http://www.alonon.net/tag/eclipse/" title="eclipse" rel="tag">eclipse</a>, <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/pardus/" title="pardus" rel="tag">pardus</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/my-c-homework/" title="My C++ Homework (May 18, 2009)">My C++ Homework</a> (0)</li>
	<li><a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/" title="installing apache php and mysql on Pardus (November 13, 2008)">installing apache php and mysql on Pardus</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/compile_c_cplus_in_linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
