<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ali's Notes</title>
	<atom:link href="http://aghoras.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aghoras.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aghoras.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ali's Notes</title>
		<link>http://aghoras.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aghoras.wordpress.com/osd.xml" title="Ali&#039;s Notes" />
	<atom:link rel='hub' href='http://aghoras.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Shifting using concatenation in VHDL</title>
		<link>http://aghoras.wordpress.com/2011/09/29/shifting-using-concatenation-in-vhdl/</link>
		<comments>http://aghoras.wordpress.com/2011/09/29/shifting-using-concatenation-in-vhdl/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 18:24:39 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vhdl]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=209</guid>
		<description><![CDATA[A really cool way of building a shift register in a signal line is using the string concatenation operand: shift_reg &#60;= shift_reg( shift_reg&#039;width -2 downto 0) &#38; input_bit;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=209&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A really cool way of building a shift register in a signal line is using the string concatenation operand:<br />
<code><br />
shift_reg &lt;= shift_reg( shift_reg&#039;width -2 downto 0) &amp; input_bit;<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=209&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/09/29/shifting-using-concatenation-in-vhdl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on SELinux</title>
		<link>http://aghoras.wordpress.com/2011/08/16/notes-on-selinux/</link>
		<comments>http://aghoras.wordpress.com/2011/08/16/notes-on-selinux/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 21:48:24 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=211</guid>
		<description><![CDATA[For an explanation of SE Linux log files, see: here Let&#8217;s say you get a log error like: type=AVC msg=audit(1313516426.864:1706): avc: denied { search } for pid=29034 comm="httpd" name="/" dev=dm-2 ino=2 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:etc_runtime_t:s0 tclass=dir followed immediately by: type=SYSCALL msg=audit(1313515666.226:1676): arch=c000003e syscall=4 success=no exit=-13 a0=7fe2ebad17f0 a1=7fff0ca3b680 a2=7fff0ca3b680 a3=0 items=0 ppid=29030 pid=29033 auid=4294967295 uid=48 gid=487 euid=48 suid=48 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=211&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For an explanation of SE Linux log files, see: <a href="http://www.lurking-grue.org/gettingstarted_newselinuxHOWTO.html#gs7LogMesg" title="HowTos/SELinux">here</a></p>
<p>Let&#8217;s say you get a log error like:<br />
<code><br />
type=AVC msg=audit(1313516426.864:1706): avc:  denied  { search } for  pid=29034 comm="httpd" name="/" dev=dm-2 ino=2 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:etc_runtime_t:s0 tclass=dir<br />
</code><br />
followed immediately by:<br />
<code><br />
type=SYSCALL msg=audit(1313515666.226:1676): arch=c000003e syscall=4 success=no exit=-13 a0=7fe2ebad17f0 a1=7fff0ca3b680 a2=7fff0ca3b680 a3=0 items=0 ppid=29030 pid=29033 auid=4294967295 uid=48 gid=487 euid=48 suid=48 fsuid=48 egid=487 sgid=487 fsgid=487 tty=(none) ses=4294967295 comm="httpd" exe="/usr/sbin/httpd" subj=system_u:system_r:httpd_t:s0 key=(null)<br />
</code></p>
<p>The <em>scontext</em> field is the process context that&#8217;s doing the <em>search</em> action to <em>tcontext</em>. The second line says the process <em>httpd</em> lives at <em>/usr/sbin/httpd</em>.<br />
<br />
Let&#8217;s look at the context fields like: <em>system_u:system_r:httpd_t</em>. This field is broken up into three sub-fields with the following format: <strong>user:role:type:mls</strong>. When looking at processes, the mls field is often omitted. Within the default targeted policy, type is the important field used to implement Type Enforcement. In the above error message, the type <em>http_t</em> does not have search permission on &#8220;/&#8221;. Now this is a bit strange because httpd should be accessing /www only. Let&#8217;s look at the permissions on /www by doing <em> ls -lZd /www</em>. We get<br />
<code><br />
drwxr-xr-x. apache apache system_u:object_r:etc_runtime_t:s0 /www<br />
</code></p>
<p>We can see that there&#8217;s a conflict between the &#8220;type&#8221; fields. So we need to change the type context of /www (and all of its contents). How do we know what context type to change it to. The obvious answer of &#8220;httpd_t&#8221; will not work because it is not a type that goes with a file or directory.</p>
<p>To see what the httpd_t is allowed to access, try</p>
<p>sesearch -A -s httpd_t</p>
<p>The -A tells <em>sesearch</em> to list all the &#8216;allow&#8217; policies starting with what follows -s. The parameter after -s is a RegEx so you go crazy with this thing. You can also use the -t option to see what types can manipulate another type. So we get an output like:</p>
<p>allow httpd_t httpd_sys_content_t : file { ioctl read getattr lock open } ;<br />
allow httpd_t httpd_sys_content_t : dir { ioctl read getattr lock search open } ;<br />
allow httpd_t httpd_sys_content_t : lnk_file { read getattr } ; </p>
<p>So we change the context of /www with the command:<br />
<code><br />
chcon -R -t "httpd_sys_content_t" /www<br />
<code></p>
<p>This change is not permanent, however. chcon changes the labeling of the files/directories, but does not tell the system about this alternate labeling.  If a relabel gets triggered on the system, for any reason, these labels could get changed back to the default.   You need to tell the system about the alternate labeling using the "semanage fcontext" command.</p>
<p><code><br />
semanage fcontext -a -t httpd_sys_content_t '/www(/.*)?'<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=211&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/08/16/notes-on-selinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on epoxy glass top finish</title>
		<link>http://aghoras.wordpress.com/2011/08/12/notes-on-epoxy-glass-top-finish/</link>
		<comments>http://aghoras.wordpress.com/2011/08/12/notes-on-epoxy-glass-top-finish/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 12:12:19 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=206</guid>
		<description><![CDATA[I used Parks Super Glaze epoxy finish on a test project. The first tip is to make sure you use exactly a 1:1 ratio of resin to hardener. Also, mix the stuff pretty well. The directions recommended 3min of stirring in the first container (after adding the resin to the hardener&#8217;s container) and then 3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=206&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I used Parks Super Glaze epoxy finish on a test project. The first tip is to make sure you use exactly a 1:1 ratio of resin to hardener. Also, mix the stuff pretty well. The directions recommended  3min of stirring in the first container (after adding the resin to the hardener&#8217;s container) and then 3 min of stirring in the final container. I did 3+9 min until the mixture got warm.</p>
<p>Also when pouring, scoop a good bit of epoxy towards the edges and get a good flow going. Recover the dripping using the container used for pouring. For better results, consider sealing the wood. This keeps little air bubbles from coming out of the pores of the wood.</p>
<p>Have a torch ready and start working out the bubbles as soon as possible. Also, make sure the edges are rounded and not sharp so that the surface tension does not pull the epoxy away from the edges.</p>
<p>After about 30 min, scrape the drippings off with a putty knife. That&#8217;s easier than using a knife later. Don&#8217;t worry if the drips leave a taffy-like string behind. It will go away by itself.</p>
<p>Use shims and a level to make sure the work surface is perfectly level.<br />
<a href="http://aghoras.files.wordpress.com/2011/08/planer_stand.jpeg"><img src="http://aghoras.files.wordpress.com/2011/08/planer_stand.jpeg?w=720&#038;h=540" alt="" title="planer_stand" width="720" height="540" class="aligncenter size-full wp-image-207" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=206&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/08/12/notes-on-epoxy-glass-top-finish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>

		<media:content url="http://aghoras.files.wordpress.com/2011/08/planer_stand.jpeg" medium="image">
			<media:title type="html">planer_stand</media:title>
		</media:content>
	</item>
		<item>
		<title>Display current filename at the bottom of the VI (vim) window</title>
		<link>http://aghoras.wordpress.com/2011/08/01/display-current-filename-at-the-bottom-of-the-vi-vim-window/</link>
		<comments>http://aghoras.wordpress.com/2011/08/01/display-current-filename-at-the-bottom-of-the-vi-vim-window/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:40:00 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=201</guid>
		<description><![CDATA[To display the info including the filename of the current file near the bottom of the VIM window type: :set ls=2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=201&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To display the info including the filename of the current file near the bottom of the VIM window type:<br />
<code>:set ls=2</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=201&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/08/01/display-current-filename-at-the-bottom-of-the-vi-vim-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>lettuces are bitter</title>
		<link>http://aghoras.wordpress.com/2011/07/21/lettuces-are-bitter/</link>
		<comments>http://aghoras.wordpress.com/2011/07/21/lettuces-are-bitter/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 18:48:01 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[gardening]]></category>
		<category><![CDATA[Gardening]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=199</guid>
		<description><![CDATA[Both Roma and black-seed lettuces turned bitter as of 7/18. It&#8217;s a pity because I didn&#8217;t get to use the Roma<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=199&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Both Roma and black-seed lettuces turned bitter as of 7/18. It&#8217;s a pity because I didn&#8217;t get to use the Roma <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=199&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/07/21/lettuces-are-bitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>Roma tomato and basils</title>
		<link>http://aghoras.wordpress.com/2011/06/14/roma-tomato-and-basils/</link>
		<comments>http://aghoras.wordpress.com/2011/06/14/roma-tomato-and-basils/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 20:26:07 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[gardening]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=197</guid>
		<description><![CDATA[The Roma tomato and the basils are in the west and north gardens as of 6/13.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=197&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Roma tomato and the basils are in the west and north gardens as of 6/13.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=197&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/06/14/roma-tomato-and-basils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>svn+ssh on subeclipse</title>
		<link>http://aghoras.wordpress.com/2011/06/10/svnssh-on-subeclipse/</link>
		<comments>http://aghoras.wordpress.com/2011/06/10/svnssh-on-subeclipse/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 17:41:51 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=188</guid>
		<description><![CDATA[To get svn+ssh to work on Eclipse using Subclipse requires a bit of work. Apparently, Subclipse does not know how to do SSH natively. Here are the steps I followed on windows to get things working. Get puttygen to generate a local private key Use puttygen to create both a private and a public key [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=188&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To get svn+ssh to work on Eclipse using Subclipse requires a bit of work. Apparently, Subclipse does not know how to do SSH natively. Here are the steps I followed on windows to get things working.</p>
<ol>
<li>Get <i>puttygen </i> to generate a local private key </li>
<li>Use puttygen to create both a private and a public key</li>
<li>Add the public key to the server&#8217;s ssh <i>authorized_keys</i> file </li>
<li>Get and install <i>Tortoise SVN</i> windows subversion client. We&#8217;re going to use the ssh client that comes with this program to do the tunneling.</li>
<li>Edit the file under <br /><code>%ALLUSERSPROFILE%\Application Data\Subversion\config</code><br /> and set the <b>ssh</b> section under <b>[tunnel]</b> to: &lt;<br /> <code>ssh = C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe -i c:\\home\\putty_keys\\private_key.ppk -l gho18481</code><br /> In this example, my user name is gho18481. Make sure to put the <b>&#8220;\\&#8221;</b> in front of each path otherwise things wont work. Under UNIX, the config file should be under <code>/etc/subversion/config</code> </li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=188&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/06/10/svnssh-on-subeclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>More planting</title>
		<link>http://aghoras.wordpress.com/2011/06/06/more-planting/</link>
		<comments>http://aghoras.wordpress.com/2011/06/06/more-planting/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 14:54:32 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[gardening]]></category>
		<category><![CDATA[Gardening]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=184</guid>
		<description><![CDATA[I Sweet Baby Girl and Mortgage lifter are in the West planter box. Also planted the rosemary and the cabbages.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=184&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I Sweet Baby Girl and Mortgage lifter are in the West planter box. Also planted the rosemary and the cabbages.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=184&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/06/06/more-planting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>Beats and Carrots are in the ground</title>
		<link>http://aghoras.wordpress.com/2011/05/18/beats-and-carrots-are-in-the-ground/</link>
		<comments>http://aghoras.wordpress.com/2011/05/18/beats-and-carrots-are-in-the-ground/#comments</comments>
		<pubDate>Wed, 18 May 2011 12:38:01 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=176</guid>
		<description><![CDATA[I planted four 2&#8242; rows of carrots and beats yesterday. I planted the carrots where the tomatoes were last year. The beats are a little too close to the peach tree but we&#8217;ll see how they do. This is the second year for both seed packets.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=176&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I planted four 2&#8242; rows of carrots and beats yesterday. I planted the carrots where the tomatoes were last year. The beats are a little too close to the peach tree but we&#8217;ll see how they do. This is the second year for both seed packets.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=176&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/05/18/beats-and-carrots-are-in-the-ground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting Herbs from seed</title>
		<link>http://aghoras.wordpress.com/2011/05/10/starting-herbs-from-seed/</link>
		<comments>http://aghoras.wordpress.com/2011/05/10/starting-herbs-from-seed/#comments</comments>
		<pubDate>Tue, 10 May 2011 12:00:58 +0000</pubDate>
		<dc:creator>aghoras</dc:creator>
				<category><![CDATA[gardening]]></category>

		<guid isPermaLink="false">http://aghoras.wordpress.com/?p=181</guid>
		<description><![CDATA[I need to have started the herbs and the peppers about a month earlier (around the first week of March). Also the potting soil is a good investment since it is very soft and allows the moister to penetrate into the pot. However, it has the disadvantage of drying out very quickly. The start time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=181&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I need to have started the herbs and the peppers about a month earlier (around the first week of March). Also the potting soil is a good investment since it is very soft and allows the moister to penetrate into the pot. However, it has the disadvantage of drying out very quickly. The start time for the tomatoes was probably good but I need to stick to two seeds per pot instead of 4. They all seem to germinate and I end up wasting a bunch of good seed. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aghoras.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aghoras.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aghoras.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aghoras.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aghoras.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aghoras.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aghoras.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aghoras.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aghoras.wordpress.com&amp;blog=654975&amp;post=181&amp;subd=aghoras&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aghoras.wordpress.com/2011/05/10/starting-herbs-from-seed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc764b06007585fa6fe4e6c6b7aac104?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aghoras</media:title>
		</media:content>
	</item>
	</channel>
</rss>
