<?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>DJS Consulting Tech Blog &#187; White Box</title>
	<atom:link href="http://djs-consulting.com/linux/blog/category/linux/white-box/feed" rel="self" type="application/rss+xml" />
	<link>http://djs-consulting.com/linux/blog</link>
	<description>Technical Information You Can Use (or not - but hey, at least it&#039;s free!)</description>
	<lastBuildDate>Tue, 02 Mar 2010 19:11:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Back to WBEL</title>
		<link>http://djs-consulting.com/linux/blog/2004/back-to-wbel</link>
		<comments>http://djs-consulting.com/linux/blog/2004/back-to-wbel#comments</comments>
		<pubDate>Sat, 04 Sep 2004 06:00:24 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Apps]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Office Productivity]]></category>
		<category><![CDATA[White Box]]></category>
		<category><![CDATA[Wireless Support]]></category>

		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/2004/back-to-wbel</guid>
		<description><![CDATA[Today, I reinstalled WBEL 3.0.  I was able to compile ndiswrapper (as I kept that on my FAT32             drive), and get the network card working smoothly very quickly.  (In fact, it seems to be more reliable under       [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I reinstalled WBEL 3.0.  I was able to compile ndiswrapper (as I kept that on my FAT32             drive), and get the network card working smoothly very quickly.  (In fact, it seems to be more reliable under             Linux than WXP!)  With the network up, it was easy to download Firefox, Thunderbird, and OpenOffice, and installing             them was a breeze.  (I decided to put them under /opt this time, trying to stick with the FHS.)  I decided             to mount my FAT32 drive under my home directory, as /home/summersd/drive_d.  E-mail works fine, but Apache gives             me a 403 (Permission Denied) error.  MySQL doesn&#8217;t seem to be working either &#8211; I&#8217;ll have to play with that             later.</p>
]]></content:encoded>
			<wfw:commentRss>http://djs-consulting.com/linux/blog/2004/back-to-wbel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Month in Summary</title>
		<link>http://djs-consulting.com/linux/blog/2004/a-month-in-summary</link>
		<comments>http://djs-consulting.com/linux/blog/2004/a-month-in-summary#comments</comments>
		<pubDate>Tue, 31 Aug 2004 06:00:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Audio / Video]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Internet Apps]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Red Hat / Fedora]]></category>
		<category><![CDATA[White Box]]></category>
		<category><![CDATA[Wireless Support]]></category>

		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/2004/a-month-in-summary</guid>
		<description><![CDATA[Well, the last month has been interesting.  I was able to get my Windows and Linux installations synchronized by creating a mount point for my second drive under /mnt/drive_d .  Under that, I created a directory called /thunderbird for my e-mail, and moved my e-mail and newsgroup folders over there.  (The first [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the last month has been interesting.  I was able to get my Windows and Linux installations synchronized by creating a mount point for my second drive under /mnt/drive_d .  Under that, I created a directory called /thunderbird for my e-mail, and moved my e-mail and newsgroup folders over there.  (The first time, I missed the &#8220;newsrc&#8221; file, which is important &#8211; it tells what newsgroups you&#8217;ve subscribed to and which messages you&#8217;ve read.)  Under Windows, I pointed it to &#8220;D:\thunderbird\pop3.knology.net&#8221;, and under Linux, it was configured to &#8220;/mnt/drive_d/thunderbird/pop3.knology.net&#8221;.  I then moved the &#8220;wwwroot&#8221; directory from &#8220;C:\Inetpub&#8221; to drive D:, and pointed IIS to the new location.  Under Linux, I did something a little different.  As &#8220;root&#8221;, I deleted the directory /var/www/html, and instead created /var/www/html as a symbolic link to /mnt/drive_d/wwwroot (the actual command is &#8220;ln -s /mnt/drive_d/wwwroot /var/www/html&#8221;).  That worked great as well.</p>
<p>MySQL was more complicated, but I was eventually able to get it working as well.  I created the directory             &#8220;D:\mysql\data&#8221; for the data, then configured /etc/my.cnf under Linux to look at &#8220;/mnt/drive_d/mysql/data&#8221;.  I kept             getting &#8220;Could not connect to server using socket /var/lib/mysql/mysql.sock&#8221;.  After some digging, it appeared to be a permissions problem.  All the documentation said that the default socket was /tmp/mysql.sock, so I changed my.cnf to point there instead, restarted mysqld, and it worked!  So, I have no idea what a Unix socket it, but I know that now I have one!  <img src='http://djs-consulting.com/linux/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I was also able to get DVDs playing using xine, compiling it myself, and using <a href="http://developers.videolan.org/libdvdcss/">libdvdcss</a>, I can even watch commercial DVDs.  I&#8217;m really impressed with xine &#8211; it handles all kinds of media out of the box, including DivX and up to version 8 of WMV files.  You can add codecs to it as well, to support almost anything you want to do from an audio or video perspective.  Compiling the player took around 20 minutes, and compiling the front end took another 5.  And, it was simple &#8211; download the .tar.gz file, do &#8220;tar xvfz [name].tar.gz&#8221;, &#8220;cd [name]&#8220;, &#8220;./configure&#8221;, &#8220;make install&#8221;.  The &#8220;./configure&#8221; script is the key in the whole process &#8211; it looks at what you have installed, and creates make files that will work with your compiler.</p>
<p>Everything started going south, though, when I started having freezes.  Eventually, I got to where I could not boot without a kernel panic, and then boot errors (which I detailed in <a href="http://beau.org/pipermail/whitebox-users/2004-August/003197.html">this e-mail to the WBEL user&#8217;s list</a>.  Encouraged by my success over the past month, I decided to return to WBEL &#8211; it&#8217;s supposed to be more stable than FC2, and I bet that I can get ndiswrapper, the dual-booting web server, the common e-mail, and maybe even some other stuff working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://djs-consulting.com/linux/blog/2004/a-month-in-summary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum yum yum</title>
		<link>http://djs-consulting.com/linux/blog/2004/yum-yum-yum</link>
		<comments>http://djs-consulting.com/linux/blog/2004/yum-yum-yum#comments</comments>
		<pubDate>Mon, 28 Jun 2004 07:00:29 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[White Box]]></category>

		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/2004/yum-yum-yum</guid>
		<description><![CDATA[I wasn&#8217;t able to sleep very well last night, so I didn&#8217;t do much tonight.  One thing I did do, though, was run yum, which is, at a high-level, similar to Windows Update.  WBEL recently released &#8220;Respin 1&#8243; (that&#8217;s re-spin, not a new name &#8211; it&#8217;s code name is still &#8220;Liberation&#8221;), and running [...]]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t able to sleep very well last night, so I didn&#8217;t do much tonight.  One thing I did do, though, was run <a href="http://linux.duke.edu/projects/yum/">yum</a>, which is, at a high-level, similar to Windows Update.  WBEL recently released &#8220;Respin 1&#8243; (that&#8217;s re-spin, not a new name &#8211; it&#8217;s code name is still &#8220;Liberation&#8221;), and running yum with no options will update every available package.  After about 30 minutes of watching it download stuff, I went to bed &#8211; I&#8217;ll have to verify the results tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://djs-consulting.com/linux/blog/2004/yum-yum-yum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Adventure Begins</title>
		<link>http://djs-consulting.com/linux/blog/2004/the-adventure-begins</link>
		<comments>http://djs-consulting.com/linux/blog/2004/the-adventure-begins#comments</comments>
		<pubDate>Fri, 11 Jun 2004 07:00:01 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Red Hat / Fedora]]></category>
		<category><![CDATA[White Box]]></category>

		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/2004/the-adventure-begins</guid>
		<description><![CDATA[Prior to today, I had been doing some research.  I had some previous Red Hat 8.0 CD&#8217;s lying around from a previous failed attempt (which failed due to hardware issues, not Linux), and I had planned to use them.  I had been reading a Red Hat newsgroup, and found that they were no [...]]]></description>
			<content:encoded><![CDATA[<p>Prior to today, I had been doing some research.  I had some previous <a href="http://www.redhat.com/">Red Hat</a> 8.0 CD&#8217;s lying around from a previous failed attempt (which failed due to hardware issues, not Linux), and I had planned to use them.  I had been reading a Red Hat newsgroup, and found that they were no longer giving away their stable, business-class flavor of Linux; instead, they had forked the project and started the <a href="http://fedora.redhat.com/">Fedora Project</a>.  Folks were suggesting that people who wanted the stability, et. al. of Red Hat should take a look at <a href="http://www.whiteboxlinux.org/">White Box Enterprise Linux</a> (WBEL).</p>
<p>The decision to acquire a new computer for me began this adventure.  Before leaving to pick it up, I started the download of the three CD images for WBEL.  Once I got home, I cannibalized some parts off it to repair an old machine I had here, and got that machine set up on WXP Pro for my kids.  Then, I began the install.  It went flawlessly &#8211; it recognized every piece of hardware I had.  I then scooted it around so I could plug it into our router, configured the network (a breeze), and it worked.  I&#8217;m looking forward to more playing tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://djs-consulting.com/linux/blog/2004/the-adventure-begins/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
