<?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>Rafadamar!! &#187; linux</title>
	<atom:link href="http://rafadamar.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://rafadamar.com</link>
	<description>Hate me for who I am not who you think I am.</description>
	<lastBuildDate>Sat, 28 Jan 2012 02:12:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Intel 82801DB AC&#8217;97 audio controller issue</title>
		<link>http://rafadamar.com/2009/09/intel-82801db-ac97-audio-controller-issue/</link>
		<comments>http://rafadamar.com/2009/09/intel-82801db-ac97-audio-controller-issue/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:23:00 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[So Nietzsche and Camus both use this Intel audio driver. Alsa messes up the audio for some reason and there is no sound. I found a fix though: https://www.redhat.com/archives/fedora-list/2005-January/msg05487.html Basically, all you have to do is open up a terminal and run this: alsamixer You can switch between the things using the left and right [...]]]></description>
			<content:encoded><![CDATA[<p>So Nietzsche and Camus both use this Intel audio driver. Alsa messes up the audio for some reason and there is no sound.</p>
<p>I found a fix though: <a href="https://www.redhat.com/archives/fedora-list/2005-January/msg05487.html">https://www.redhat.com/archives/fedora-list/2005-January/msg05487.html</a></p>
<p>Basically, all you have to do is open up a terminal and run this:</p>
<pre class="brush: bash">alsamixer</pre>
<p>You can switch between the things using the left and right arrows. Press m to mute or unmute it.</p>
<p>In addition to muting the headphone jack and line jack, I muted the external. If that doesn&#8217;t work for you, just mess around muting and unmuting stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://rafadamar.com/2009/09/intel-82801db-ac97-audio-controller-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nietzsche: VPN Server</title>
		<link>http://rafadamar.com/2009/09/nietzsche-vpn-server/</link>
		<comments>http://rafadamar.com/2009/09/nietzsche-vpn-server/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 02:39:00 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Nietzsche is up and running as a VPN server! I used pptpd. Nietzsche is running Xubuntu Hardy Heron. Install sudo apt-get install pptpd Add Users sudo vim /etc/ppp/chap-secrets The format is: username pptpd password Edit pptpd.conf sudo vim /etc/pptpd.conf Add lines similar to these localip 192.168.1.72 remoteip 192.168.1.200-253 localip is the IP for the VPN [...]]]></description>
			<content:encoded><![CDATA[<p>Nietzsche is up and running as a VPN server!</p>
<p>I used pptpd. Nietzsche is running Xubuntu Hardy Heron.</p>
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_qbVemWvXrxk/Sq6hDIxdXTI/AAAAAAAAAmw/PFMBn3uw1WI/s1600/P9140092.JPG"><img class="mceItem" src="http://2.bp.blogspot.com/_qbVemWvXrxk/Sq6hDIxdXTI/AAAAAAAAAmw/PFMBn3uw1WI/s320/P9140092.JPG" border="0" alt="" /></a></div>
<h2>Install</h2>
<pre class="brush: bash">
sudo apt-get install pptpd
</pre>
<h2>Add Users</h2>
<pre class="brush: bash">
sudo vim /etc/ppp/chap-secrets
</pre>
<p>The format is:</p>
<pre class="brush: bash">username pptpd password</pre>
<h2>Edit pptpd.conf</h2>
<pre class="brush: bash">
sudo vim /etc/pptpd.conf
</pre>
<p>Add lines similar to these</p>
<pre class="brush: bash">
localip 192.168.1.72</pre>
<p>remoteip 192.168.1.200-253
</pre>
<p>localip is the IP for the VPN server. remoteip are the IPs that will be given to the VPN clients. I'm using unused IPs.</p>
<h2>Edit pptpd-options</h2>
<pre class="brush: bash">
sudo vim /etc/ppp/pptpd-options
</pre>
<p>Uncomment #ms-dns 10.0.0.1. Change 10.0.0.1 to your DNS server or router</p>
<h2>Edit sysctl</h2>
<pre class="brush: bash">
sudo vim /etc/sysctl.conf
</pre>
<p>Add the following lines</p>
<pre class="brush: bash">
net.ipv4.conf.default.forwarding=1
net.ipv4.conf.all.forwarding=1
</pre>
<h2>Restart</h2>
<pre class="brush: bash">
sudo /etc/init.d/pptpd restart
</pre>
<p>Your server should be up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://rafadamar.com/2009/09/nietzsche-vpn-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostname Issues</title>
		<link>http://rafadamar.com/2009/09/hostname-issues/</link>
		<comments>http://rafadamar.com/2009/09/hostname-issues/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:46:00 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As you know, I&#8217;ve been making a home network. The task itself isn&#8217;t too complicated, but there have been little annoying things here and there. For some reason, the hostnames of about every computer were being forgotten by my 2wire router. This is bad because I named my computers for a reason! I didn&#8217;t want [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, I&#8217;ve been making a home network. The task itself isn&#8217;t too complicated, but there have been little annoying things here and there.</p>
<p>For some reason, the hostnames of about every computer were being forgotten by my 2wire router. This is bad because I named my computers for a reason! I didn&#8217;t want to memorize IP addresses. The IPs weren&#8217;t hard to remember. Its just that memorizing an arbitrary number to a computer that does specific things is hard.</p>
<p>I couldn&#8217;t ssh into the servers easily, because I&#8217;d have to look up the IP each time rather than just typing in the hostname.</p>
<p>It was a simple fix!</p>
<p>You just have to edit dhclient.conf</p>
<pre class="brush: bash">
sudo vim /etc/dhcp3/dhclient.conf
</pre>
<p>Insert this line</p>
<pre class="brush: bash">
send host-name "yourhostname";
</pre>
<p>Restart the DHCP daemon<br />
I used this command for Hardy Heron</p>
<pre class="brush: bash">
sudo /etc/init.d/dhcdbd restart
</pre>
<p>I used this command for Jaunty Jackalope</p>
<pre class="brush: bash">
sudo /etc/init.d/dbus restart
</pre>
<p>Your computer should now tell your router its hostname!</p>
]]></content:encoded>
			<wfw:commentRss>http://rafadamar.com/2009/09/hostname-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Soulseek &amp; Nicotine</title>
		<link>http://rafadamar.com/2009/09/on-soulseek-nicotine/</link>
		<comments>http://rafadamar.com/2009/09/on-soulseek-nicotine/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 10:25:00 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Soulseek is my favorite application to download music. It&#8217;s got a nice community behind it and the amount of music you can find is ridiculous. You can find rare albums, underground artists, and mainstream stuff of course. The music you can find is both wide and deep. You can almost always find entire discographies from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.slsknet.org/">Soulseek</a> is my favorite application to download music. It&#8217;s got a nice community behind it and the amount of music you can find is ridiculous. You can find rare albums, underground artists, and mainstream stuff of course. The music you can find is both wide and deep. You can almost always find entire discographies from any artist.</p>
<p>Soulseek is a great way to find the music you want. The only downer is that it only runs on Windows.</p>
<p>Officially, &#8221;Soulseek® does not endorse nor condone the sharing of copyrighted materials. You should only share and download files which you are legally allowed to or have otherwise received permission to share.&#8221; So yea dear readers, use this legally!</p>
<p>Speaking of copyrighted materials.</p>
<p>There is an open-source client for SoulSeek written in Python. It&#8217;s called <a href="http://nicotine.thegraveyard.org/">Nicotine</a>. That was based on <a href="http://www.sensi.org/%7Eak/pyslsk/">PySoulSeek</a>. There&#8217;s also <a href="http://daelstorm.thegraveyard.org/nicotine.php">Nicotine+</a> which is based on, well, you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://rafadamar.com/2009/09/on-soulseek-nicotine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

