<?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>EmbLogic &#187; rahul1989</title>
	<atom:link href="https://www.emblogic.com/blog/author/rahul1989/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>MDC</title>
		<link>https://www.emblogic.com/blog/02/mdc-3/</link>
		<comments>https://www.emblogic.com/blog/02/mdc-3/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 18:58:31 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 2: Multiple Data Compression and Encryption]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=6233</guid>
		<description><![CDATA[I have made a formula/algorithm for compression and decompression. The plus point of this formula is that it does not require the 7 different cases for compression or decompression at different bits.]]></description>
				<content:encoded><![CDATA[<p>I have made a formula/algorithm for compression and decompression. The plus point of this formula is that it does not require the 7 different cases for compression or decompression at different bits.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/mdc-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>kernel compilation error</title>
		<link>https://www.emblogic.com/blog/10/compilation-error/</link>
		<comments>https://www.emblogic.com/blog/10/compilation-error/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 10:55:59 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5602</guid>
		<description><![CDATA[In file included from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/vm86.h:130:0, from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/processor.h:10, from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/thread_info.h:22, from include/linux/thread_info.h:56, from include/linux/preempt.h:9, from include/linux/spinlock.h:50, from include/linux/seqlock.h:29, from include/linux/time.h:8, from include/linux/timex.h:56, from include/linux/sched.h:57, from arch/x86/kernel/ptrace.c:8: /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/ptrace.h:146:13: note: previous declaration of ‘syscall_trace_enter’ was here arch/x86/kernel/ptrace.c:1411:34: error: conflicting types for ‘syscall_trace_leave’ In &#8230; <a href="https://www.emblogic.com/blog/10/compilation-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In file included from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/vm86.h:130:0,<br />
from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/processor.h:10,<br />
from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/thread_info.h:22,<br />
from include/linux/thread_info.h:56,<br />
from include/linux/preempt.h:9,<br />
from include/linux/spinlock.h:50,<br />
from include/linux/seqlock.h:29,<br />
from include/linux/time.h:8,<br />
from include/linux/timex.h:56,<br />
from include/linux/sched.h:57,<br />
from arch/x86/kernel/ptrace.c:8:<br />
/usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/ptrace.h:146:13: note: previous declaration of ‘syscall_trace_enter’ was here<br />
arch/x86/kernel/ptrace.c:1411:34: error: conflicting types for ‘syscall_trace_leave’<br />
In file included from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/vm86.h:130:0,<br />
from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/processor.h:10,<br />
from /usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/thread_info.h:22,<br />
from include/linux/thread_info.h:56,<br />
from include/linux/preempt.h:9,<br />
from include/linux/spinlock.h:50,<br />
from include/linux/seqlock.h:29,<br />
from include/linux/time.h:8,<br />
from include/linux/timex.h:56,<br />
from include/linux/sched.h:57,<br />
from arch/x86/kernel/ptrace.c:8:<br />
/usr/src/kernels/linux-2.6.38.8/arch/x86/include/asm/ptrace.h:147:13: note: previous declaration of ‘syscall_trace_leave’ was here<br />
<span style="color: #0000ff">make[2]: *** [arch/x86/kernel/ptrace.o] Error 1</span><br />
<span style="color: #0000ff">make[1]: *** [arch/x86/kernel] Error 2</span><br />
<span style="color: #0000ff">make: *** [arch/x86] Error 2</span></p>
<p>&nbsp;</p>
<p>what to do ?</p>
<p>i am using Fedora 17</p>
<p>kernel 3.4.2-4</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/10/compilation-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>error during xineted installation</title>
		<link>https://www.emblogic.com/blog/09/error-during-xineted-installation/</link>
		<comments>https://www.emblogic.com/blog/09/error-during-xineted-installation/#comments</comments>
		<pubDate>Sun, 30 Sep 2012 08:43:28 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5423</guid>
		<description><![CDATA[when i am installing xineted. i got following error message. Insufficient server config &#8211; no servers found. Aborting. what to do ?]]></description>
				<content:encoded><![CDATA[<p>when i am installing xineted.</p>
<p>i got following error message.</p>
<p><span style="color: #0000ff">Insufficient server config &#8211; no servers found. Aborting.</span></p>
<p><span style="color: #003366">what to do ?</span></p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/error-during-xineted-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rpcbind</title>
		<link>https://www.emblogic.com/blog/09/rpcbind/</link>
		<comments>https://www.emblogic.com/blog/09/rpcbind/#comments</comments>
		<pubDate>Sun, 30 Sep 2012 08:16:16 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5419</guid>
		<description><![CDATA[rpcbind &#8211; universal addresses to RPC program number mapper what it does mean ?]]></description>
				<content:encoded><![CDATA[<p><span style="color: #008000">rpcbind</span> &#8211; <span style="color: #333399">universal addresses to RPC program number mapper</span></p>
<p>what it does mean ?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/rpcbind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what is subnet mask (255.255.255.0)</title>
		<link>https://www.emblogic.com/blog/09/what-is-subnet-mask-255-255-255-0/</link>
		<comments>https://www.emblogic.com/blog/09/what-is-subnet-mask-255-255-255-0/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 09:13:05 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5360</guid>
		<description><![CDATA[Definition: 255.255.255.0 is the most common subnet mask used on computers connected to Internet Protocol (IP) What it means ?]]></description>
				<content:encoded><![CDATA[<p><strong>Definition: </strong><em>255.255.255.0</em> is the most common <a href="http://compnetworking.about.com/od/workingwithipaddresses/a/subnetmask.htm">subnet mask</a> used on computers connected to <a href="http://compnetworking.about.com/od/networkprotocolsip/g/ip_protocol.htm">Internet Protocol (IP)</a></p>
<p>What it means ?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/what-is-subnet-mask-255-255-255-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>do i am able to share files NFS</title>
		<link>https://www.emblogic.com/blog/09/do-i-am-able-to-share-files-nfs/</link>
		<comments>https://www.emblogic.com/blog/09/do-i-am-able-to-share-files-nfs/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 09:11:18 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5358</guid>
		<description><![CDATA[if i and my friend am having the different internet connection of MTS data card. but here the area is same, so the server may also same. in this case do i able to share the files]]></description>
				<content:encoded><![CDATA[<p>if i and my friend am having the different internet connection of MTS data card.</p>
<p>but here the area is same, so the server may also same.</p>
<p>in this case do i able to share the files</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/do-i-am-able-to-share-files-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac layer</title>
		<link>https://www.emblogic.com/blog/09/mac-layer/</link>
		<comments>https://www.emblogic.com/blog/09/mac-layer/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 07:29:22 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5355</guid>
		<description><![CDATA[Out of 7 layer in which MAC lie.]]></description>
				<content:encoded><![CDATA[<p>Out of 7 layer in which MAC lie.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/mac-layer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>what is the significance of TTL (time to live)</title>
		<link>https://www.emblogic.com/blog/09/what-is-the-significance-of-ttl-time-to-live/</link>
		<comments>https://www.emblogic.com/blog/09/what-is-the-significance-of-ttl-time-to-live/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 07:23:50 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5353</guid>
		<description><![CDATA[what is the significance of TTL (time to live). What Router do by decreasing TTL ? &#160;]]></description>
				<content:encoded><![CDATA[<p>what is the significance of TTL (time to live).</p>
<p>What Router do by decreasing TTL ?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/what-is-the-significance-of-ttl-time-to-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MTU(maximum transmisson unit ) and DATAGRAM size different</title>
		<link>https://www.emblogic.com/blog/09/mtumaximum-transmisson-unit-and-datagram-size-different/</link>
		<comments>https://www.emblogic.com/blog/09/mtumaximum-transmisson-unit-and-datagram-size-different/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 07:01:37 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Project 1: A Linux Administration based Project]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5351</guid>
		<description><![CDATA[MTU(maximum transmisson unit ) and DATAGRAM size different why?]]></description>
				<content:encoded><![CDATA[<p><span style="color: #0000ff">MTU(maximum transmisson unit ) and DATAGRAM size different</span></p>
<p><span style="color: #ff0000">why?</span></p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/09/mtumaximum-transmisson-unit-and-datagram-size-different/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>project status MDC</title>
		<link>https://www.emblogic.com/blog/08/project-status-mdc/</link>
		<comments>https://www.emblogic.com/blog/08/project-status-mdc/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 06:03:00 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4614</guid>
		<description><![CDATA[i have finished the compression and decompression. i started development on this project]]></description>
				<content:encoded><![CDATA[<p>i have finished the compression and decompression.</p>
<p>i started development on this project</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/project-status-mdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MULTIPE DATA COMPRESSION AND ENCRYPTION BY USING ITERATIVE TECHNIQUE PROJECT COMPLETED ON DEAD LINE 31 JULY</title>
		<link>https://www.emblogic.com/blog/07/multipe-data-compression-and-encryption-by-using-iterative-technique-project-completed-on-dead-line-31-july/</link>
		<comments>https://www.emblogic.com/blog/07/multipe-data-compression-and-encryption-by-using-iterative-technique-project-completed-on-dead-line-31-july/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 02:57:47 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4297</guid>
		<description><![CDATA[I HAVE SUCCESSFULLY COMPLETED THE DATA COMPRESSION AND DECOMPRESSION. I HAVE TESTED THE PROGRAM FOR 1257 BYTES. IT IS WORKING WELL. THE CONCEPT THAT I HAD APPLIED IS WORKING VERY WELL.]]></description>
				<content:encoded><![CDATA[<p>I HAVE <span style="color: #0000ff">SUCCESSFULLY COMPLETED THE DATA COMPRESSION AND DECOMPRESSION</span>. I HAVE TESTED THE PROGRAM FOR 1257 BYTES. IT IS WORKING WELL. THE CONCEPT THAT I HAD APPLIED IS WORKING VERY WELL.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/multipe-data-compression-and-encryption-by-using-iterative-technique-project-completed-on-dead-line-31-july/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>object</title>
		<link>https://www.emblogic.com/blog/07/object/</link>
		<comments>https://www.emblogic.com/blog/07/object/#comments</comments>
		<pubDate>Fri, 20 Jul 2012 04:28:02 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4021</guid>
		<description><![CDATA[what is object in data structure. why object is needed to access or edit the variables declared in data structure. i need descriptive explanation.]]></description>
				<content:encoded><![CDATA[<p>what is object in data structure.</p>
<p>why object is needed to access or edit the variables declared in data structure.</p>
<p>i need descriptive explanation.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how the parenthesis is used</title>
		<link>https://www.emblogic.com/blog/07/how-the-parenthesis-is-used/</link>
		<comments>https://www.emblogic.com/blog/07/how-the-parenthesis-is-used/#comments</comments>
		<pubDate>Sun, 01 Jul 2012 04:37:23 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3708</guid>
		<description><![CDATA[#define CELCS(far) ((1.8*far)+32.0) here what is doing the parenthesise() in define statement. please explain.]]></description>
				<content:encoded><![CDATA[<p><strong>#define CELCS<span style="color: #0000ff">(far)</span> ((1.8*far)+32.0)</strong></p>
<p>here what is doing the parenthesise() in define statement.</p>
<p>please explain.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/how-the-parenthesis-is-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>warning on arrays</title>
		<link>https://www.emblogic.com/blog/07/3699/</link>
		<comments>https://www.emblogic.com/blog/07/3699/#comments</comments>
		<pubDate>Sun, 01 Jul 2012 04:25:59 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3699</guid>
		<description><![CDATA[{ char r[10]=&#8221;this is a&#8221;; char d[10]={{&#8216;t&#8217;},{&#8216;h&#8217;},{&#8216;i&#8217;},{&#8216;s&#8217;},{&#8216; &#8216;},{&#8216;i&#8217;},{&#8216;s&#8217;},{&#8216; &#8216;},{&#8216;a&#8217;}}; printf(&#8220;string r[10]  %s  size %d\n&#8221;,r,sizeof(r)); printf(&#8220;single character d[10] %s size %d\n&#8221;,d,sizeof(d)); return 0; } during compilation it gives warning WHY ? what wrong i had done in char d[10] ? warning: &#8230; <a href="https://www.emblogic.com/blog/07/3699/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>{</p>
<p>char r[10]=&#8221;this is a&#8221;;<br />
<span style="color: #008000">char d[10]={{&#8216;t&#8217;},{&#8216;h&#8217;},{&#8216;i&#8217;},{&#8216;s&#8217;},{&#8216; &#8216;},{&#8216;i&#8217;},{&#8216;s&#8217;},{&#8216; &#8216;},{&#8216;a&#8217;}};</span></p>
<p>printf(&#8220;string r[10]  %s  size %d\n&#8221;,r,sizeof(r));<br />
printf(&#8220;single character d[10] %s size %d\n&#8221;,d,sizeof(d));</p>
<p>return 0;</p>
<p>}<br />
<span style="color: #0000ff">during compilation it gives warning WHY ?</span></p>
<p><span style="color: #0000ff">what wrong i had done in char d[10] ?</span></p>
<p><span style="color: #ff0000">warning: braces around scalar initializer [enabled by default]</span></p>
<p><span style="color: #ff0000">warning: (near initialization for ‘d[0]’) [enabled by default]</span></p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/3699/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>why value are not reading trough scanf</title>
		<link>https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/</link>
		<comments>https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/#comments</comments>
		<pubDate>Fri, 29 Jun 2012 22:57:52 +0000</pubDate>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3679</guid>
		<description><![CDATA[#include&#60;stdio.h&#62; int main() { double a,b,c; printf(&#8220;Enter the temprature in fahrenheit &#8220;); scanf(&#8220;%e&#8221;,&#38;a); c=1.8*a+32; b=1.8*a+32+273.16; printf(&#8220;the conversion in fahrenheite %e celcius is %3.2e and is %6.2\n&#8221;,a,c,b); return 0; } i  am reading the value through scanf and storing the value &#8230; <a href="https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>#include&lt;stdio.h&gt;<br />
int main()<br />
{<br />
<span style="color: #ff0000">double a,b,c;</span></p>
<p>printf(&#8220;Enter the temprature in fahrenheit &#8220;);<br />
scanf(&#8220;%e&#8221;,&amp;a);<br />
c=1.8*a+32;<br />
b=1.8*a+32+273.16;<br />
printf(&#8220;the conversion in fahrenheite %e celcius is %3.2e and is %6.2\n&#8221;,a,c,b);</p>
<p>return 0;<br />
}</p>
<p>i  am reading the value through scanf and storing the value in <span style="color: #0000ff">double a</span> as highlighted.</p>
<p><span style="text-decoration: underline"><span style="color: #008000;text-decoration: underline">i am getting only garbage at output why.</span></span><br />
Enter the temprature in fahrenheit <span style="color: #339966">21  //what had happened to a ? why its is not storing the value.</span></p>
<p>the conversion in fahrenheite <span style="color: #ff0000">1.978588e+65 celcius is 3.56e+65</span> and is <span style="color: #ff0000">3.56e+65 </span></p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
