<?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/"
		>
<channel>
	<title>Comments for Tux Tweaks</title>
	<atom:link href="http://tuxtweaks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxtweaks.com</link>
	<description>Linux Tweaks, HowTo&#039;s and Reviews</description>
	<lastBuildDate>Mon, 21 May 2012 13:40:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Fixing Variable Bit Rate MP3&#8242;s With vbrfix by Cutlesnap</title>
		<link>http://tuxtweaks.com/2012/03/fixing-variable-bit-rate-mp3s-with-vbrfix/comment-page-1/#comment-8621</link>
		<dc:creator>Cutlesnap</dc:creator>
		<pubDate>Mon, 21 May 2012 13:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=1948#comment-8621</guid>
		<description>Thank you, this fixed my mp3s!

They had spaces in their names though, so I changed the command to:
for i in *.mp3; do vbrfix &quot;$i&quot; &quot;$i&quot;; done</description>
		<content:encoded><![CDATA[<p>Thank you, this fixed my mp3s!</p>
<p>They had spaces in their names though, so I changed the command to:<br />
for i in *.mp3; do vbrfix "$i" "$i"; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing LAMP on Ubuntu 12.04 Precise Pangolin by Mario</title>
		<link>http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/comment-page-1/#comment-8620</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 21 May 2012 04:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=2035#comment-8620</guid>
		<description>This worked great - thanks.</description>
		<content:encoded><![CDATA[<p>This worked great - thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat) by MaxPayne</title>
		<link>http://tuxtweaks.com/2010/04/installing-lamp-on-ubuntu-10-04-lucid-lynx/comment-page-19/#comment-8618</link>
		<dc:creator>MaxPayne</dc:creator>
		<pubDate>Sat, 19 May 2012 16:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=1281#comment-8618</guid>
		<description>thanks a lot!</description>
		<content:encoded><![CDATA[<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Configure Apache Web Server on Linux by ans</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8612</link>
		<dc:creator>ans</dc:creator>
		<pubDate>Thu, 17 May 2012 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8612</guid>
		<description>Linerd, 
My problem was much simpler. Apache just stop running and I didn&#039;t know. &lt;code&gt; sudo service apache2 start&lt;/code&gt; was enough! Thanks again.</description>
		<content:encoded><![CDATA[<p>Linerd,<br />
My problem was much simpler. Apache just stop running and I didn't know. <code> sudo service apache2 start</code> was enough! Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing LAMP on Ubuntu 12.04 Precise Pangolin by Nick</title>
		<link>http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/comment-page-1/#comment-8611</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 17 May 2012 07:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=2035#comment-8611</guid>
		<description>Thanks very much! The exact steps installations on the newly installed ubuntu 12.04. Thank you!</description>
		<content:encoded><![CDATA[<p>Thanks very much! The exact steps installations on the newly installed ubuntu 12.04. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Configure Apache Web Server on Linux by Ed</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8610</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 16 May 2012 15:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8610</guid>
		<description>&lt;strong&gt;WONDERFUL!&lt;/strong&gt; 
I had so many issues doing this on Natty 11.04, however on Pp 12.04 and your tutorial it works fine.
BIG BIG thank you!</description>
		<content:encoded><![CDATA[<p><strong>WONDERFUL!</strong><br />
I had so many issues doing this on Natty 11.04, however on Pp 12.04 and your tutorial it works fine.<br />
BIG BIG thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Configure Apache Web Server on Linux by Linerd</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8609</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Wed, 16 May 2012 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8609</guid>
		<description>Check you /etc/hosts file. Sometimes Network Manager likes to overwrite this file, so you might need to make the changes again. If that is the case, you could try making the file immutable so it can&#039;t be overwritten by the system. So make your changes to the file, then
[term]sudo chattr +i /etc/hosts[/term]
If you later need to reverse this later (is mutable a word?) 
[term]sudo chatter -i /etc/hosts[/term]</description>
		<content:encoded><![CDATA[<p>Check you /etc/hosts file. Sometimes Network Manager likes to overwrite this file, so you might need to make the changes again. If that is the case, you could try making the file immutable so it can't be overwritten by the system. So make your changes to the file, then</p>
<div class="term">sudo chattr +i /etc/hosts</div>
<p>If you later need to reverse this later (is mutable a word?) </p>
<div class="term">sudo chatter -i /etc/hosts</div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing LAMP on Ubuntu 12.04 Precise Pangolin by Linerd</title>
		<link>http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/comment-page-1/#comment-8608</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Wed, 16 May 2012 15:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=2035#comment-8608</guid>
		<description>&lt;a href=&quot;http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/2/&quot; title=&quot;Install phpMyAdmin in Ubuntu&quot; rel=&quot;nofollow&quot;&gt;phpMyAdmin installation&lt;/a&gt; is shown on page two of this post: http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/2/</description>
		<content:encoded><![CDATA[<p><a href="http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/2/" title="Install phpMyAdmin in Ubuntu" rel="nofollow">phpMyAdmin installation</a> is shown on page two of this post: <a href="http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/2/" rel="nofollow">http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Configure Apache Web Server on Linux by ans</title>
		<link>http://tuxtweaks.com/2009/07/how-to-configure-apache-linux/comment-page-4/#comment-8607</link>
		<dc:creator>ans</dc:creator>
		<pubDate>Wed, 16 May 2012 14:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=605#comment-8607</guid>
		<description>Hey Linerd,
It looks like things are getting worse for me. This solution I posted worked fine Yesterday, now my browsers can&#039;t display any local pages or phpMyAdmin any more... what&#039;s going on? thx</description>
		<content:encoded><![CDATA[<p>Hey Linerd,<br />
It looks like things are getting worse for me. This solution I posted worked fine Yesterday, now my browsers can't display any local pages or phpMyAdmin any more... what's going on? thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing LAMP on Ubuntu 12.04 Precise Pangolin by b3n</title>
		<link>http://tuxtweaks.com/2012/04/installing-lamp-on-ubuntu-12-04-precise-pangolin/comment-page-1/#comment-8606</link>
		<dc:creator>b3n</dc:creator>
		<pubDate>Wed, 16 May 2012 13:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=2035#comment-8606</guid>
		<description>great tutorial. i think you forgot to include installing phpmyadmin
sudo apt-get install phpmyadmin

so you&#039;ll not get phpmyadmin 404 error.</description>
		<content:encoded><![CDATA[<p>great tutorial. i think you forgot to include installing phpmyadmin<br />
sudo apt-get install phpmyadmin</p>
<p>so you'll not get phpmyadmin 404 error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

