<?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>William Lindley - wlindley.com &#187; Linux</title>
	<atom:link href="http://blog.wlindley.com/category/computers/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>A Computer Guru&#039;s Journal. Have Keyboard Will Travel. 480.947.6100</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Subversion 1.6 on Debian (Lenny)</title>
		<link>http://blog.wlindley.com/2010/01/subversion-1-6-on-debian-lenny/</link>
		<comments>http://blog.wlindley.com/2010/01/subversion-1-6-on-debian-lenny/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:40:43 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=386</guid>
		<description><![CDATA[See the instructions at http://backports.org/dokuwiki/doku.php?id=instructions]]></description>
			<content:encoded><![CDATA[<p>See the instructions at <a href="http://backports.org/dokuwiki/doku.php?id=instructions">http://backports.org/dokuwiki/doku.php?id=instructions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2010/01/subversion-1-6-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing PHP in Emacs &#8211; Debian, Ubuntu package</title>
		<link>http://blog.wlindley.com/2009/11/editing-php-in-emacs-debian-ubuntu-package/</link>
		<comments>http://blog.wlindley.com/2009/11/editing-php-in-emacs-debian-ubuntu-package/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:22:20 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs php php-mode]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/2009/11/editing-php-in-emacs-debian-ubuntu-package/</guid>
		<description><![CDATA[If it&#8217;s not already installed, for php-mode you can simply: # aptitude install php-elisp]]></description>
			<content:encoded><![CDATA[<p>If it&#8217;s not already installed, for php-mode you can simply:</p>
<pre style="padding-left: 30px;"># aptitude install php-elisp</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/11/editing-php-in-emacs-debian-ubuntu-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABLEConf 2009</title>
		<link>http://blog.wlindley.com/2009/10/ableconf-2009/</link>
		<comments>http://blog.wlindley.com/2009/10/ableconf-2009/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 11:52:22 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=315</guid>
		<description><![CDATA[Free. Saturday, October 24, 2009&#8230; 10am to 4pm at the University of Advancing Technology in Phoenix (Baseline Rd. just west of I-10). A full day of presentations and participation on free software. More info: http://www.ableconf.com/ Update: A good time and &#8230; <a href="http://blog.wlindley.com/2009/10/ableconf-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Free. </strong>Saturday, October 24, 2009&#8230; 10am to 4pm at the University of Advancing Technology in Phoenix (Baseline Rd. just west of I-10).</p>
<p>A full day of presentations and participation on free software.</p>
<p>More info: <a href="http://www.ableconf.com/">http://www.ableconf.com/</a></p>
<p>Update: A good time and a good place to meet like-minded folks and get up to speed on new technology, and even a few &#8220;Aha!&#8221; moments on how to do things better.  See you next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/10/ableconf-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on Text File Handling</title>
		<link>http://blog.wlindley.com/2009/10/notes-on-text-file-handling/</link>
		<comments>http://blog.wlindley.com/2009/10/notes-on-text-file-handling/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:59:37 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=312</guid>
		<description><![CDATA[For printing multiple pages, mpage comes in handy. It produces 2-up or 4-up Postscript from plain text files. (Debian package: mpage)  Curiously, &#8220;mpage &#8211;help&#8221; or any of the standard pleas for help don&#8217;t work; use: mpage -x Example use: mpage &#8230; <a href="http://blog.wlindley.com/2009/10/notes-on-text-file-handling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>For printing multiple pages, <a href="http://freshmeat.net/projects/mpage/">mpage</a> comes in handy. It produces 2-up or 4-up Postscript from plain text files. (Debian package: mpage)  Curiously, &#8220;mpage &#8211;help&#8221; or any of the standard pleas for help don&#8217;t work; use: <code>mpage -x</code> Example use:
<pre style="padding-left: 30px;">mpage -H -f myfile.txt</pre>
<p>Which enables headers (-H) and line folding (-f).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/10/notes-on-text-file-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Flash Player to Debian</title>
		<link>http://blog.wlindley.com/2009/09/adding-flash-player-to-debian/</link>
		<comments>http://blog.wlindley.com/2009/09/adding-flash-player-to-debian/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 00:47:14 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/2009/09/adding-flash-player-to-debian/</guid>
		<description><![CDATA[1) Add the backports repository by editing  /etc/apt/sources.lst (must be root) and adding the following line: deb http://www.backports.org/debian/ lenny-backports main contrib non-free Run the following: #aptitude update #aptitude install debian-backports-keyring (Ignore any warning that occur with the above 2 commands, &#8230; <a href="http://blog.wlindley.com/2009/09/adding-flash-player-to-debian/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1) Add the backports repository by editing  /etc/apt/sources.lst (must be root) and adding the following line:</p>
<pre>deb http://www.backports.org/debian/ lenny-backports main contrib non-free</pre>
<p>Run the following:</p>
<pre>#aptitude update
#aptitude install debian-backports-keyring</pre>
<p>(Ignore any warning that occur with the above 2 commands, the install will correct those)<br />
If you run #aptitude update again the warnings should be gone</p>
<p>2) Install Adobe Flash</p>
<pre>#aptitude install flashplugin-nonfree</pre>
<p>3)You shouldn&#8217;t need this step, but just in case run</p>
<p>and make sure the correct one (/usr/lib/flashplugin-nonfree/libflashplayer.so) is selected. It should be the current default.</p>
<p>4) Start Iceweasel and go the location about:plugins and you should see the latest Flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/09/adding-flash-player-to-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gimp 2.6 Toolbox is always in the way</title>
		<link>http://blog.wlindley.com/2009/09/gimp-2-6-toolbox-is-always-in-the-way/</link>
		<comments>http://blog.wlindley.com/2009/09/gimp-2-6-toolbox-is-always-in-the-way/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 20:06:56 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gimp]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/2009/09/gimp-2-6-toolbox-is-always-in-the-way/</guid>
		<description><![CDATA[The biggest frustration with Gimp 2.6 has been that pesky toolbox window always in the way over what I&#8217;m working on. Turns out it&#8217;s easy to make it act sanely. Try this: Go to Edit; Preferences; click Window Management; and &#8230; <a href="http://blog.wlindley.com/2009/09/gimp-2-6-toolbox-is-always-in-the-way/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The biggest frustration with Gimp 2.6 has been that pesky toolbox window always in the way over what I&#8217;m working on.  Turns out it&#8217;s easy to make it act sanely.  Try this: Go to Edit; Preferences; click Window Management; and under Window Manager Hints, change &#8220;Hint for the Toolbox&#8221; from &#8220;Utility Window&#8221; to &#8220;Normal Window.&#8221;  Then click OK.</p>
<p>I would have thought this would be called &#8220;Always On Top&#8221; (Gnome has an Always On Top setting, but it doesn&#8217;t help here) or something useful.  &#8220;Utility Window&#8221; doesn&#8217;t explain that it&#8217;s an &#8220;Always in your way&#8221; window&#8230; someone needs to find better words!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/09/gimp-2-6-toolbox-is-always-in-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualmin on a Debian Linode</title>
		<link>http://blog.wlindley.com/2009/08/virtualmin-on-a-debian-linode/</link>
		<comments>http://blog.wlindley.com/2009/08/virtualmin-on-a-debian-linode/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 18:05:43 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[virtualmin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=247</guid>
		<description><![CDATA[See also my comments of installation of Virtualmin on a  Centos linode&#8230; these are just the additional issues. GD under PHP not installed by default WordPress and other PHP systems were reporting errors about &#8220;imagecreatefromjpeg not defined&#8221; &#8230; that&#8217;s a &#8230; <a href="http://blog.wlindley.com/2009/08/virtualmin-on-a-debian-linode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>See also my comments of <a href="http://blog.wlindley.com/2009/03/setting-up-virtualmin-on-centos-with-a-linode/">installation of Virtualmin on a  Centos linode</a>&#8230; these are just the additional issues.</p>
<h2>GD under PHP not installed by default</h2>
<p>WordPress and other PHP systems were reporting errors about &#8220;imagecreatefromjpeg not defined&#8221; &#8230; that&#8217;s a PHP built-in function&#8230; what gives?  Somehow I didn&#8217;t have the GD image manipulation module loaded into PHP.  Here&#8217;s how to do that.</p>
<pre style="padding-left: 30px;"># sudo apt-get install php5-gd
# /etc/init.d/apache2 restart</pre>
<h2>Locales not installed by default</h2>
<p><em>(reported solved in Debian 5.0.2)</em></p>
<p>Apt-get was reporting huge batches of errors like:</p>
<pre style="padding-left: 30px;">perl: warning: Falling back to the standard locale ("C").
/usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct
manconv: can't set the locale; make sure $LC_* and $LANG are correct</pre>
<p>The solution is to:</p>
<pre style="padding-left: 30px;">apt-get install locales
dpkg-reconfigure locales</pre>
<p>and I added the locale:  en_US.UTF-8 UTF-8</p>
<div id="_mcePaste" style="overflow: hidden; left: -10000px; width: 1px; position: absolute; top: 0px; height: 1px;">
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;" dir="ltr">dpkg-reconfigure locales</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/08/virtualmin-on-a-debian-linode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VirtualBox on Centos 5.2</title>
		<link>http://blog.wlindley.com/2009/01/installing-virtualbox-on-centos-52/</link>
		<comments>http://blog.wlindley.com/2009/01/installing-virtualbox-on-centos-52/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 18:25:04 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=132</guid>
		<description><![CDATA[Full instructions, particularly for &#8220;headless&#8221; installation, are here. First we download the RPM for RedHat Enterprise Linux 5 (RHEL 5) which is the equivalent to Centos from the virtualbox.org site After downloading (and renaming the file to eliminate everything after &#8230; <a href="http://blog.wlindley.com/2009/01/installing-virtualbox-on-centos-52/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Full instructions, particularly for &#8220;headless&#8221; installation, are <a href="http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-2.0-on-a-headless-centos-5.2-server">here</a>.<a href="http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-2.0-on-a-headless-centos-5.2-server"><br />
</a></p>
<p>First we download the RPM for RedHat Enterprise Linux 5 (RHEL 5) which is the equivalent to Centos from <a href="http://www.virtualbox.org/wiki/Linux_Downloads">the virtualbox.org site</a></p>
<p>After downloading (and renaming the file to eliminate everything after the .rpm) we install as follows but get an error:</p>
<blockquote>
<pre># rpm -ivh VirtualBox-2.1.0_(version).rpm
...
No precompiled module for this kernel found! ...
Compilation of kernel module FAILED! ...
Please consult
   /var/log/vbox-install.log
to find out why the kernel module does not compile.
Most probably the kernel sources are not found.
Install them and execute
   <strong>/etc/init.d/vboxdrv setup</strong>
as root.</pre>
</blockquote>
<p>To rectify this:</p>
<blockquote>
<pre># yum install SDL kernel-devel kernel-headers
# KERN_DIR=/usr/src/kernels/2.6.18-whatever-your-current-kernel
# export KERN_DIR
# /etc/init.d/vboxdrv setup</pre>
</blockquote>
<p>Then add users to the vboxusers group:</p>
<blockquote>
<pre># /usr/sbin/usermod -a -G vboxusers yourusername</pre>
</blockquote>
<p>and you should be able to launch VirtualBox from the <strong>Applications / System Tools</strong> menu.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/01/installing-virtualbox-on-centos-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPM Bits on Centos 5</title>
		<link>http://blog.wlindley.com/2008/12/rpm-bits-on-centos-5/</link>
		<comments>http://blog.wlindley.com/2008/12/rpm-bits-on-centos-5/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 14:50:11 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=125</guid>
		<description><![CDATA[To get gkrellm and other goodies: # rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm That&#8217;s for Centos 5.x (RHEL 5)&#8230; there may be updated instructions on Dag&#8217;s site. On a 64-bit system, once you add rpmforge you may have problems like this, when you &#8230; <a href="http://blog.wlindley.com/2008/12/rpm-bits-on-centos-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>To get <code>gkrellm</code> and other goodies:<br />
<blockquote>
<pre># <span style="text-decoration: underline;">rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</span></pre>
</blockquote>
<p>That&#8217;s for Centos 5.x (RHEL 5)&#8230; there may be updated instructions <a href="http://dag.wieers.com/rpm/FAQ.php">on Dag&#8217;s site</a>.</li>
<li>On a 64-bit system, once you add rpmforge you may have problems like this, when you go to do an update:<br />
<blockquote>
<pre>Transaction Check Error:
  file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.5.4-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5
...</pre>
</blockquote>
<p>That&#8217;s because rpmforge has only the 64-bit subversion, which conflicts with the old 32-bit installed version.  You probably have both installed, which is normal.  Verify this with:</p>
<blockquote>
<pre># <span style="text-decoration: underline;">rpm -q --qf '%{NAME} %{ARCH}\n' subversion</span>
subversion x86_64
subversion i386</pre>
</blockquote>
<p>The most logical way to resolve this conflict between repositories is to uninstall (erase, with the <code>-e</code> switch to <code>rpm</code>) the package and re-install it:</p>
<blockquote>
<pre># <span style="text-decoration: underline;">rpm -e --allmatches subversion</span>
# <span style="text-decoration: underline;">yum install subversion</span></pre>
</blockquote>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2008/12/rpm-bits-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird 2 on Centos 5.1</title>
		<link>http://blog.wlindley.com/2008/10/thunderbird-2-on-centos-51-2/</link>
		<comments>http://blog.wlindley.com/2008/10/thunderbird-2-on-centos-51-2/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 18:30:48 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.wlindley.com/?p=63</guid>
		<description><![CDATA[Found at tbox.myblogspot.com: 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 /opt 4. &#8230; <a href="http://blog.wlindley.com/2008/10/thunderbird-2-on-centos-51-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found at <a href="http://tboxmy.blogspot.com/2008/05/thunderbird-on-centos-51.html">tbox.myblogspot.com</a>:</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 thunderbird-2.0.0.14.tar.gz to the directory /tmp.</li>
<li>Extract the files</li>
<li>Open a terminal and login as root to the directory /opt<br />
<blockquote><p><tt>su -<br />
cd /opt</tt></p>
<p><tt>4. Copy the extracted forlders to /opt<br />
cp -rf /tmp/thunderbird /opt</tt></p>
<p><tt>5. Install the older library of libstdc++.so.5 (5.1 comes with version libstdc++.so.6)<br />
yum install compat-libstdc++-33.i386</tt></p>
<p><tt>6. Test the Thunderbird as a normal user<br />
/opt/thunderbird/thunderbird</tt></p>
<p><tt>7. Copy the icons to the user wide pixmap<br />
cp thunderbird/icons/mozicon*.xpm /usr/share/pixmaps/</tt></p>
<p><tt>8. 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 />
chmod 01777 /var/spool/mail </tt></p></blockquote>
</li>
</ol>
<p><tt>Add the application launcher in the panel/menu using the mozicon icon. Only things left is to install other plugins. My first plugins are always the Calendar (lightning) and birthday.</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2008/10/thunderbird-2-on-centos-51-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
