<?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"
	>
<channel>
	<title>Comments for FSLog</title>
	<atom:link href="http://www.fslog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fslog.com</link>
	<description>Free Software Blog</description>
	<pubDate>Sat, 11 Oct 2008 11:31:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Feedly - social, magazine like start page for firefox by Bookmarks about Startpage</title>
		<link>http://www.fslog.com/2008/06/27/feedly-social-magazine-like-start-page-for-firefox/#comment-2560</link>
		<dc:creator>Bookmarks about Startpage</dc:creator>
		<pubDate>Sun, 05 Oct 2008 15:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=336#comment-2560</guid>
		<description>[...] - bookmarked by 4 members originally found by bishounenai on 2008-09-17  Feedly - social, magazine like start page for firefox  http://www.fslog.com/2008/06/27/feedly-social-magazine-like-start-page-for-firefox/ - bookmarked [...]</description>
		<content:encoded><![CDATA[<p>[...] - bookmarked by 4 members originally found by bishounenai on 2008-09-17  Feedly - social, magazine like start page for firefox  <a href="http://www.fslog.com/2008/06/27/feedly-social-magazine-like-start-page-for-firefox/" rel="nofollow">http://www.fslog.com/2008/06/27/feedly-social-magazine-like-start-page-for-firefox/</a> - bookmarked [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript trick to edit the page displayed by lol cool</title>
		<link>http://www.fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/#comment-2558</link>
		<dc:creator>lol cool</dc:creator>
		<pubDate>Fri, 03 Oct 2008 02:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=335#comment-2558</guid>
		<description>lol i wish u could save these it would be so hilarious. i have a million things i would do with this if u could XD</description>
		<content:encoded><![CDATA[<p>lol i wish u could save these it would be so hilarious. i have a million things i would do with this if u could XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript trick to edit the page displayed by cody</title>
		<link>http://www.fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/#comment-2557</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Mon, 22 Sep 2008 19:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=335#comment-2557</guid>
		<description>Lol, i used this on my school grades site to trick my mom so i wouldent get grounded</description>
		<content:encoded><![CDATA[<p>Lol, i used this on my school grades site to trick my mom so i wouldent get grounded</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up LAMP on your Ubuntu desktop by Roger Heathcote</title>
		<link>http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2555</link>
		<dc:creator>Roger Heathcote</dc:creator>
		<pubDate>Thu, 11 Sep 2008 10:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=301#comment-2555</guid>
		<description>Jeez Erik don't give up so easily. I just googled 'install phpmyadmin' and found several easy step by step guides - try this one http://www.howtoforge.com/ubuntu_debian_lamp_server

I guess no-one's made anything like WAMP for linux coz there doesn't sem like there's much more to it than typing: sudo apt-get install php5 mysql-server apache2 phpmyadmin - and then tweaking a few config files. It's publicly accessible servers where you need to get all hardcore about.

You should be able to get to PHPmyadmin by browsing to http://localhost/phpmyadmin just like you do on Windows. If you dont get that you either haven't installed or configured it correctly

Likewise for web pages to be served up as such you have to put them in your htdocs folder, just like you do with Wamp in Windows. If you don't know where that is search for your apache config file 'httpd.conf' and look in there. If you go to http://localhost you should get a listing of your htdocs folder rather than a 'Failed To Connect' Error.

Anyway I'm just about to try this myself and as I suspect you're not the only one who's stumped as to the next step I'll make some notes as I do and write a detailed lead-you-by-the-hand guide on my blog soon at: http://movingtoubuntu.technicalbloke.com

Keep your chin up and don't look back, it'll start to seem easier soon :-)

Roger.</description>
		<content:encoded><![CDATA[<p>Jeez Erik don&#8217;t give up so easily. I just googled &#8216;install phpmyadmin&#8217; and found several easy step by step guides - try this one <a href="http://www.howtoforge.com/ubuntu_debian_lamp_server" rel="nofollow">http://www.howtoforge.com/ubuntu_debian_lamp_server</a></p>
<p>I guess no-one&#8217;s made anything like WAMP for linux coz there doesn&#8217;t sem like there&#8217;s much more to it than typing: sudo apt-get install php5 mysql-server apache2 phpmyadmin - and then tweaking a few config files. It&#8217;s publicly accessible servers where you need to get all hardcore about.</p>
<p>You should be able to get to PHPmyadmin by browsing to <a href="http://localhost/phpmyadmin" rel="nofollow">http://localhost/phpmyadmin</a> just like you do on Windows. If you dont get that you either haven&#8217;t installed or configured it correctly</p>
<p>Likewise for web pages to be served up as such you have to put them in your htdocs folder, just like you do with Wamp in Windows. If you don&#8217;t know where that is search for your apache config file &#8216;httpd.conf&#8217; and look in there. If you go to <a href="http://localhost" rel="nofollow">http://localhost</a> you should get a listing of your htdocs folder rather than a &#8216;Failed To Connect&#8217; Error.</p>
<p>Anyway I&#8217;m just about to try this myself and as I suspect you&#8217;re not the only one who&#8217;s stumped as to the next step I&#8217;ll make some notes as I do and write a detailed lead-you-by-the-hand guide on my blog soon at: <a href="http://movingtoubuntu.technicalbloke.com" rel="nofollow">http://movingtoubuntu.technicalbloke.com</a></p>
<p>Keep your chin up and don&#8217;t look back, it&#8217;ll start to seem easier soon <img src='http://www.fslog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Roger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Wordpress on Nearly Free Speech by Matthew Broome</title>
		<link>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/#comment-2553</link>
		<dc:creator>Matthew Broome</dc:creator>
		<pubDate>Wed, 03 Sep 2008 16:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=333#comment-2553</guid>
		<description>I've input the script

$ wget http://wordpress.org/latest.tar.gz
$ tar -xvzf latest.tar.gz

But I don't understand your next instruction??

P.s. is this site hosted by nfs? It's very good.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve input the script</p>
<p>$ wget <a href="http://wordpress.org/latest.tar.gz" rel="nofollow">http://wordpress.org/latest.tar.gz</a><br />
$ tar -xvzf latest.tar.gz</p>
<p>But I don&#8217;t understand your next instruction??</p>
<p>P.s. is this site hosted by nfs? It&#8217;s very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Acer Aspire 5050 Atheros AR5006EG wireless in Ubuntu 8.04 by HM Reviews &#187; Opensolaris and Ubuntu Dual boot</title>
		<link>http://www.fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/#comment-2548</link>
		<dc:creator>HM Reviews &#187; Opensolaris and Ubuntu Dual boot</dc:creator>
		<pubDate>Sun, 17 Aug 2008 06:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/#comment-2548</guid>
		<description>[...] now. There were problems with my Atheros drivers as usual and I have to find a way to install the madwifi drivers as I did on my Ubuntu. If anyone got wifi working on Acer Aspire 5050 with OpenSolaris, please do leave a comment here.   [...]</description>
		<content:encoded><![CDATA[<p>[...] now. There were problems with my Atheros drivers as usual and I have to find a way to install the madwifi drivers as I did on my Ubuntu. If anyone got wifi working on Acer Aspire 5050 with OpenSolaris, please do leave a comment here.   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript trick to edit the page displayed by cnu</title>
		<link>http://www.fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/#comment-2547</link>
		<dc:creator>cnu</dc:creator>
		<pubDate>Sat, 16 Aug 2008 21:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=335#comment-2547</guid>
		<description>@qwerty
You can save the resulting page as html file on to your disk. Unfortunately you cannot save the changes onto the server (if that is what you asked). That is the point of javascript.</description>
		<content:encoded><![CDATA[<p>@qwerty<br />
You can save the resulting page as html file on to your disk. Unfortunately you cannot save the changes onto the server (if that is what you asked). That is the point of javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript trick to edit the page displayed by qwerty</title>
		<link>http://www.fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/#comment-2546</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Wed, 13 Aug 2008 12:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=335#comment-2546</guid>
		<description>how do you save the changes</description>
		<content:encoded><![CDATA[<p>how do you save the changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distro Comparison for Organisations by Anish</title>
		<link>http://www.fslog.com/2008/07/28/distro-comparison-for-organisations/#comment-2545</link>
		<dc:creator>Anish</dc:creator>
		<pubDate>Thu, 07 Aug 2008 16:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=341#comment-2545</guid>
		<description>@fak3r
I have not recommended any O.S i just gave my rating to the O.S and how i found those to be when compared to the rest. Gentoo is primarily for the ones who want to tinker th o.s in every way, so a great admin and and a smart programmer can tweak it to be reliable and secure, but on the wrong hands it could be volatile.The key to trouble-free operation is choosing the right tool and right engineer for the right job. I would love to throw the other distros into the ring but i dont want to write about every distro out there, but anywayz maybe i`ll write about those some time later.</description>
		<content:encoded><![CDATA[<p>@fak3r<br />
I have not recommended any O.S i just gave my rating to the O.S and how i found those to be when compared to the rest. Gentoo is primarily for the ones who want to tinker th o.s in every way, so a great admin and and a smart programmer can tweak it to be reliable and secure, but on the wrong hands it could be volatile.The key to trouble-free operation is choosing the right tool and right engineer for the right job. I would love to throw the other distros into the ring but i dont want to write about every distro out there, but anywayz maybe i`ll write about those some time later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distro Comparison for Organisations by fak3r</title>
		<link>http://www.fslog.com/2008/07/28/distro-comparison-for-organisations/#comment-2544</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Fri, 01 Aug 2008 16:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fslog.com/?p=341#comment-2544</guid>
		<description>With all due respect I cannot see how someone could recommend Gentoo for corporate use.  While I can be done, Gentoo is just so open I'd be afraid it would not stay on track enough for updates and configurations, some extra USE flags and who knows where you'll end up.

For my .02 let me throw Debian GNU/Linux into the ring.  It's supported by HP/Compaq - you can order a server 'naked' and install either Debian Etch or Lenny on it - on hp.com they even list what's certified to be working on those two choices - but with new versions of the kernel in Lenny, everything has worked that I've tried on the 1U I've deployed at work with Debian.</description>
		<content:encoded><![CDATA[<p>With all due respect I cannot see how someone could recommend Gentoo for corporate use.  While I can be done, Gentoo is just so open I&#8217;d be afraid it would not stay on track enough for updates and configurations, some extra USE flags and who knows where you&#8217;ll end up.</p>
<p>For my .02 let me throw Debian GNU/Linux into the ring.  It&#8217;s supported by HP/Compaq - you can order a server &#8216;naked&#8217; and install either Debian Etch or Lenny on it - on hp.com they even list what&#8217;s certified to be working on those two choices - but with new versions of the kernel in Lenny, everything has worked that I&#8217;ve tried on the 1U I&#8217;ve deployed at work with Debian.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
