<?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>Kurinchi Blogger Scribbles ... &#187; Add new tag</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/add-new-tag/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Repository: How to configure yum repos?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/05/repository-yum-repos.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/05/repository-yum-repos.html#comments</comments>
		<pubDate>Sat, 02 May 2009 21:17:19 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[dynamic repos]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[ruby repo]]></category>
		<category><![CDATA[rubyforge]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum repo]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=292</guid>
		<description><![CDATA[To make automatic download and installation by using &#8220;yum&#8221; you can create/add the repo to /etc/yum.repos.d/. Then create file with .repo extension to do an automatic yum update at later stage vi /etc/yum.repos.d/reponame.repo Below is the content to RubyForge yum repo. Save the content as &#8220;rubyforge.repos&#8221; under &#8220;/etc/yum.repos.d&#8221; [rubyforge] name=RubyForge baseurl=http://rubyworks.rubyforge.org/redhat/$releasever/RPMS/$basearch enabled=1 gpgcheck=1 gpgkey=http://rubyworks.rubyforge.org/RubyWorks.GPG.key priority=1]]></description>
			<content:encoded><![CDATA[<p>To make automatic download and installation by using &#8220;yum&#8221; you can create/add the repo to <strong>/etc/yum.repos.d/. </strong></p>
<p>Then create file with .repo extension to do an automatic yum update at later stage<br />
<strong>vi /etc/yum.repos.d/reponame.repo</strong></p>
<p>Below is the content to RubyForge yum repo. Save the content as <strong>&#8220;rubyforge.repos&#8221;</strong> under <strong>&#8220;/etc/yum.repos.d&#8221;</strong></p>
<p>[rubyforge]<br />
name=RubyForge<br />
baseurl=http://rubyworks.rubyforge.org/redhat/$releasever/RPMS/$basearch<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://rubyworks.rubyforge.org/RubyWorks.GPG.key<br />
priority=1</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/05/repository-yum-repos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between a Cookie and a Session?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/01/what-is-the-difference-between-cookie-and-session.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/01/what-is-the-difference-between-cookie-and-session.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 16:22:44 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[user behavior]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=113</guid>
		<description><![CDATA[cookie is a text file that is stored on the client in name => value pairs to identify subsequent requests from the client by the server. Max. size of cookie file is 4k and it is stored on the client&#8217;s hard disk. Cookies are used as a mechanism to establish state and to track user [...]]]></description>
			<content:encoded><![CDATA[<p>cookie is a text file that is stored on the client in name => value pairs to identify subsequent requests from the client by the server. Max. size of cookie file is 4k and it is stored on the client&#8217;s hard disk. Cookies are used as a mechanism to establish state and to track user behavior.<span id="more-113"></span></p>
<p>Disadvantages<br />
* Data that is stored as a cookie is not secure<br />
* Users can disable cookies on their client machine and hence it is not reliable</p>
<p>Session is a piece of identity (for e.g. a hash coded string) to establish state information by the server. Session information is served and stored by the server. A session&#8217;s life is the time during which the browser is kept open and it ceases to exist if the user logs out or closes the browser window. If the session was to be saved in folder, then that folder should not directory acess to prevent any mishap.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/01/what-is-the-difference-between-cookie-and-session.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

