<?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>Hayden's Blog &#187; Lab Notes</title>
	<atom:link href="http://www.sloik.ezwebtogo.com/myblog/category/lab-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sloik.ezwebtogo.com/myblog</link>
	<description>The adventures of Hayden McAfee.</description>
	<lastBuildDate>Tue, 25 May 2010 04:21: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>Syncing Samba Passwords to User Account Passwords</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2009/10/10/syncing-samba-passwords-to-user-account-passwords/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2009/10/10/syncing-samba-passwords-to-user-account-passwords/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 22:28:05 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=118</guid>
		<description><![CDATA[http://jaka.kubje.org/2007/05/14/unix-samba-password-sync-on-debian-etch/
This URL explains how to use pam_smbpass to allow synchronization of Samba passwords with actual Linux account passwords &#8212; making things infinitely easier for me.
]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://jaka.kubje.org/2007/05/14/unix-samba-password-sync-on-debian-etch/">http://jaka.kubje.org/2007/05/14/unix-samba-password-sync-on-debian-etch/</a></p></blockquote>
<p>This URL explains how to use pam_smbpass to allow synchronization of Samba passwords with actual Linux account passwords &#8212; making things infinitely easier for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2009/10/10/syncing-samba-passwords-to-user-account-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Gnome&#8217;s Default Browser</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2009/03/13/changing-gnomes-default-browser/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2009/03/13/changing-gnomes-default-browser/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 22:58:13 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=108</guid>
		<description><![CDATA[Setting default browser using *gconftool* (Gnome 2.0/2.2)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
You will need GConf (and the gconf daemon running) to set this. If you
do *not* have the Gnome Control Center installed, there is a way to set
this using GConf directly:
See, which values are stored in that sub-tree. Save the output to a
file, so you can revert to those settings!
$ [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Setting default browser using *gconftool* (Gnome 2.0/2.2)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>You will need GConf (and the gconf daemon running) to set this. If you<br />
do *not* have the Gnome Control Center installed, there is a way to set<br />
this using GConf directly:</p>
<p>See, which values are stored in that sub-tree. Save the output to a<br />
file, so you can revert to those settings!</p>
<p>$ gconftool-2 -R /desktop/gnome/url-handlers/unknown<br />
command = mozilla %s<br />
need-terminal = false<br />
enabled = true</p>
<p>Now, this should enter all those values (at least, they work for me):</p>
<p>$ gconftool-2 &#8211;set &#8211;type=string<br />
/desktop/gnome/url-handlers/unknown/command &#8216;mozilla %s&#8217;<br />
$ gconftool-2 &#8211;set &#8211;type=bool<br />
/desktop/gnome/url-handlers/unknown/need-terminal false<br />
$ gconftool-2 &#8211;set &#8211;type=bool<br />
/desktop/gnome/url-handlers/unknown/enabled true</p>
<p>Setting default browser using *gconftool* (Gnome 2.4/2.6)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>This is basically the as above, just some GConf key change:</p>
<p>The relevant key on Gnome 2.4 has changed, but is pretty much similar.<br />
Simply substitute &#8220;unknown&#8221; by &#8220;http&#8221;, especially in the commands to set<br />
the values.<br />
/desktop/gnome/url-handlers/http</p>
<p>Also, the &#8220;https&#8221; branch may be useful. However, this is *not* set using<br />
the GUI method mentioned above.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2009/03/13/changing-gnomes-default-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Typing Spanish (Accented) Characters In Kubuntu&#8230;</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2009/01/21/typing-spanish-accented-characters-in-kubuntu/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2009/01/21/typing-spanish-accented-characters-in-kubuntu/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 03:42:47 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=107</guid>
		<description><![CDATA[Found out how to do it here, it&#8217;s pretty straightforward:
http://techpatterns.com/forums/about865.html


Open up kde control center. [ the k/s button on task bar], select control center.
Select &#8216;Regional &#38; Accessibility
click on keyboard layout
click on the &#8216;Xbd Options&#8217; tab, then scroll down the list to: Compose key position. Make sure that Compose Key Position is checked. Now go down [...]]]></description>
			<content:encoded><![CDATA[<p>Found out how to do it here, it&#8217;s pretty straightforward:</p>
<p>http://techpatterns.com/forums/about865.html</p>
<blockquote>
<ol type="1">
<li>Open up kde control center. [ the k/s button on task bar], select control center.</li>
<li>Select &#8216;Regional &amp; Accessibility</li>
<li>click on keyboard layout</li>
<li>click on the &#8216;Xbd Options&#8217; tab, then scroll down the list to: Compose key position. Make sure that Compose Key Position is checked. Now go down and check either right or left Win-key is compose. This will now enable functionality for the windows key, which otherwise isn&#8217;t used in linux/kde for much.</li>
</ol>
<p>You have now enabled a key to control the creation of special characters, and you create those by doing the following:</p>
<p>Hit the windows key you selected, right or left one, one time, do not keep it depressed, then use the following combinations, after you release the windows key:</p>
<ul>
<li>?? = ¿</li>
<li>!! = ¡</li>
<li>&#8216;e = é</li>
<li>&#8216;a = á</li>
<li>&#8216;i = í</li>
<li>&#8216;o = ó</li>
<li>&#8216;u = ú</li>
<li>`a = à and so on&#8230;</li>
<li>&#8220;u = ü</li>
<li>&lt;&lt; = «</li>
<li>&gt;&gt; = »</li>
<li>^a = â</li>
<li>,c = ç</li>
<li>~n = ñ</li>
<li>(c = ©</li>
<li>(r = ®</li>
</ul>
</blockquote>
<p>There&#8217;s a big list of characters you can type here:</p>
<p>http://www.astro.ufl.edu/it/docs/intl-keyboard.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2009/01/21/typing-spanish-accented-characters-in-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Minor Oversight&#8230;</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/10/16/a-minor-oversight/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/10/16/a-minor-oversight/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 05:20:43 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>
		<category><![CDATA[My Games]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=104</guid>
		<description><![CDATA[This is going to bug me for days on end. Electricutioner came in to my Tribes 2 server today and informed me of a &#8220;minor oversight&#8221; he discovered in my mod. He proceeded to give me a series of hints, and respond to my incorrect guesses. A very, very shortened chat log follows:
{NOS}Electricutioner: Hah..
[Kr]_Sloik: ?
{NOS}Electricutioner: [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to bug me for days on end. Electricutioner came in to my Tribes 2 server today and informed me of a &#8220;minor oversight&#8221; he discovered in my mod. He proceeded to give me a series of hints, and respond to my incorrect guesses. A very, very shortened chat log follows:</p>
<blockquote><p>{NOS}Electricutioner: Hah..</p>
<p>[Kr]_Sloik: ?</p>
<p>{NOS}Electricutioner: Oh&#8230; nothing.</p>
<p>{NOS}Electricutioner: At least.. nothing&#8230; major.</p>
<p>{NOS}Electricutioner: But none the less&#8230; amusing&#8230; I think.</p>
<p>[Kr]_Sloik: What are you referring to?</p>
<p>{NOS}Electricutioner: Just an&#8230; um&#8230; oversight&#8230; a laughable one.</p>
<p>[Kr]_Sloik: Could you give me a good hint?</p>
<p>{NOS}Electricutioner: No, but I&#8217;ll see how long it takes you to figure out.</p>
<p>{NOS}Electricutioner: And I&#8217;ll tell you when you fix the oversight.</p>
<p>{NOS}Electricutioner: Well, if it makes you feel better, I had a equally stupid oversight in ECM for about 4 years until Turkey told me.</p>
<p>[Kr]_Sloik: OK&#8230; code or construction error?</p>
<p>{NOS}Electricutioner: Code.</p>
<p>{NOS}Electricutioner: If you don&#8217;t get it in like 2 weeks&#8230; I&#8217;ll tell you.</p>
<p>{NOS}Electricutioner: Yeah&#8230; it&#8217;s so minor, you&#8217;re going to laugh and cry when you figure it out.</p>
<p>{NOS}Electricutioner: Oh, and I&#8217;ll give you a hint. It has been around for about&#8230; three weeks or so.</p></blockquote>
<p>He speaks in riddles&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/10/16/a-minor-oversight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing A Directory With .htaccess</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/10/06/securing-a-directory-with-htaccess/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/10/06/securing-a-directory-with-htaccess/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:59:15 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=101</guid>
		<description><![CDATA[It&#8217;s actually quite simple.
Create a .htaccess file in the directory with the following contents:
AuthUserFile /directory/containing/.htpasswd
AuthName &#8220;Title for Protected Site&#8221;
AuthType Basic
Require valid-user
To create the .htpasswd file, simple use the following command:
htpasswd2 -c .htpasswd hayden
And it will create the appropriate .htpasswd file in the directory you are in.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s actually quite simple.</p>
<p>Create a .htaccess file in the directory with the following contents:</p>
<blockquote><p>AuthUserFile /directory/containing/.htpasswd</p>
<p>AuthName &#8220;Title for Protected Site&#8221;</p>
<p>AuthType Basic</p>
<p>Require valid-user</p></blockquote>
<p>To create the .htpasswd file, simple use the following command:</p>
<blockquote><p>htpasswd2 -c .htpasswd hayden</p></blockquote>
<p>And it will create the appropriate .htpasswd file in the directory you are in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/10/06/securing-a-directory-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Madwifi in Opensuse 11&#8230; Again</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/09/22/madwifi-in-opensuse-11-again/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/09/22/madwifi-in-opensuse-11-again/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 01:29:30 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=100</guid>
		<description><![CDATA[This guide is WONDERFUL for this problem.
http://www.susegeek.com/wireless/unable-to-set-atheros-wireless-card-with-madwifi-in-opensuse-110/
]]></description>
			<content:encoded><![CDATA[<p>This guide is WONDERFUL for this problem.</p>
<p>http://www.susegeek.com/wireless/unable-to-set-atheros-wireless-card-with-madwifi-in-opensuse-110/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/09/22/madwifi-in-opensuse-11-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Default Sound Card in Ubuntu/Kubuntu</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/09/04/setting-default-sound-card-in-ubuntukubuntu/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/09/04/setting-default-sound-card-in-ubuntukubuntu/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:26:53 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=99</guid>
		<description><![CDATA[I too was vexed by this problem.  My preferred soundcard is my SBLive! but I use the VIA chipset based soundcard on my motherboard for VoIP stuff.  Kubuntu was always making my VIA soundcard the default.
The solution is a bit obscure but it works.
Do:
sudo asoundconf list
I got back:
Names of available sound cards:
Live
V8237
I then [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I too was vexed by this problem.  My preferred soundcard is my SBLive! but I use the VIA chipset based soundcard on my <a id="KonaLink2" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.linuxquestions.org/questions/#" target="_top"><span style="color: blue ! important; font-weight: 400; font-size: 13.3333px; position: static;"><span class="kLink" style="color: blue ! important; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: 400; font-size: 13.3333px; position: static;">motherboard</span></span></a> for VoIP stuff.  Kubuntu was always making my VIA soundcard the default.</p>
<p>The solution is a bit obscure but it works.</p>
<p>Do:</p>
<p>sudo asoundconf list</p>
<p>I got back:</p>
<p>Names of available sound cards:<br />
Live<br />
V8237</p>
<p>I then did:</p>
<p>sudo asoundconf set-default-card Live</p>
<p>followed by a reboot to test.</p>
<p>Sure enough, the Live is now set to default. It&#8217;d be nice if there was a simple config app in the KDE configuration panel that did this.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/09/04/setting-default-sound-card-in-ubuntukubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tribes 2 Bots</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/07/12/tribes-2-botsd/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/07/12/tribes-2-botsd/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 03:13:44 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=97</guid>
		<description><![CDATA[I&#8217;ve been messing with the bots in Tribes 2 a lot, and I&#8217;ve found these two documents to be somewhat helpful:
http://sloik.ezwebtogo.com/downloads/T2cmdlist.txt
http://sloik.ezwebtogo.com/downloads/botfuncs.txt
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been messing with the bots in Tribes 2 a lot, and I&#8217;ve found these two documents to be somewhat helpful:</p>
<p><a href="http://sloik.ezwebtogo.com/downloads/T2cmdlist.txt">http://sloik.ezwebtogo.com/downloads/T2cmdlist.txt</a></p>
<p><a href="http://sloik.ezwebtogo.com/downloads/botfuncs.txt">http://sloik.ezwebtogo.com/downloads/botfuncs.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/07/12/tribes-2-botsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MadWifi Problems in OpenSuSE 11</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/06/29/madwifi-problems-in-opensuse-11/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/06/29/madwifi-problems-in-opensuse-11/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 22:42:11 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=96</guid>
		<description><![CDATA[Apparently the packager for MadWifi has messed up the version numbers for their OpenSuSE wifi driver packages.
A solution can be found below.
http://forums.opensuse.org/network-internet/wireless/386427-madwifi-kmp-issues-11-0-a.html
]]></description>
			<content:encoded><![CDATA[<p>Apparently the packager for MadWifi has messed up the version numbers for their OpenSuSE wifi driver packages.</p>
<p>A solution can be found below.</p>
<p><a href="http://forums.opensuse.org/network-internet/wireless/386427-madwifi-kmp-issues-11-0-a.html">http://forums.opensuse.org/network-internet/wireless/386427-madwifi-kmp-issues-11-0-a.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/06/29/madwifi-problems-in-opensuse-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking RAID Status</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/06/06/checking-raid-status/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/06/06/checking-raid-status/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 22:52:05 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=95</guid>
		<description><![CDATA[To check the status of my server&#8217;s RAID array, I&#8217;ve found the following command to be useful:

# /sbin/mdadm --detail /dev/md0

]]></description>
			<content:encoded><![CDATA[<p>To check the status of my server&#8217;s RAID array, I&#8217;ve found the following command to be useful:</p>
<blockquote>
<pre># /sbin/mdadm --detail /dev/md0</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/06/06/checking-raid-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
