<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments for Coffeemonk</title>
	<atom:link href="http://www.coffeemonk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coffeemonk.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jun 2010 12:49:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Linux Toolbox: alias by glebeconnection</title>
		<link>http://www.coffeemonk.com/2009/05/linux-toolbox-alias/comment-page-1/#comment-118</link>
		<dc:creator>glebeconnection</dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=96#comment-118</guid>
		<description>to answer my own question: make the file in your bin directory and link to it from /usr/bin and bash will find its name in the path: 
sudo ln -s $HOME/bin/filename /usr/bin/filename </description>
		<content:encoded><![CDATA[<p>to answer my own question: make the file in your bin directory and link to it from /usr/bin and bash will find its name in the path:<br />
sudo ln -s $HOME/bin/filename /usr/bin/filename</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Toolbox: alias by glebeconnection</title>
		<link>http://www.coffeemonk.com/2009/05/linux-toolbox-alias/comment-page-1/#comment-117</link>
		<dc:creator>glebeconnection</dc:creator>
		<pubDate>Wed, 26 May 2010 12:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=96#comment-117</guid>
		<description>hey, surprise, didn&#039;t realise i&#039;d get to comment so easily. but i had a wordpress account...   Good show, launchin a linux toolbox :-)  Like the &quot;hard copy&quot; graphics too... 
 
#run fortune when you want it; mine&#039;s commented out in .bashrc 
alias 4tune=&#039;mint-fortune&#039; 
# edit this .bash_aliases file 
alias bal=&#039;vi $HOME/.bash_aliases&#039; 
# access a pen drive called disk 
alias cdd=&#039;cd /media/disk&#039; 
# customise .bashrc 
alias custom=&#039;vi $HOME/.bashrc&#039; 
# count down the days to World Cup Socccer&#039;s kickoff 
alias fifa=&#039;expr 161 - `date +%j`&#039; 
# switch to GUI to open a file 
alias go=&#039;gnome-open&#039; 
# use GUI to open the home directory; &#039;nautilus $HOME&#039; is slower 
alias home=&#039;gnome-open $HOME&#039; 
# quit firefox without the mouse notching up miles; also clean cache 
alias kf=&#039;killall firefox&#039; 
# logout from the terminal 
lgt=&#039;/usr/bin/gnome-session-save --kill&#039; 
# ls varies among distributions; show hidden files only 
alias lh=&#039;ls -la --ignore=[0-Z]*&#039; 
# open Open Office Word Processor but skip splash screen 
oo=&#039;oowriter -nologo &amp;&#039; 
# see your internet data usage 
alias ppp=&#039;ifconfig &#124; grep --color &#039;RX.by.*\$&#039;&#039; 
# use python to do calculations or serious programming 
alias py=&#039;python&#039; 
# shutdown the computer from where you are 
shut=&#039;sudo shutdown -h now&#039; 
# open another terminal 
alias tt=&#039;gnome-terminal &amp;&#039; 
# today in history and more 
alias today=&#039;grep -h -d skip `date +%m/%d` /usr/share/calendar/*&#039; 
# open an xterm; useful since it looks different 
alias xt=&#039;xterm &amp;&#039; 
 
what i was looking for was a way to run a file as root. eg. source ~/bin/file followed by &quot;file&quot; as root would work but i had sudo in mind. </description>
		<content:encoded><![CDATA[<p>hey, surprise, didn&#39;t realise i&#39;d get to comment so easily. but i had a wordpress account&#8230;   Good show, launchin a linux toolbox :-)  Like the &quot;hard copy&quot; graphics too&#8230; </p>
<p>#run fortune when you want it; mine&#39;s commented out in .bashrc<br />
alias 4tune=&#39;mint-fortune&#39;<br />
# edit this .bash_aliases file<br />
alias bal=&#39;vi $HOME/.bash_aliases&#39;<br />
# access a pen drive called disk<br />
alias cdd=&#39;cd /media/disk&#39;<br />
# customise .bashrc<br />
alias custom=&#39;vi $HOME/.bashrc&#39;<br />
# count down the days to World Cup Socccer&#39;s kickoff<br />
alias fifa=&#39;expr 161 &#8211; `date +%j`&#39;<br />
# switch to GUI to open a file<br />
alias go=&#39;gnome-open&#39;<br />
# use GUI to open the home directory; &#39;nautilus $HOME&#39; is slower<br />
alias home=&#39;gnome-open $HOME&#39;<br />
# quit firefox without the mouse notching up miles; also clean cache<br />
alias kf=&#39;killall firefox&#39;<br />
# logout from the terminal<br />
lgt=&#39;/usr/bin/gnome-session-save &#8211;kill&#39;<br />
# ls varies among distributions; show hidden files only<br />
alias lh=&#39;ls -la &#8211;ignore=[0-Z]*&#39;<br />
# open Open Office Word Processor but skip splash screen<br />
oo=&#39;oowriter -nologo &amp;&#39;<br />
# see your internet data usage<br />
alias ppp=&#39;ifconfig | grep &#8211;color &#39;RX.by.*\$&#39;&#39;<br />
# use python to do calculations or serious programming<br />
alias py=&#39;python&#39;<br />
# shutdown the computer from where you are<br />
shut=&#39;sudo shutdown -h now&#39;<br />
# open another terminal<br />
alias tt=&#39;gnome-terminal &amp;&#39;<br />
# today in history and more<br />
alias today=&#39;grep -h -d skip `date +%m/%d` /usr/share/calendar/*&#39;<br />
# open an xterm; useful since it looks different<br />
alias xt=&#39;xterm &amp;&#39; </p>
<p>what i was looking for was a way to run a file as root. eg. source ~/bin/file followed by &quot;file&quot; as root would work but i had sudo in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Designing For Expandable Content Boxes by @shpemu</title>
		<link>http://www.coffeemonk.com/2009/06/designing-for-expandable-content-boxes/comment-page-1/#comment-116</link>
		<dc:creator>@shpemu</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=596#comment-116</guid>
		<description>I recently started looking into using CSS to create gradients for effects like this. The only drawback I&#039;ve found is that in the coding you have to specify the height of the item. The example here,&lt;a href=&quot;http://ow.ly/1Daz5&quot; target=&quot;_blank&quot;&gt;http://ow.ly/1Daz5&lt;/a&gt; , is for backgrounds, but I&#039;ve been able to adapt it to &lt;div&gt; tags. I started experimenting with using multiple &lt;div&gt; tags to create multiple gradients, but no luck (and not much time to do so) just yet. </description>
		<content:encoded><![CDATA[<p>I recently started looking into using CSS to create gradients for effects like this. The only drawback I&#039;ve found is that in the coding you have to specify the height of the item. The example here,<a href="http://ow.ly/1Daz5" target="_blank">http://ow.ly/1Daz5</a> , is for backgrounds, but I&#039;ve been able to adapt it to &lt;div&gt; tags. I started experimenting with using multiple &lt;div&gt; tags to create multiple gradients, but no luck (and not much time to do so) just yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two Basic Principles of SEO by Jason Clark</title>
		<link>http://www.coffeemonk.com/2010/02/two-basic-principles-of-seo/comment-page-1/#comment-104</link>
		<dc:creator>Jason Clark</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=697#comment-104</guid>
		<description>Great summation Matt! </description>
		<content:encoded><![CDATA[<p>Great summation Matt!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two Basic Principles of SEO by Jay Lane</title>
		<link>http://www.coffeemonk.com/2010/02/two-basic-principles-of-seo/comment-page-1/#comment-103</link>
		<dc:creator>Jay Lane</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=697#comment-103</guid>
		<description>Hey Matt. Great post. I agree with everything you said. If you can develop great content, visitors will find you, regardless of whether or not you&#039;ve paid some big SEO firm lots of money to make your site SEO-friendly. Glad to see that you&#039;re back in the saddle again.  </description>
		<content:encoded><![CDATA[<p>Hey Matt. Great post. I agree with everything you said. If you can develop great content, visitors will find you, regardless of whether or not you&#039;ve paid some big SEO firm lots of money to make your site SEO-friendly. Glad to see that you&#039;re back in the saddle again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Toolbox: alias by Skiz</title>
		<link>http://www.coffeemonk.com/2009/05/linux-toolbox-alias/comment-page-1/#comment-102</link>
		<dc:creator>Skiz</dc:creator>
		<pubDate>Mon, 15 Feb 2010 07:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=96#comment-102</guid>
		<description>When dealing with multiple firewalls and you have keys set up, you can initiate all of the hops with something like this to grab a clean mysql console or anything else you need. 
 
alias devel=&#039;ssh -t host1 ssh -t host2 ssh -t host3 mysql -hdbhost&#039; </description>
		<content:encoded><![CDATA[<p>When dealing with multiple firewalls and you have keys set up, you can initiate all of the hops with something like this to grab a clean mysql console or anything else you need. </p>
<p>alias devel=&#8217;ssh -t host1 ssh -t host2 ssh -t host3 mysql -hdbhost&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photoshop Guides and Pixel-Precise Alignment by Mirko Van Colen</title>
		<link>http://www.coffeemonk.com/2009/05/photoshop-guides-and-pixel-precise-alignment/comment-page-1/#comment-101</link>
		<dc:creator>Mirko Van Colen</dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=252#comment-101</guid>
		<description>Hi Jay, 
 
There is a better way !  Hold down the Shift-key while dragging the guide.  It will be a pixel-precise guide ! 
 
Regards, 
Mirko </description>
		<content:encoded><![CDATA[<p>Hi Jay, </p>
<p>There is a better way !  Hold down the Shift-key while dragging the guide.  It will be a pixel-precise guide ! </p>
<p>Regards,<br />
Mirko</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Four Great Years by Sara Devlin</title>
		<link>http://www.coffeemonk.com/2009/06/four-great-years/comment-page-1/#comment-94</link>
		<dc:creator>Sara Devlin</dc:creator>
		<pubDate>Fri, 03 Jul 2009 11:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=581#comment-94</guid>
		<description>Brother, thank you for having the good sense to meet Sara.  I LOVE how you guys are when you&#039;re together, and I love that you let her know how wonderful she is.  I don&#039;t see you every day, so I don&#039;t know if you do it everyday, but I know that whenever we&#039;re with you, you&#039;re always letting her know how much you love her. 
 
I LOVE that about you. 
 
I happy that you&#039;re my brother, and my only regret is that we are not together all the time to become even better friends and closer companions through the years. 
 
No matter what, I love you.  The kids love you, and we miss you forever!!! 
 
Hugs, 
 
SARA </description>
		<content:encoded><![CDATA[<p>Brother, thank you for having the good sense to meet Sara.  I LOVE how you guys are when you&#039;re together, and I love that you let her know how wonderful she is.  I don&#039;t see you every day, so I don&#039;t know if you do it everyday, but I know that whenever we&#039;re with you, you&#039;re always letting her know how much you love her. </p>
<p>I LOVE that about you. </p>
<p>I happy that you&#039;re my brother, and my only regret is that we are not together all the time to become even better friends and closer companions through the years. </p>
<p>No matter what, I love you.  The kids love you, and we miss you forever!!! </p>
<p>Hugs, </p>
<p>SARA</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Four Great Years by Ben</title>
		<link>http://www.coffeemonk.com/2009/06/four-great-years/comment-page-1/#comment-82</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=581#comment-82</guid>
		<description>Y&#039;all so cute.</description>
		<content:encoded><![CDATA[<p>Y&#8217;all so cute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Four Great Years by matt</title>
		<link>http://www.coffeemonk.com/2009/06/four-great-years/comment-page-1/#comment-81</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffeemonk.com/?p=581#comment-81</guid>
		<description>Brent, I have to agree with the chewable aspirin thing... at first they tasted great&#8212;like an orange creamsicle, towards the bottom though, they got bitter. Pineapple Julius does sound good, though. Will have to try that.

And Lisa, it&#039;s amazing how great life can be when you&#039;re with the right person! Congrats on finding yours too!</description>
		<content:encoded><![CDATA[<p>Brent, I have to agree with the chewable aspirin thing&#8230; at first they tasted great&mdash;like an orange creamsicle, towards the bottom though, they got bitter. Pineapple Julius does sound good, though. Will have to try that.</p>
<p>And Lisa, it&#8217;s amazing how great life can be when you&#8217;re with the right person! Congrats on finding yours too!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
