<?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>Lalit Kapoor</title>
	<atom:link href="http://www.lalitkapoor.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lalitkapoor.com/blog</link>
	<description>Data Analytics &#124; Cloud Computing &#124; Development</description>
	<lastBuildDate>Sun, 28 Feb 2010 02:44:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hadoop &amp; NoSQL Jobs on The Rise</title>
		<link>http://www.lalitkapoor.com/blog/2010/02/27/hadoop-nosql-jobs-on-the-rise/</link>
		<comments>http://www.lalitkapoor.com/blog/2010/02/27/hadoop-nosql-jobs-on-the-rise/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 01:01:50 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=113</guid>
		<description><![CDATA[Percentage of Hadoop Jobs


Percentage of Growth for Hadoop Jobs


Percentage of Growth for NoSQL Jobs

]]></description>
			<content:encoded><![CDATA[<p></p><h3><b>Percentage of Hadoop Jobs</b></h3>
<p><img src="http://www.indeed.com/trendgraph/jobgraph.png?q=hadoop" alt="Percentage of Hadoop Jobs" /></p>
<hr />
<h3><b>Percentage of Growth for Hadoop Jobs</b></h3>
<p><img src="http://www.indeed.com/trendgraph/jobgraph.png?q=hadoop&#038;relative=1" alt="Percentage of Growth for Hadoop Jobs" /></p>
<hr />
<h3><b>Percentage of Growth for NoSQL Jobs</b></h3>
<p><img src="http://www.indeed.com/trendgraph/jobgraph.png?q=%22mongodb%22%2C+%22couchdb%22%2C+%22cassandra%22+hadoop%2C+%22voldemort%22&#038;relative=1" alt="Percentage of Growth for NoSQL Databases" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2010/02/27/hadoop-nosql-jobs-on-the-rise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Matrix Is Blue</title>
		<link>http://www.lalitkapoor.com/blog/2010/01/20/the-matrix-is-blue/</link>
		<comments>http://www.lalitkapoor.com/blog/2010/01/20/the-matrix-is-blue/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:07:39 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=94</guid>
		<description><![CDATA[I got tired of looking at the matrix screensaver, it&#8217;s always green. I felt like changing the color, but there is no option provided to change the color in the preferences. I downloaded the code and made a simple one character change to make the screensaver blue.
The following is what I did

cd ~/projects
mkdir xscreensaver
cd xscreensaver
sudo [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I got tired of looking at the matrix screensaver, it&#8217;s always green. I felt like changing the color, but there is no option provided to change the color in the preferences. I downloaded the code and made a simple one character change to make the screensaver blue.</p>
<p>The following is what I did</p>
<pre class="brush: bash;">
cd ~/projects
mkdir xscreensaver
cd xscreensaver
sudo apt-get source xscreensaver
sudo apt-get build-dep xscreensaver
cd xscreensaver-5.08/
sudo vim xscreensaver-5.08/hacks/glx/glmatrix.c
</pre>
<p>I changed <strong>g</strong> = 0xFF on line 785 to <strong>b</strong> = 0xFF<br />
save and exit (:wq)</p>
<pre class="brush: bash;">
sudo ./configure
sudo make
sudo cp hacks/glx/glmatrix /usr/lib/xscreensaver/glmatrix
</pre>
<p>Now preview your screensaver to see the results!</p>
<p><a href="http://www.lalitkapoor.com/blog/wp-content/uploads/2010/01/matrix.png" rel="lightbox" title="Blue Matrix"><img src="http://www.lalitkapoor.com/blog/wp-content/uploads/2010/01/matrix-300x163.png" alt="blue matrix" title="matrix" width="300" height="163" class="aligncenter size-medium wp-image-103" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2010/01/20/the-matrix-is-blue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>X11 Forwarding When Issuing: sudo su</title>
		<link>http://www.lalitkapoor.com/blog/2010/01/08/x11-forwarding-when-issuing-sudo-su/</link>
		<comments>http://www.lalitkapoor.com/blog/2010/01/08/x11-forwarding-when-issuing-sudo-su/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:36:25 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=71</guid>
		<description><![CDATA[If you have Xming installed and are forwarding X11 with putty you may notice that all is well until you need to run a gui application as the root user (after issuing sudo su).
If you just need to run the gui application and don&#8217;t require the entire root environment then issuing a sudo app should [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have Xming installed and are forwarding X11 with putty you may notice that all is well until you need to run a gui application as the root user (after issuing sudo su).</p>
<p>If you just need to run the gui application and don&#8217;t require the entire root environment then issuing a sudo app should launch your application in Xming.</p>
<p>However, if you do require the root environment then follow these steps.</p>
<pre class="brush: bash;">
sudo su
cat /home/your_username/.Xauthority &gt;&gt; /root/.Xauthority
</pre>
<p>or you could do this</p>
<pre class="brush: bash;">
sudo su
su - your_username -c &quot;xauth list&quot; &gt; X11auth
xauth add $(&lt;X11auth)
</pre>
<p>I found this solution here: <a href="http://www.linuxquestions.org/questions/linux-general-1/x11-forwarding-is-broken-after-sudo-su-526150/page2.html" target="_blank" onclick="urchinTracker('/outgoing/www.linuxquestions.org/questions/linux-general-1/x11-forwarding-is-broken-after-sudo-su-526150/page2.html?referer=');">linuxquestions.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2010/01/08/x11-forwarding-when-issuing-sudo-su/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualization Of My Delicious Bookmarks</title>
		<link>http://www.lalitkapoor.com/blog/2009/11/05/visualization-of-my-delicious-bookmarks/</link>
		<comments>http://www.lalitkapoor.com/blog/2009/11/05/visualization-of-my-delicious-bookmarks/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:07:55 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=47</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><div id="attachment_49" class="wp-caption aligncenter" style="width: 300px">
	<a title="powered by http://www.wordle.net" rel="lightbox" href="http://www.lalitkapoor.com/blog/wp-content/uploads/2009/09/wordle.png"><img class="size-medium wp-image-49" title="wordle" src="http://www.lalitkapoor.com/blog/wp-content/uploads/2009/09/wordle-300x164.png" alt="http://www.delicious.com/protoolz" width="300" height="164" /></a>
	<p class="wp-caption-text">my delicious tags by http://www.wordle.net</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2009/11/05/visualization-of-my-delicious-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop your laptop from giving that high pitch squealing noise</title>
		<link>http://www.lalitkapoor.com/blog/2009/02/06/how-to-stop-your-laptop-from-giving-that-high-pitch-squealing-noise/</link>
		<comments>http://www.lalitkapoor.com/blog/2009/02/06/how-to-stop-your-laptop-from-giving-that-high-pitch-squealing-noise/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 07:51:36 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=27</guid>
		<description><![CDATA[Does your laptop squeal? Is it a nasty high pitch noise that occurs when you are running on battery power.
The solution:

Download Rightmark CPU Clock Utility: http://cpu.rightmark.org/
Install it
Go to the advanced CPU settings and click on the Chipset Button
Uncheck Enable popdown and popup
Apply to save
Be done with it.

]]></description>
			<content:encoded><![CDATA[<p></p><p>Does your laptop squeal? Is it a nasty high pitch noise that occurs when you are running on battery power.</p>
<p><strong>The solution:</strong></p>
<ul>
<li>Download Rightmark CPU Clock Utility: <a title="http://cpu.rightmark.org/" href="http://cpu.rightmark.org/" onclick="urchinTracker('/outgoing/cpu.rightmark.org/?referer=');">http://cpu.rightmark.org/</a></li>
<li>Install it</li>
<li>Go to the advanced CPU settings and click on the Chipset Button</li>
<li>Uncheck Enable popdown and popup</li>
<li>Apply to save</li>
<li>Be done with it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2009/02/06/how-to-stop-your-laptop-from-giving-that-high-pitch-squealing-noise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python Won&#8217;t Take Command Line Arguments &#8211; Windows Vista</title>
		<link>http://www.lalitkapoor.com/blog/2008/12/21/python-wont-take-command-line-arguments-windows-vista/</link>
		<comments>http://www.lalitkapoor.com/blog/2008/12/21/python-wont-take-command-line-arguments-windows-vista/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 15:29:56 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=29</guid>
		<description><![CDATA[If you use python via the command line in Windows vista, you&#8217;ll notice that it won&#8217;t accept command line arguments if you run a script.  For example this won&#8217;t work: python myscript.py argument1 argument2  Your python script won&#8217;t get the arguments.  The fix for Windows Vista is:

Get an application called: File Type [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you use python via the command line in Windows vista, you&#8217;ll notice that it won&#8217;t accept command line arguments if you run a script.  For example this won&#8217;t work: python myscript.py argument1 argument2  Your python script won&#8217;t get the arguments.  The fix for Windows Vista is:</p>
<ol>
<li>Get an application called: File Type Doctor</li>
<li>Find the .py extension in the application</li>
<li>Edit the Open action (add it if it doesn&#8217;t exist)</li>
<li>Select the right python.exe file for &quot;the application to carry out this action&quot;</li>
<li>put this in for the command line arguments (extactly as show, with the quotations): &quot;%1&quot; %*</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2008/12/21/python-wont-take-command-line-arguments-windows-vista/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server &amp; Desktop Autologin</title>
		<link>http://www.lalitkapoor.com/blog/2008/06/30/ubuntu-server-desktop-autologin/</link>
		<comments>http://www.lalitkapoor.com/blog/2008/06/30/ubuntu-server-desktop-autologin/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 19:36:30 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=26</guid>
		<description><![CDATA[To autologin to Ubuntu Server you will need to get mingetty


sudo apt-get intall mingetty
Then you will want to edit /etc/event.d/tty1 and change the following: exec /sbin/getty 38400 tty1 to exec /sbin/mingetty &#8211;autologin your_username tty1



&#160;
To autologin to Ubuntu Desktop do the following


sudo gdmsetup
click on the Security tab
check Enable Automatic Login
Select the username from the drop down [...]]]></description>
			<content:encoded><![CDATA[<p></p><div>To autologin to <strong>Ubuntu Server</strong> you will need to get mingetty</p>
<div class="codebox">
<ul>
<li>sudo apt-get intall mingetty</li>
<li>Then you will want to edit /etc/event.d/tty1 and change the following: exec /sbin/getty 38400 tty1 <strong>to</strong> exec /sbin/mingetty &#8211;autologin <em>your_username</em> tty1</li>
</ul>
</div>
</div>
<div>&nbsp;</div>
<div>To autologin to <strong>Ubuntu Desktop</strong> do the following</div>
<div class="codebox">
<ul>
<li>sudo gdmsetup</li>
<li>click on the Security tab</li>
<li>check <em>Enable Automatic Login</em></li>
<li>Select the username from the drop down list and click <em>Close</em></li>
</ul>
</div>
<p><em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2008/06/30/ubuntu-server-desktop-autologin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mount FTP Or SFTP As A Drive In Windows</title>
		<link>http://www.lalitkapoor.com/blog/2008/06/29/mount-ftp-or-sftp-as-a-drive-in-windows/</link>
		<comments>http://www.lalitkapoor.com/blog/2008/06/29/mount-ftp-or-sftp-as-a-drive-in-windows/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 09:36:01 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[virtual drive]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=25</guid>
		<description><![CDATA[Problem
I want to mount my folders from my webhost over sftp (ssh) on my Windows machine for free. Something like sshfs for Windows.
Discussion
Currently there is no single application that will let me mount an SFTP connection as a drive. There are however applications such as NetDrive, FTPDrive, etc which will let me mount an FTP [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span style="color: #800000;"><strong>Problem</strong></span><br />
I want to mount my folders from my webhost over sftp (ssh) on my Windows machine for free. Something like sshfs for Windows.</p>
<p><span style="color: #800000;"><strong>Discussion</strong></span><br />
Currently there is no single application that will let me mount an SFTP connection as a drive. There are however applications such as NetDrive, FTPDrive, etc which will let me mount an FTP connection as a drive. So all that&#8217;s left to do is create a FTP to SFTP bridge. What does that do you ask? That creates a FTP proxy to your SFTP connection. It will allow you to send your commands from the FTP server to the SFTP connection. There are two tools that stand out to create the bridge we need. The first is mindTerm, an open source solution written purely in java. The second is Tunnelier by Bitvise. I will be using mindTerm with NetDrive in my solution. If you have success with any other combination feel free to comment about your setup.</p>
<p><span style="color: #800000;"><strong>Solution</strong></span></p>
<ul>
<li>Tools we will need
<ul>
<li><a title="mindTerm" href="http://www.appgate.com/index/products/mindterm/" target="_blank" onclick="urchinTracker('/outgoing/www.appgate.com/index/products/mindterm/?referer=');">mindTerm</a>
<ul>
<li><a title="mindTerm Licensing" href="http://www.appgate.com/index/products/mindterm/mindterm_licensing.html" onclick="urchinTracker('/outgoing/www.appgate.com/index/products/mindterm/mindterm_licensing.html?referer=');">License</a>: Free for personal use</li>
<li><a title="mindTerm download" href="http://www.appgate.com/downloads/MindTerm-3.2/mindterm_3.2-bin.zip" onclick="urchinTracker('/outgoing/www.appgate.com/downloads/MindTerm-3.2/mindterm_3.2-bin.zip?referer=');">download link</a></li>
</ul>
</li>
<li><a title="NetDrive" href="http://www.netdrive.net" onclick="urchinTracker('/outgoing/www.netdrive.net?referer=');">NetDrive</a>
<ul>
<li><a title="NetDrive Licensing" href="http://www.netdrive.net/purchase.html" onclick="urchinTracker('/outgoing/www.netdrive.net/purchase.html?referer=');">License</a>: Free for non-commercial home use</li>
<li><a title="NetDrive Download" href="http://www.netdrive.net/download.html" onclick="urchinTracker('/outgoing/www.netdrive.net/download.html?referer=');">download link</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<ol>
<li>Download and extract mindTerm</li>
<li>Run mindterm.jar (double click it if you can, otherwise in command prompt type in java -jar mindterm.jar)</li>
<li>Type in the host you want to ssh into followed by the username and password</li>
<li>In the menu click on Plugins&gt;FTP To SFTP Bridge&#8230;</li>
<li>Type in 127.0.0.1 for the Listen address</li>
<li>Type in  21 for the Listen port</li>
<li>Select the Remote system type</li>
<li>Click Enable</li>
<li>Click Dismiss</li>
<li>Next we want to install NetDrive</li>
<li>Once netdrive is installed, open it up, and click New Site on the bottom</li>
<li>Type in localhost (or whatever you want to call it) for the Site name</li>
<li>Type in localhost for the Site IP</li>
<li>Type in 21 for the Port</li>
<li>Select FTP for the Port</li>
<li>Select a Drive letter</li>
<li>Check Connect as anonymous</li>
<li>Click Save</li>
<li>Click Connect</li>
<li>Click the X to close the window (will minimize to system tray)</li>
</ol>
<p>There you have it! A SSH/SFTP connection as a drive in Windows. I have tested it in Windows Vista, however it should work just fine in Windows XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2008/06/29/mount-ftp-or-sftp-as-a-drive-in-windows/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Bypass Rapidshare&#8217;s Cats</title>
		<link>http://www.lalitkapoor.com/blog/2008/06/28/bypass-rapidshares-cats/</link>
		<comments>http://www.lalitkapoor.com/blog/2008/06/28/bypass-rapidshares-cats/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 05:59:53 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[rapishare]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=24</guid>
		<description><![CDATA[Are you getting frustrated with rapidshare&#8217;s captcha.
Give CryptLoad a try: http://cryptload.info/
Need installing instructions (really simple): http://cryptload.info/wiki_en/wiki/Main_Page
Also get the Rapidshare Happy Hour Checker: http://rapidshare.com/files/112883634/RSHappyHourChecker.zip
Please comment on your experiences.
]]></description>
			<content:encoded><![CDATA[<p></p><p>Are you getting frustrated with rapidshare&#8217;s captcha.<br />
Give CryptLoad a try: <a title="CryptLoad" href="http://cryptload.info" target="_blank" onclick="urchinTracker('/outgoing/cryptload.info?referer=');">http://cryptload.info/</a><br />
Need installing instructions (really simple): <a title="CryptLoad Wiki" href="http://cryptload.info/wiki_en/wiki/Main_Page" target="_blank" onclick="urchinTracker('/outgoing/cryptload.info/wiki_en/wiki/Main_Page?referer=');">http://cryptload.info/wiki_en/wiki/Main_Page</a></p>
<p>Also get the Rapidshare Happy Hour Checker: <a title="Rapidshare Happy Hour Checker" href="http://rapidshare.com/files/112883634/RSHappyHourChecker.zip" target="_blank" onclick="urchinTracker('/outgoing/rapidshare.com/files/112883634/RSHappyHourChecker.zip?referer=');">http://rapidshare.com/files/112883634/RSHappyHourChecker.zip</a></p>
<p>Please comment on your experiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2008/06/28/bypass-rapidshares-cats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM ThinkPad T43 Hissing Noise In Linux</title>
		<link>http://www.lalitkapoor.com/blog/2008/06/26/ibm-thinkpad-t43-hissing-noise-in-linux/</link>
		<comments>http://www.lalitkapoor.com/blog/2008/06/26/ibm-thinkpad-t43-hissing-noise-in-linux/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:56:54 +0000</pubDate>
		<dc:creator>Lalit Kapoor</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[noise]]></category>

		<guid isPermaLink="false">http://www.lalitkapoor.com/blog/?p=23</guid>
		<description><![CDATA[I have an old T43 laptop by IBM. Recently I put Ubuntu 8.04 (Hardy) on it and started getting a hissing noise when running on battery power. I found 2 possible solutions:

add the following to /etc/modprobe.d/options

options processor max_cstate=2


get the linux-server kernel

sudo apt-get install linux-server



I didn&#8217;t get a chance to try the first option as I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have an old T43 laptop by IBM. Recently I put Ubuntu 8.04 (Hardy) on it and started getting a hissing noise when running on battery power. I found 2 possible solutions:</p>
<ul>
<li>add the following to /etc/modprobe.d/options
<ul>
<li>options processor max_cstate=2</li>
</ul>
</li>
<li>get the linux-server kernel
<ul>
<li>sudo apt-get install linux-server</li>
</ul>
</li>
</ul>
<p>I didn&#8217;t get a chance to try the first option as I already put the linux-server kernel on there. If the first one gives you any luck write a comment and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitkapoor.com/blog/2008/06/26/ibm-thinkpad-t43-hissing-noise-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
