<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Trylinux.org</title>
	<link>http://trylinux.org</link>
	<description>Linux tips and advocacy</description>
	<lastBuildDate>Thu, 27 May 2010 14:51:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Sending email from the command line and specifying the from</title>
		<description><![CDATA[The easiest way to send an email from a Linux command line is this:
mail -s subject me@here.com < /dev/null
Sometimes you need to specify the from address, but I'm always forgetting the syntax.
echo "The message" &#124; mail -s "The subject" me@here.com -- -f sender@someplace.com  
]]></description>
		<link>http://trylinux.org/2010/05/27/sending-email-from-the-command-line-and-specifying-the-from/</link>
			</item>
	<item>
		<title>glTail</title>
		<description><![CDATA[Very cool way to visualize you web traffic.  It takes a little work to get installed, but it is definitely cool.  Check out the video to see it in action.
http://www.fudgie.org/
]]></description>
		<link>http://trylinux.org/2010/03/31/gltail/</link>
			</item>
	<item>
		<title>Compiling ArcEMU on Fedora</title>
		<description><![CDATA[I was trying to compile ArcEMU on Fedora and I kept geting the following error:
configure: error: Couldn&#8217;t find pcre library. Make sure your pcre path is correct.
Turns out if you don&#8217;t have the mysql-devel packages installed you get this error.  That makes a lot of sense.  After an hour of searching the web and building [...]]]></description>
		<link>http://trylinux.org/2009/10/09/compiling-arcemu-on-fedora/</link>
			</item>
	<item>
		<title>agedu &#8211; Find used disk space easily</title>
		<description><![CDATA[I usually use something like du -s * to find used disk space, but this utility is pretty handy.
http://www.chiark.greenend.org.uk/~sgtatham/agedu/
Just run the following commands and it provides you with a web interface you can drill down to to see used disk space and how old the files are:
agedu -f /tmp/agedu.dat &#8211;scan /
agedu &#8211;address &#60;Your IP&#62; &#8211;auth [...]]]></description>
		<link>http://trylinux.org/2009/07/29/agedu-find-used-disk-space-easily/</link>
			</item>
	<item>
		<title>World of Warcraft Text to Speech</title>
		<description><![CDATA[During my Christmas break I&#8217;ve been working on another project.  I was playing World of Warcraft and was checking out some of the add-ons.  I noticed there wasn&#8217;t any text to speech add-ons, so I thought I bet I could make it work.   Check out the site here:  WoWSpeech.net
]]></description>
		<link>http://trylinux.org/2008/12/29/world-of-warcraft-text-to-speech/</link>
			</item>
	<item>
		<title>wordbook</title>
		<description><![CDATA[I just installed the wordbook plugin for my wordpress blog.  Hopefully this will help me add some content to my facebook page which I have seriously neglected.  It seems like a nice plugin, let&#8217;s hope it works.
]]></description>
		<link>http://trylinux.org/2008/09/03/wordbook/</link>
			</item>
	<item>
		<title>OpenDNS.org and issues with Mac OSX</title>
		<description><![CDATA[I ran across a great site today for people with kids or just want to filter traffic on their network.  I have 3 kids and I just bought my 5 and 3 year old a macbook to share.  When I ran across http://OpenDNS.org I thought wow this would be a great time to do some [...]]]></description>
		<link>http://trylinux.org/2008/08/26/opendnsorg-and-issues-with-mac-osx/</link>
			</item>
	<item>
		<title>Lack of posts recently</title>
		<description><![CDATA[I&#8217;ve been slacking on the posts recently.  There has been a lot going on.  I&#8217;ve switched jobs and I&#8217;m now working for E.W. Scripps&#8217; Online Division.  E.W. Scripps is newspaper company based in Knoxville and also formally part of HGTV, FOOD Networ, etc.  I was brought on to help split out the web servers during [...]]]></description>
		<link>http://trylinux.org/2008/07/28/lack-of-posts-recently/</link>
			</item>
	<item>
		<title>Task_Killable in 2.6.26 kernel</title>
		<description><![CDATA[Ever been frustrated by a processes that you could not kill on a Linux box?  I know I have, especially working with Samba and NFS.  Good news, there is a new sleep state that will help eliminate the problem and more code makes use of it.  In fact most of the NFS code has already [...]]]></description>
		<link>http://trylinux.org/2008/07/28/task_killable-in-2626-kernel/</link>
			</item>
	<item>
		<title>Huge fonts and toolbar in firefox 3</title>
		<description><![CDATA[I&#8217;ve tried the firefox 3 beta a couple times on my linux box.  Every time I try it the fonts and toolbars are obnoxiously big.  I couldn&#8217;t find any help on this.  It seemed like a dpi issue, so I went to about:config and searched for dpi.  There it was layout.css.dpi.  Mine was set to [...]]]></description>
		<link>http://trylinux.org/2008/04/18/huge-fonts-and-toolbar-in-firefox-3/</link>
			</item>
</channel>
</rss>
