<?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>Uncertain Binary Thoughts &#187; problem</title>
	<atom:link href="http://ankurs.com/tag/problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankurs.com</link>
	<description>01110100110101010101011101100010</description>
	<lastBuildDate>Sun, 01 Jan 2012 18:20:56 +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>ION proxy login problem</title>
		<link>http://ankurs.com/2009/02/ion-proxy-login-problem/</link>
		<comments>http://ankurs.com/2009/02/ion-proxy-login-problem/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:59:10 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[college]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Special]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[ION]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[manipal]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://ankurs.com/?p=457</guid>
		<description><![CDATA[a few days ago ION (WiFi provider in Manipal University) started an ISA based proxy using NTLM authentication, which according to them was a client install!!! some people were facing problem with it, like their browsers were asking for authentication (login) again and again, and repositories were not working on Linux. So here is a&#8230;]]></description>
			<content:encoded><![CDATA[<p>a few days ago ION (WiFi provider in Manipal University) started an ISA based proxy using <a href="http://en.wikipedia.org/wiki/NTLM">NTLM</a> authentication, which according to them was a client install!!! some people were facing problem with it, like their browsers were asking for authentication (login) again and again, and repositories were not working on Linux.<br />
So here is a simple screencast with solution for this problem it works great in Linux (esp. Fedora) i have also included configuring yum here, if someone wants to use apt-get (debian/ubuntu) they can do</p>
<p><code> export http_proxy=http://127.0.0.1:5865 </code></p>
<p>Ok coming to the main point, go and download <a href="http://sourceforge.net/projects/ntlmaps/">http://sourceforge.net/projects/ntlmaps/</a> and then watch the video <a href="http://ankurs.com/wp-content/uploads/2009/02/mov1.ogv">here</a><br />
People on windows can install python from <a href="http://python.org/ftp/python/2.6.1/python-2.6.1.msi">here</a> and then follow the steps<br />
<a href="http://ankurs.com/wp-content/uploads/2009/02/mov1.ogv">ION proxy problem solved</a><br />
Note:- If You face any problem please post back here&#8230;.<br />
PS:- every thing in Text form coming soon&#8230; (i am lazy)</p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2009/02/ion-proxy-login-problem/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Synaptics Touchpad in Fedora 9</title>
		<link>http://ankurs.com/2008/05/synaptics-touchpad-in-fedora-9/</link>
		<comments>http://ankurs.com/2008/05/synaptics-touchpad-in-fedora-9/#comments</comments>
		<pubDate>Fri, 30 May 2008 04:30:35 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora 9]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[Synaptics]]></category>
		<category><![CDATA[Touchpad]]></category>

		<guid isPermaLink="false">http://ankurs.com/?p=374</guid>
		<description><![CDATA[I have been using Fedora 9 from a long time and it really kick&#8217;s ass but i was facing the problem that my Touchpad was not working with it but the i found the solution here Here is how to do it The easiest was will be to install the package http://atrpms.net/dist/f9/synaptics/ or you can&#8230;]]></description>
			<content:encoded><![CDATA[<p>I have been using Fedora 9 from a long time and it really kick&#8217;s ass but i was facing the problem that my Touchpad was not working with it but the i found the solution <a href="http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad">here</a><br />
Here is how to do it</p>
<p>The easiest was will be to install the package <a href="http://atrpms.net/dist/f9/synaptics/">http://atrpms.net/dist/f9/synaptics/</a><br />
or you can do it manually here</p>
<p>edited the /etc/X11/xorg.conf<br />
<code>gedit /etc/X11/xorg.conf</code></p>
<p>Added the following to the ServerLayout Section<br />
<code>InputDevice “TouchPad” “CorePointer”</code></p>
<p>add a new section:<br />
<code>Section “InputDevice”<br />
Driver      “synaptics”<br />
Identifier  “TouchPad”<br />
Option      “SendCoreEvents”<br />
Option      “Protocol” “auto-dev”<br />
Option      “SHMConfig” “on”<br />
Option “TapButton1″ “1″<br />
Option “TapButton2″ “2″<br />
EndSection</code></p>
<p>all done logout and login again and everything should be working fine</p>
<p>Update: found the rpm package <a href="https://bugzilla.redhat.com/show_bug.cgi?id=439386#c66">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2008/05/synaptics-touchpad-in-fedora-9/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing Ndiswrapper on Ubuntu 8.04</title>
		<link>http://ankurs.com/2008/04/installing-ndiswrapper-on-ubuntu-804/</link>
		<comments>http://ankurs.com/2008/04/installing-ndiswrapper-on-ubuntu-804/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 17:49:32 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://ankurs.com/?p=369</guid>
		<description><![CDATA[I installed Ubuntu 8.04 today and faced this problem of WiFi again but ths time even installing ndiswrapper diddnt worked so had to find a way to make WiFi work on boot and here it is For this First You need to install ndiswrapper, no need for net coz the packages are included in the&#8230;]]></description>
			<content:encoded><![CDATA[<p>I installed Ubuntu 8.04 today and faced this problem of WiFi again but ths time even installing ndiswrapper diddnt worked so had to find a way to make WiFi work on boot and here it is</p>
<p>For this First You need to install ndiswrapper, no need for net coz the packages are included in the CD / DVD of Ubuntu just go to System&gt;&gt;Administration&gt;&gt;software sources then uncheck all downloadable from internet, Third party and Update repo&#8217;s only select Installable from CD-ROM/DVD. Now open a Add/Remove from Applications&gt;&gt;Add/Remove.. there select all avaliable appliactions in show, now seach for ndis you will see Windows Wireless Drivers select it and click Apply changes it will ask you for the CD insert the CD and it will get installed, now you just have to install the drivers of your card for this open  System&gt;&gt;Administration&gt;&gt;Windows Wireless Drivers and install the windows wireless drivers ( bcmwl5.inf for hp6515b bcm4312) now follow these steps, type<br />
<code>sudo -i</code> now you must be as root then type<br />
<code>nano /etc/rc.local</code> the file should read<br />
<code>rmmod ndiswrapper<br />
rmmod ssb<br />
modprobe ndiswrapper<br />
exit 0<br />
</code><br />
all done now just reboot and enjoy your Linux&#8230;&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2008/04/installing-ndiswrapper-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

