<?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>Sudhaker&#039;s Blog</title>
	<atom:link href="http://sudhaker.com/feed" rel="self" type="application/rss+xml" />
	<link>http://sudhaker.com</link>
	<description>Be Technical by Techniques</description>
	<lastBuildDate>Sun, 23 Oct 2011 07:34:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CentOS / RHEL 6 &#8211; AutoLogin</title>
		<link>http://sudhaker.com/23/centos-rhel-6-autologin</link>
		<comments>http://sudhaker.com/23/centos-rhel-6-autologin#comments</comments>
		<pubDate>Sun, 17 Jul 2011 21:54:00 +0000</pubDate>
		<dc:creator>Sudhaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=23</guid>
		<description><![CDATA[If your linux is essentially a single user system and you don&#8217;t have to worry about anyone else accessing your local console, here&#8217;s how to enable it: Edit /etc/gdm/custom.conf to add the following two lines in the [daemon] section: &#91;daemon&#93; &#8230; <a href="http://sudhaker.com/23/centos-rhel-6-autologin">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If your linux is essentially a single user system and you don&#8217;t have to worry about anyone else accessing your local console, here&#8217;s how to enable it:</p>
<p>Edit /etc/gdm/custom.conf to add the following two lines in the [daemon] section:</p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000066; font-weight:bold;"><span style="">&#91;</span>daemon<span style="">&#93;</span></span><br />
<span style="color: #000099;">AutomaticLoginEnable</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">true</span><br />
<span style="color: #000099;">AutomaticLogin</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">username</span></div></div>
<p>Cheers,<br />
- Sudhaker</p>
]]></content:encoded>
			<wfw:commentRss>http://sudhaker.com/23/centos-rhel-6-autologin/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>CentOS 6.0 on Inspiron 1525 (BCM4312)</title>
		<link>http://sudhaker.com/10/centos-6-0-on-inspiron-1525-bcm4312</link>
		<comments>http://sudhaker.com/10/centos-6-0-on-inspiron-1525-bcm4312#comments</comments>
		<pubDate>Sun, 17 Jul 2011 20:54:25 +0000</pubDate>
		<dc:creator>Sudhaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=10</guid>
		<description><![CDATA[Long awaited CentOS 6.0 was release few days back. Thank you CentOS Team! If you haven&#8217;t downloaded it yet, please do so because this is really cool. The biggest attraction for me was two new minimal mode which does exactly what &#8230; <a href="http://sudhaker.com/10/centos-6-0-on-inspiron-1525-bcm4312">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Long awaited CentOS 6.0 was release few days back. Thank you CentOS Team!</p>
<p>If you haven&#8217;t downloaded it yet, please do so because this is really cool. The biggest attraction for me was two new minimal mode which does exactly what it claims. Default minimal mode on x64 system installs with 197 packages only (still some bloatware but lot better than earlier).</p>
<p>My first test installation was on a Dell Inspiron 1525 laptop. The installation won&#8217;t start unless we pick &#8220;basic video driver&#8221;, option #2 on the first screen. The minimal desktop installed fine but wireless was broken.  NetworkManager applet reported that device firmware was missing for following device.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># /sbin/lspci -vnn | grep 14e4</span><br />
0c:<span style="color: #000000;">00.0</span> Network controller <span style="color: #7a0874; font-weight: bold;">&#91;</span>0280<span style="color: #7a0874; font-weight: bold;">&#93;</span>: Broadcom Corporation BCM4312 802.11b<span style="color: #000000; font-weight: bold;">/</span>g <span style="color: #7a0874; font-weight: bold;">&#91;</span>14e4:<span style="color: #000000;">4315</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rev</span> 01<span style="color: #7a0874; font-weight: bold;">&#41;</span></div></div>
<p>After a bit of googling, I found the workaround to make it working.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">yum install</span> b43-fwcutter b43-openfwwf<br />
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> ~<span style="color: #000000; font-weight: bold;">/</span>b43-driver; <span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>b43-driver<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.openwrt.org<span style="color: #000000; font-weight: bold;">/</span>sources<span style="color: #000000; font-weight: bold;">/</span>broadcom-wl-4.150.10.5.tar.bz2<br />
<span style="color: #c20cb9; font-weight: bold;">tar</span> jxf broadcom-wl-4.150.10.5.tar.bz2<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> broadcom-wl-4.150.10.5<span style="color: #000000; font-weight: bold;">/</span>driver<br />
b43-fwcutter <span style="color: #660033;">-w</span> <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>firmware<span style="color: #000000; font-weight: bold;">/</span> wl_apsta_mimo.o</div></div>
<p>And reboot. Hope this helps someone.</p>
<p>Cheers,<br />
- Sudhaker</p>
]]></content:encoded>
			<wfw:commentRss>http://sudhaker.com/10/centos-6-0-on-inspiron-1525-bcm4312/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Compile Mongrel2 on CentOS 5.6</title>
		<link>http://sudhaker.com/1/compile-mongrel2-on-centos-5-6</link>
		<comments>http://sudhaker.com/1/compile-mongrel2-on-centos-5-6#comments</comments>
		<pubDate>Sun, 10 Jul 2011 22:12:26 +0000</pubDate>
		<dc:creator>Sudhaker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sudhaker.com/?p=1</guid>
		<description><![CDATA[=== install build pre-rquisite === yum install e2fsprogs-devel.x86_64 -y === build zeromq === ./configure --prefix=/opt/zeromq make make install echo /opt/zeromq/lib &#62; /etc/ld.so.conf.d/zeromq.conf ldconfig === build mongrel2 === Add sqlite3 code (amalgamation version) into mongrel3 source directory Then make following changes &#8230; <a href="http://sudhaker.com/1/compile-mongrel2-on-centos-5-6">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>=== install build pre-rquisite ===</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">yum install</span> e2fsprogs-devel.x86_64 <span style="color: #660033;">-y</span></div></div>
<p>=== build zeromq ===</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>zeromq<br />
<span style="color: #c20cb9; font-weight: bold;">make</span><br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span><br />
<br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>zeromq<span style="color: #000000; font-weight: bold;">/</span>lib <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ld.so.conf.d<span style="color: #000000; font-weight: bold;">/</span>zeromq.conf<br />
ldconfig</div></div>
<p>=== build mongrel2 ===</p>
<p>Add sqlite3 code (<a title="SQLite Amalgamation" href="http://www.sqlite.org/amalgamation.html" target="_blank">amalgamation </a>version) into mongrel3 source directory</p>
<p>Then make following changes in given Makefile</p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">## add these lines on top<br />
<span style="color: #000099;">OPTFLAGS</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">-I/opt/zeromq/include</span><br />
<span style="color: #000099;">OPTLIBS</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">-L/opt/zeromq/lib</span><br />
## modify existing line as followings<br />
#LIBS<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">-lzmq -ldl -lsqlite3 $<span style="">&#40;</span>OPTLIBS<span style="">&#41;</span></span><br />
<span style="color: #000099;">LIBS</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">-lzmq -ldl $<span style="">&#40;</span>OPTLIBS<span style="">&#41;</span></span><br />
#PREFIX?<span style="color: #000066; font-weight:bold;">=</span>/usr/local<br />
<span style="color: #000099;">PREFIX</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">/opt/mongrel2</span></div></div>
<p>And build the mongrel2</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">make</span><br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></div></div>
<p>Cheers,<br />
- Sudhaker</p>
]]></content:encoded>
			<wfw:commentRss>http://sudhaker.com/1/compile-mongrel2-on-centos-5-6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

