<?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>Derek Hildreth's Blog &#187; wilt</title>
	<atom:link href="http://www.derekhildreth.com/blog/tag/wilt/feed" rel="self" type="application/rss+xml" />
	<link>http://www.derekhildreth.com/blog</link>
	<description>Family, Friends, Computers, and Linux</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding Hard Word Wrap/Line Break Feature to Gedit [Tutorial]</title>
		<link>http://www.derekhildreth.com/blog/adding-hard-word-wrapline-break-feature-to-gedit-tutorial</link>
		<comments>http://www.derekhildreth.com/blog/adding-hard-word-wrapline-break-feature-to-gedit-tutorial#comments</comments>
		<pubDate>Thu, 25 Feb 2010 03:52:21 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[break]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wilt]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[wrap]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1077</guid>
		<description><![CDATA[A hard word wrap or line break feature isn&#8217;t included in gedit by default, but it&#8217;s easily added by using the &#8216;External Tools&#8217; plugin and a two-liner shell script. This will allow you to format your documents with a line break at column 80, or whatever you&#8217;d like it to be, by selecting the text, [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/adding-hard-word-wrapline-break-feature-to-gedit-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refreshing /dev Device Nodes in Busybox with &#8216;mdev -s&#8217;</title>
		<link>http://www.derekhildreth.com/blog/refreshing-dev-device-nodes-in-busybox-with-mdev-s</link>
		<comments>http://www.derekhildreth.com/blog/refreshing-dev-device-nodes-in-busybox-with-mdev-s#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:49:23 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Embedded Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[busybox]]></category>
		<category><![CDATA[mdev]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1073</guid>
		<description><![CDATA[If you&#8217;re using the Busybox environment common in embedded linux systems, and you come across a situation where you need to refresh the /dev device nodes, simply use the command &#8216;mdev -s&#8216;. The description from the Busybox help file states: Scan /sys and populate /dev during system boot I ran across this scenario today where [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/refreshing-dev-device-nodes-in-busybox-with-mdev-s/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answering Terminal Prompts/Warnings Automatically</title>
		<link>http://www.derekhildreth.com/blog/answering-terminal-promptswarnings-automatically</link>
		<comments>http://www.derekhildreth.com/blog/answering-terminal-promptswarnings-automatically#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:51:18 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[answer]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[wilt]]></category>
		<category><![CDATA[yes]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1070</guid>
		<description><![CDATA[A quick tip for automating those terminal prompts or warnings that you may get while, for example, overwriting files during a &#8216;cp&#8217; command, is to use the &#8216;yes&#8216; command which will &#8220;be repetitively affirmative&#8221;. Use it like this: yes &#124; cp -r foo/ bar/ The &#8216;yes&#8217; command will output whatever you want forever as well. [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/answering-terminal-promptswarnings-automatically/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeSourcery.com:  A Place to Get Cross Compile Toolchains for ARM</title>
		<link>http://www.derekhildreth.com/blog/codesourcery-com-a-place-to-get-cross-compile-toolchains-for-arm</link>
		<comments>http://www.derekhildreth.com/blog/codesourcery-com-a-place-to-get-cross-compile-toolchains-for-arm#comments</comments>
		<pubDate>Wed, 17 Feb 2010 04:07:49 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Embedded Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[cross compile]]></category>
		<category><![CDATA[toolchain]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1064</guid>
		<description><![CDATA[This is something that I&#8217;m still coming to grips with, but today I learned that the cross compile toolchains that Technologic Systems provides for at least some of their products come from CodeSourcery.com. A quick blurb from their website: CodeSourcery, in partnership with ARM, Ltd., develops improvements to the GNU Toolchain for ARM processors and [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/codesourcery-com-a-place-to-get-cross-compile-toolchains-for-arm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide on TFTP Server Setup in Fedora</title>
		<link>http://www.derekhildreth.com/blog/guide-on-tftp-server-setup-in-fedora</link>
		<comments>http://www.derekhildreth.com/blog/guide-on-tftp-server-setup-in-fedora#comments</comments>
		<pubDate>Tue, 16 Feb 2010 05:13:43 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Fedora Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[TFTP]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1050</guid>
		<description><![CDATA[This guide will help you understand the very basics of setting up a TFTP server.  This was written using Fedora 12 and tested with SELinux disabled. I have not yet confirmed if SELinux needs to be disabled, but I have confirmed that the firewall needs to be configured to allow port 69 (TFTP port).  Let&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/guide-on-tftp-server-setup-in-fedora/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix &#8220;public key is not available&#8221; Message</title>
		<link>http://www.derekhildreth.com/blog/how-to-fix-public-key-is-not-available-message</link>
		<comments>http://www.derekhildreth.com/blog/how-to-fix-public-key-is-not-available-message#comments</comments>
		<pubDate>Sat, 13 Feb 2010 04:48:33 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[keyring]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1036</guid>
		<description><![CDATA[Here are the steps that I have taken in the past to fix the &#8220;public key is not available:&#8221; message while trying to use apt-get: 1.) Use apt-get to install debian-archive-keyring apt-get install debian-archive-keyring 2.) Try using apt-get again. Additional information will be provided. 3.) Use additional information from last attempt with gpg commands. Replace [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/how-to-fix-public-key-is-not-available-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Static IP Address in Linux Terminal</title>
		<link>http://www.derekhildreth.com/blog/setup-static-ip-address-in-linux</link>
		<comments>http://www.derekhildreth.com/blog/setup-static-ip-address-in-linux#comments</comments>
		<pubDate>Fri, 12 Feb 2010 06:01:18 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Embedded Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1041</guid>
		<description><![CDATA[This tidbit intends on helping folks running Linux in an embedded environment to setup a static IP address. This is also applicable to full fledge desktop installations of Linux as well. It has been tested on Debian Linux, but I suspect the process is identical for most distributions. Let&#8217;s get to it&#8230; Edit &#8220;/etc/network/interfaces&#8221; to [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/setup-static-ip-address-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding glibc and gcc Versions</title>
		<link>http://www.derekhildreth.com/blog/finding-glibc-and-gcc-versions</link>
		<comments>http://www.derekhildreth.com/blog/finding-glibc-and-gcc-versions#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:30:54 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Embedded Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[cross compile]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[glibc]]></category>
		<category><![CDATA[toolchain]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1034</guid>
		<description><![CDATA[Today I was asked to compile a program for one of the SBCs that I work with. The difficulty was in trying to choose the correct cross-compiling toolchain. Since there were several different toolchains each with a different version of gcc and glibc, I wanted to know what other utilities like &#8216;ls&#8217; were compiled with [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/finding-glibc-and-gcc-versions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create/Compress/Archive Almost Any File in Linux (tar, tar.gz, tar.bz2, gz, bz, zip, 7z, rar, etc&#8230;)</title>
		<link>http://www.derekhildreth.com/blog/createcompressarchive-almost-any-file-in-linux-tar-tar-gz-tar-bz2-gz-bz-zip-7z-rar-etc</link>
		<comments>http://www.derekhildreth.com/blog/createcompressarchive-almost-any-file-in-linux-tar-tar-gz-tar-bz2-gz-bz-zip-7z-rar-etc#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:55:30 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1025</guid>
		<description><![CDATA[This is a no-frills Linux command line guide/cheat sheet that will help you archive or compress just about any file that you&#8217;re bound to come across. If you&#8217;d like to have more options, read the man pages! Also, the opposite to this guide about extracting/uncompressing/unarchiving files in Linux can be found here. Preliminary: Most compression [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/createcompressarchive-almost-any-file-in-linux-tar-tar-gz-tar-bz2-gz-bz-zip-7z-rar-etc/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resizing Photos in Linux or Mac OSX</title>
		<link>http://www.derekhildreth.com/blog/resizing-photos-in-linux-or-mac-osx</link>
		<comments>http://www.derekhildreth.com/blog/resizing-photos-in-linux-or-mac-osx#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:42:34 +0000</pubDate>
		<dc:creator>SendDerek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[My Interests]]></category>
		<category><![CDATA[WILT]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[wilt]]></category>

		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=1015</guid>
		<description><![CDATA[Forget pulling up Photoshop, GIMP, or any other GUI program for a simple CLI job. With utilities like &#8216;mogrify&#8216; for Linux and &#8216;sips&#8216; for Mac OSX, it&#8217;s incredibly quick and easy to batch resize images through the command line. For example, if I wanted to resize all images within a particular folder to a width [...]]]></description>
		<wfw:commentRss>http://www.derekhildreth.com/blog/resizing-photos-in-linux-or-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
