<?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"
	>

<channel>
	<title>wlindley.com</title>
	<atom:link href="http://www.wlindley.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wlindley.com</link>
	<description>Computer Guru for Hire - Have Keyboard, Will Travel. 480-947-6100</description>
	<pubDate>Sat, 05 Jul 2008 16:30:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5-RC2</generator>
	<language>en</language>
			<item>
		<title>Refresher on NFS exporting</title>
		<link>http://www.wlindley.com/archives/67</link>
		<comments>http://www.wlindley.com/archives/67#comments</comments>
		<pubDate>Sat, 05 Jul 2008 16:30:43 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=67</guid>
		<description><![CDATA[on the server, in /etc/exports:
/home/somedirectory 192.168.1.0/24(no_root_squash,rw,nohide)
then after editing /etc/exports, refresh the NFS server with:
# /sbin/exportfs -a
]]></description>
			<content:encoded><![CDATA[<p>on the server, in /etc/exports:</p>
<blockquote><p><code>/home/somedirectory <strong>192.168.1.0/24</strong>(no_root_squash,rw,nohide)</code></p></blockquote>
<p>then after editing /etc/exports, refresh the NFS server with:</p>
<blockquote><p><code># /sbin/exportfs -a</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/67/feed</wfw:commentRss>
		</item>
		<item>
		<title>Optimize Ubuntu 8.04 for Speed</title>
		<link>http://www.wlindley.com/archives/66</link>
		<comments>http://www.wlindley.com/archives/66#comments</comments>
		<pubDate>Sat, 05 Jul 2008 01:28:46 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=66</guid>
		<description><![CDATA[Explanation on Softpedia

Boot tweaks
Speed up GRUB
Stop unneeded startup programs
Hard drive writeback
Tune &#8220;swappiness&#8221;

]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.softpedia.com/news/Optimize-Ubuntu-8-04-for-Speed-86405.shtml">Explanation on Softpedia</a></p>
<ul>
<li>Boot tweaks</li>
<li>Speed up GRUB</li>
<li>Stop unneeded startup programs</li>
<li>Hard drive writeback</li>
<li>Tune &#8220;swappiness&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/66/feed</wfw:commentRss>
		</item>
		<item>
		<title>Workaround: Admin privileges in Kubuntu 8.04</title>
		<link>http://www.wlindley.com/archives/65</link>
		<comments>http://www.wlindley.com/archives/65#comments</comments>
		<pubDate>Thu, 19 Jun 2008 15:52:53 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=65</guid>
		<description><![CDATA[Problem: No Administrator button for Login Manager and other settings in Kubuntu 8.04.  Known bug, oddly assigned Low priority.
Workaround: From command line:
/usr/lib/kde4/lib/kde4/libexec/kdesu /usr/lib/kde4/bin/systemsettings
]]></description>
			<content:encoded><![CDATA[<p>Problem: No <em>Administrator</em> button for Login Manager and other settings in Kubuntu 8.04.  Known bug, oddly assigned Low priority.</p>
<p>Workaround: From command line:</p>
<pre>/usr/lib/kde4/lib/kde4/libexec/kdesu /usr/lib/kde4/bin/systemsettings</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/65/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thunderbird 2 on Centos 5.1</title>
		<link>http://www.wlindley.com/archives/64</link>
		<comments>http://www.wlindley.com/archives/64#comments</comments>
		<pubDate>Wed, 04 Jun 2008 16:54:59 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=64</guid>
		<description><![CDATA[Found on tboxmy blogspot:
Everyone is using Thunderbird on MS Windows, Ubuntu Linux and Fedora Core Linux. So, why shouldnt Centos 5.1 be able to install?

Download Thunderbird 2 from Mozilla (http://www.mozilla.com/en-US/thunderbird/) or other mirros like (http://mirror.oscc.org.my/mozilla/thunderbird/). I downloaded thunderbird-2.0.0.14.tar.gz to the directory /tmp.
Extract the files
Open a terminal and login as root to the directory /opt

su -
cd [...]]]></description>
			<content:encoded><![CDATA[<p>Found on <a href="http://tboxmy.blogspot.com/2008/05/thunderbird-on-centos-51.html">tboxmy blogspot</a>:</p>
<p>Everyone is using Thunderbird on MS Windows, Ubuntu Linux and Fedora Core Linux. So, why shouldnt Centos 5.1 be able to install?</p>
<ol>
<li>Download Thunderbird 2 from Mozilla (http://www.mozilla.com/en-US/thunderbird/) or other mirros like (http://mirror.oscc.org.my/mozilla/thunderbird/). I downloaded <tt>thunderbird-2.0.0.14.tar.gz</tt> to the directory <tt>/tmp</tt>.</li>
<li>Extract the files</li>
<li>Open a terminal and login as root to the directory /opt<br />
<blockquote>
<pre>su -
cd /opt</pre>
</blockquote>
</li>
<li>Copy the extracted forlders to /opt<br />
<blockquote>
<pre>cp -rf /tmp/thunderbird /opt</pre>
</blockquote>
</li>
<li>Install the older library of <tt>libstdc++.so.5</tt> (5.1 comes with version <tt>libstdc++.so.6</tt>)<br />
<blockquote>
<pre>yum install compat-libstdc++-33.i386</pre>
</blockquote>
</li>
<li>Test the Thunderbird as a normal user<br />
<blockquote>
<pre>/opt/thunderbird/thunderbird</pre>
</blockquote>
</li>
<li>Copy the icons to the user wide pixmap<br />
<blockquote>
<pre>cp thunderbird/icons/mozicon*.xpm /usr/share/pixmaps/</pre>
</blockquote>
</li>
<li>When Thunderbird starts, it complains about the mode for /var/spool/mail, as it cannot write to this folder. As root do the following<br />
<blockquote>
<pre>chmod 01777 /var/spool/mail</pre>
</blockquote>
</li>
</ol>
<p>Add the application launcher in the panel/menu using the mozicon icon. Only things left is to install other plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/64/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fix for 16-bit apps under wine on Ubuntu 8.04</title>
		<link>http://www.wlindley.com/archives/62</link>
		<comments>http://www.wlindley.com/archives/62#comments</comments>
		<pubDate>Sat, 31 May 2008 14:45:12 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=62</guid>
		<description><![CDATA[In ubuntu hardy heron, wine runs into a new security setting that disables 16-bit applications. When you try to install them, you get an error:

preloader: Warning: failed to reserve range 00000000-60000000
winevdm: unable to exec '--app-name': 16-bit support missing

On ubuntuforums is a solution which actually works:

sudo sysctl -w vm.mmap_min_addr=0

]]></description>
			<content:encoded><![CDATA[<p>In ubuntu hardy heron, wine runs into a new security setting that disables 16-bit applications. When you try to install them, you get an error:</p>
<blockquote>
<pre>preloader: Warning: failed to reserve range 00000000-60000000</pre>
<pre>winevdm: unable to exec '--app-name': 16-bit support missing</pre>
</blockquote>
<p>On ubuntuforums is a solution which actually works:</p>
<blockquote>
<pre>sudo sysctl -w vm.mmap_min_addr=0</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/62/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Sandbox WordPress</title>
		<link>http://www.wlindley.com/archives/61</link>
		<comments>http://www.wlindley.com/archives/61#comments</comments>
		<pubDate>Mon, 12 May 2008 17:08:46 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=61</guid>
		<description><![CDATA[&#8220;How to (easily) Sandbox WordPress and Kick back with Plugins, Themes And Hacks&#8221;
Describes how to create a subdomain, install Wordpress, copy your content, and prevent search engines from finding your sandbox.
]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://http//www.tunequest.org/sandboxing-wordpress-kicking-around-with-plugins-themes-and-hacks/20061018/">&#8220;How to (easily) Sandbox WordPress and Kick back with Plugins, Themes And Hacks&#8221;</a></p></blockquote>
<p>Describes how to create a subdomain, install Wordpress, copy your content, and prevent search engines from finding your sandbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/61/feed</wfw:commentRss>
		</item>
		<item>
		<title>Cure for sluggishness on Hardy</title>
		<link>http://www.wlindley.com/archives/60</link>
		<comments>http://www.wlindley.com/archives/60#comments</comments>
		<pubDate>Wed, 07 May 2008 23:07:48 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=60</guid>
		<description><![CDATA[When starting a new program on, for example KUbuntu 8.04, there is a delay of several seconds. This can be caused by SCIM &#8212; which is a multi-language keyboard input protocol &#8212; not loading.  Check your system logs.  If this is the problem, try as root:
apt-get remove scim-qtimm scim-bridge-client-qt4 scim-bridge-client-qt scim-bridge-client-gtk scim-bridge-agent skim scim-modules-socket libskim0 [...]]]></description>
			<content:encoded><![CDATA[<p>When starting a new program on, for example KUbuntu 8.04, there is a delay of several seconds. This can be caused by SCIM &#8212; which is a multi-language keyboard input protocol &#8212; not loading.  Check your system logs.  If this is the problem, try as root:</p>
<blockquote><p><code>apt-get remove scim-qtimm scim-bridge-client-qt4 scim-bridge-client-qt scim-bridge-client-gtk scim-bridge-agent skim scim-modules-socket libskim0 libscim8c2a</code></p></blockquote>
<p>References: Ubuntu <a href="https://bugs.launchpad.net/ubuntu/+source/kubuntu-kde4-meta/+bug/203334">bug #2033334</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/scim/+bug/206302/+viewstatus">bug #206302</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/60/feed</wfw:commentRss>
		</item>
		<item>
		<title>Installing NVidia drivers on Ubuntu 8.04</title>
		<link>http://www.wlindley.com/archives/59</link>
		<comments>http://www.wlindley.com/archives/59#comments</comments>
		<pubDate>Tue, 06 May 2008 16:02:37 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=59</guid>
		<description><![CDATA[sudo apt-get install nvidia-glx-new linux-restricted-modules-$(uname -r) --reinstall
]]></description>
			<content:encoded><![CDATA[<pre>sudo apt-get install nvidia-glx-new linux-restricted-modules-$(uname -r) --reinstall</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/59/feed</wfw:commentRss>
		</item>
		<item>
		<title>Two commands enable DVD playback in Ubuntu</title>
		<link>http://www.wlindley.com/archives/58</link>
		<comments>http://www.wlindley.com/archives/58#comments</comments>
		<pubDate>Sat, 03 May 2008 17:00:35 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=58</guid>
		<description><![CDATA[sudo apt-get install totem-xine libxine1-ffmpeg libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh
]]></description>
			<content:encoded><![CDATA[<p><code>sudo apt-get install totem-xine libxine1-ffmpeg libdvdread3<br />
sudo /usr/share/doc/libdvdread3/install-css.sh</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/58/feed</wfw:commentRss>
		</item>
		<item>
		<title>No sound with pidgin, etc. on kubuntu</title>
		<link>http://www.wlindley.com/archives/57</link>
		<comments>http://www.wlindley.com/archives/57#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:19:48 +0000</pubDate>
		<dc:creator>bill</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=57</guid>
		<description><![CDATA[Problem: error message

play soxio: Failed reading `test.wav': unknown file type `auto'

Solution:

$ sudo apt-get install libsox-fmt-base libsox-fmt-ao

Installs everything you need just for the wave (.wav) format, or use


$ sudo apt-get install libsox-fmt-all

to install all available formats for sox and the play command.
]]></description>
			<content:encoded><![CDATA[<p>Problem: error message</p>
<blockquote>
<pre>play soxio: Failed reading `test.wav': unknown file type `auto'</pre>
</blockquote>
<p>Solution:</p>
<blockquote>
<pre>$ sudo apt-get install libsox-fmt-base libsox-fmt-ao</pre>
</blockquote>
<p>Installs everything you need just for the wave (.wav) format, <em>or use<br />
</em></p>
<blockquote>
<pre>$ sudo apt-get install libsox-fmt-all</pre>
</blockquote>
<p>to install all available formats for <strong><tt>sox</tt></strong> and the <strong><tt>play</tt></strong> command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wlindley.com/archives/57/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
