<?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>/home/David &#187; debian</title>
	<atom:link href="http://arkold.com/tag/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://arkold.com</link>
	<description>My personal blog :)</description>
	<lastBuildDate>Sat, 21 Jan 2012 23:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Installing NVidia proprietary drivers under Debian based distros</title>
		<link>http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros</link>
		<comments>http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros#comments</comments>
		<pubDate>Sat, 10 Sep 2011 22:08:25 +0000</pubDate>
		<dc:creator>David Barreda</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=226</guid>
		<description><![CDATA[By first, you need to download the following packages with the following command apt-get install linux-headers-$(uname -r) gcc-4.4 Then download and give execution permissions to the NVIDIA binary driver &#8212; XServer must be down. wget http://us.download.nvidia.com/XFree86/Linux-x86/275.28/NVIDIA-Linux-x86-275.28.run chmod +x NVIDIA-Linux-x86-275.28.run ./NVIDIA-Linux-x86-275.28.run Now just start the X server, enjoy!]]></description>
			<content:encoded><![CDATA[<p>By first, you need to download the following packages with the following command</p>
<blockquote><p>apt-get install linux-headers-$(uname -r) gcc-4.4</p></blockquote>
<p>Then download and give execution permissions to the NVIDIA binary driver &#8212; XServer must be down.</p>
<blockquote><p>wget http://us.download.nvidia.com/XFree86/Linux-x86/275.28/NVIDIA-Linux-x86-275.28.run<br />
chmod +x NVIDIA-Linux-x86-275.28.run<br />
./NVIDIA-Linux-x86-275.28.run</p></blockquote>
<p>Now just start the X server, enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure LIRC to work with Windows Media Remotes</title>
		<link>http://arkold.com/209/configure-lirc-to-work-with-windows-media-remotes</link>
		<comments>http://arkold.com/209/configure-lirc-to-work-with-windows-media-remotes#comments</comments>
		<pubDate>Sat, 10 Sep 2011 17:51:58 +0000</pubDate>
		<dc:creator>David Barreda</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[irw]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[windows media player]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=209</guid>
		<description><![CDATA[Configuring LIRC with a Windows Media Center Remote to work at Linux is easy and if you like seeing movies while you are at bed is just awesome, here an easy setup (ripped from mine old blog ) sudo apt-get install lirc lirc-modules-source module-assistant Now on configuration Windows Media Center Transceivers/Remotes (all) -&#62; None -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Configuring LIRC with a Windows Media Center Remote to work at Linux is easy and if you like seeing movies while you are at bed is just awesome, here an easy setup (ripped from mine old blog <img src='http://arkold.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<blockquote><p><code>sudo apt-get install lirc lirc-modules-source module-assistant</code></p></blockquote>
<p><strong>Now on configuration</strong></p>
<blockquote><p>Windows Media Center Transceivers/Remotes (all) -&gt; None -&gt; DONE!</p></blockquote>
<p><strong>To test out the controller, is</strong></p>
<blockquote><p><code>irw</code></p></blockquote>
<p>while doing this, click the keys in your controller and they will appear if it was detected correctly. Here, all were detected.</p>
<p>If you want to make it work with <strong>KDE and KDE apps</strong>,</p>
<blockquote><p><code>apt-get install kdelirc</code></p></blockquote>
<p>And configure the keys in <strong>System Settings</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/209/configure-lirc-to-work-with-windows-media-remotes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring a NTFS partition to be mounted at boot</title>
		<link>http://arkold.com/206/configuring-a-ntfs-partition-to-be-mounted-at-boot</link>
		<comments>http://arkold.com/206/configuring-a-ntfs-partition-to-be-mounted-at-boot#comments</comments>
		<pubDate>Sat, 10 Sep 2011 17:48:43 +0000</pubDate>
		<dc:creator>David Barreda</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=206</guid>
		<description><![CDATA[Note: This might work on other distributions just installing the packages on their package managers or from source, however you want. Root password and access is required. I been helping a friend to move into Debian Squeeze although this guide work on any I think, first of all, installing the packages, hopefully way less than [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Note: This might work on other distributions just installing the packages on their package managers or from source, however you want. Root password and access is required.</strong></p></blockquote>
<p>I been helping a friend to move into Debian Squeeze although this guide work on any I think, first of all, installing the packages, hopefully way less than any tutorial that I wrote at here.</p>
<blockquote><p>apt-get install libfuse2 ntfs-3g</p></blockquote>
<p>The second step is know where the NTFS partition is located, for that we will use</p>
<blockquote><p>fdisk -l | grep NTFS</p></blockquote>
<p>And it will output something similar to this</p>
<blockquote><p><strong>/dev/hdc1</strong> * 1 9728 78140128+ 7 HPFS/NTFS</p></blockquote>
<p>Now we know that the partition is located at <strong>/dev/hdc1</strong>, we will need to choose the path where we want it mounted, so we will create a nice folder on root ( <strong>/disk </strong>) or on the home of an user ( <strong>/home/yourusernameathere/disk</strong> ), when we created the folder we will just add a line in /etc/fstab that will be like:</p>
<blockquote><p><strong>/dev/hdc1</strong> <strong>/home/yourusernameathere</strong> ntfs-3g defaults 0 0</p></blockquote>
<p>Was easy heh? <img src='http://arkold.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Then just restart or do <strong>mount -a</strong> as root</p>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/206/configuring-a-ntfs-partition-to-be-mounted-at-boot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with Debian and Nvidia drivers</title>
		<link>http://arkold.com/45/dealing-with-debian-and-nvidia-drivers</link>
		<comments>http://arkold.com/45/dealing-with-debian-and-nvidia-drivers#comments</comments>
		<pubDate>Sun, 06 Feb 2011 21:45:38 +0000</pubDate>
		<dc:creator>David Barreda</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=45</guid>
		<description><![CDATA[You need to have closed your X server to make this work. For 64 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it wget http://us.download.nvidia.com/XFree86/Linux-x86_64/260.19.36/NVIDIA-Linux-x86_64-260.19.36.run apt-get install linux-headers-$&#40;uname -r&#41; chmod +x NVIDIA-Linux-x86_64-260.19.36.run sh NVIDIA-Linux-x86_64-260.19.36.run For 32 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing [...]]]></description>
			<content:encoded><![CDATA[<p>You need to have closed your X server to make this work.<br />
<strong>For 64 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>us.download.nvidia.com<span style="color: #000000; font-weight: bold;">/</span>XFree86<span style="color: #000000; font-weight: bold;">/</span>Linux-x86_64<span style="color: #000000; font-weight: bold;">/</span>260.19.36<span style="color: #000000; font-weight: bold;">/</span>NVIDIA-Linux-x86_64-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x NVIDIA-Linux-x86_64-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">sh</span> NVIDIA-Linux-x86_64-260.19.36.run</pre></div></div>

<p><strong>For 32 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>us.download.nvidia.com<span style="color: #000000; font-weight: bold;">/</span>XFree86<span style="color: #000000; font-weight: bold;">/</span>Linux-x86<span style="color: #000000; font-weight: bold;">/</span>260.19.36<span style="color: #000000; font-weight: bold;">/</span>NVIDIA-Linux-x86-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x NVIDIA-Linux-x86-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">sh</span> NVIDIA-Linux-x86-260.19.36.run</pre></div></div>

<p><strong>And depending of what desktop manager do you use, you will start it (gdm, kdm, w/e)</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>kdm start or restart <span style="color: #000000; font-weight: bold;">//</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>depends <span style="color: #000000; font-weight: bold;">if</span> it is running<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>gdm start or restart <span style="color: #000000; font-weight: bold;">//</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>depends <span style="color: #000000; font-weight: bold;">if</span> it is running<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p><strong>If it doesn&#8217;t run, just run</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dpkg-reconfigure xserver-xorg</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://arkold.com/45/dealing-with-debian-and-nvidia-drivers/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

