<?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 FamousPhil.com Admin Blog and More</title>
	<atom:link href="http://famousphil.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://famousphil.com</link>
	<description>My Personal Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:31:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The difference between Computer Science and Information Technology degrees by Famous Phil</title>
		<link>http://famousphil.com/blog/2011/01/cs_vs_it_degree/comment-page-1/#comment-5174</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Mon, 06 Feb 2012 01:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=628#comment-5174</guid>
		<description>IT is computer support, Computer Science is programming and advancing computers in theory.  The latter is a lot of math, but its well worth it in the long run.</description>
		<content:encoded><![CDATA[<p>IT is computer support, Computer Science is programming and advancing computers in theory.  The latter is a lot of math, but its well worth it in the long run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Gitorious on CentOS 5.6 x64 by Famous Phil</title>
		<link>http://famousphil.com/blog/2011/06/installing-gitorious-on-centos-5-6-x64/comment-page-1/#comment-5173</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Mon, 06 Feb 2012 01:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=801#comment-5173</guid>
		<description>Thank you!  I&#039;m planning on redoing the installation in another month or two and re-writing this post.</description>
		<content:encoded><![CDATA[<p>Thank you!  I&#8217;m planning on redoing the installation in another month or two and re-writing this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resetting a Password on Mac OSX (Server) by Famous Phil</title>
		<link>http://famousphil.com/blog/2011/08/resetting-a-password-on-mac-osx-server/comment-page-1/#comment-5172</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Mon, 06 Feb 2012 01:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=1239#comment-5172</guid>
		<description>its possible you&#039;re running a different version of MacOSX or you&#039;re in the wrong mode.</description>
		<content:encoded><![CDATA[<p>its possible you&#8217;re running a different version of MacOSX or you&#8217;re in the wrong mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The difference between Computer Science and Information Technology degrees by Snow</title>
		<link>http://famousphil.com/blog/2011/01/cs_vs_it_degree/comment-page-1/#comment-5166</link>
		<dc:creator>Snow</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=628#comment-5166</guid>
		<description>hi I also confuse to choose IT or computing 
What about the job opportunity? Do you think IT feild get the better job than the computing field? OR do you think they get the same job</description>
		<content:encoded><![CDATA[<p>hi I also confuse to choose IT or computing<br />
What about the job opportunity? Do you think IT feild get the better job than the computing field? OR do you think they get the same job</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Gitorious on CentOS 5.6 x64 by marc</title>
		<link>http://famousphil.com/blog/2011/06/installing-gitorious-on-centos-5-6-x64/comment-page-1/#comment-5164</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 01 Feb 2012 23:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=801#comment-5164</guid>
		<description>First just comment that who ever has done the tutorial did a very good job. 
Second, I would like to add some information about some problems that came across during the installation/set up process and how I solve them. 

- All the installation process has been done under CentOS 6 x86_64 - so some points are specific for this OS/architecture !!  


* Installation el6 rpmforge packages instead of using the &quot;el5&quot; ones described in the guide. Steps:

1. Download the rpmforge-release package. Choose one of the two links below, selecting to match your host&#039;s architecture. If you are unsure of which one to use you can check your architecture with the command uname -i

  - i686: &gt; wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
  - x86_64: &gt; wget  http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

2. Install DAG&#039;s GPG key

  &gt; rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt

3. If you get an error message like the following the key has already been imported:

  error: http://apt.sw.be/RPM-GPG-KEY.dag.txt: key 1 import failed.

4. Verify the package you have downloaded

  &gt; rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm

5. Install the package

  &gt; rpm -i rpmforge-release-0.5.2-2.el6.rf.*.rpm


* Download ImageMagick manually because the wget link was broken. Link: https://launchpad.net/imagemagick/main/6.7.0-2

* Install extra libraries if Nokogiri gem installation fails:

  &gt; sudo yum install -y gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel

* &gt; bundle exec rake gems:install -&gt; No such file or directory - /home/git/gitorious/config/gitorious.yml

  &gt; cd /home/git/gitorious/config
  &gt; cp gitorious.sample.yml gitorious.yml

* Problems running &quot;bundle exec rake gems:install&quot; command:

  a) If Password = No error -&gt; config/database.yml // set password with the one created for Mysql
  b) Create Gitorious DB:

    &gt; mysql -uroot –p’&#039;
    &gt; create database gitorious;
      create database gitorious_test;
      create database gitorious_dev;
      CREATE user &#039;git&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;&#039;;
      GRANT ALL ON gitorious.* TO &#039;git&#039;@&#039;localhost&#039;;
      GRANT ALL ON gitorious_test.* TO &#039;git&#039;@&#039;localhost&#039;;
      GRANT ALL ON gitorious_dev.* TO &#039;git&#039;@&#039;localhost&#039;;
      FLUSH privileges;
    &gt; exit;

* Starting stompserver:Failure

  &gt; gem install stompserver (from /home/git/gitorious dir)

* Problems starting httpd service. Modify the apache config file (httpd.conf): 

  &gt; Comment the LoadModule&#039;s that gives error
  &gt; Search for the &quot;mod_passenger.so&quot; library and change the path of it to the right one in the 
      a) LoadModule passenger_module
      b) PassengerRoot

* Install aspell-0.60 if is missing:

  &gt; yum install aspell


Hope that will help someone in the future!</description>
		<content:encoded><![CDATA[<p>First just comment that who ever has done the tutorial did a very good job.<br />
Second, I would like to add some information about some problems that came across during the installation/set up process and how I solve them. </p>
<p>- All the installation process has been done under CentOS 6 x86_64 &#8211; so some points are specific for this OS/architecture !!  </p>
<p>* Installation el6 rpmforge packages instead of using the &#8220;el5&#8243; ones described in the guide. Steps:</p>
<p>1. Download the rpmforge-release package. Choose one of the two links below, selecting to match your host&#8217;s architecture. If you are unsure of which one to use you can check your architecture with the command uname -i</p>
<p>  &#8211; i686: &gt; wget <a href="http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm" rel="nofollow">http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm</a><br />
  &#8211; x86_64: &gt; wget  <a href="http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm" rel="nofollow">http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm</a></p>
<p>2. Install DAG&#8217;s GPG key</p>
<p>  &gt; rpm &#8211;import <a href="http://apt.sw.be/RPM-GPG-KEY.dag.txt" rel="nofollow">http://apt.sw.be/RPM-GPG-KEY.dag.txt</a></p>
<p>3. If you get an error message like the following the key has already been imported:</p>
<p>  error: <a href="http://apt.sw.be/RPM-GPG-KEY.dag.txt" rel="nofollow">http://apt.sw.be/RPM-GPG-KEY.dag.txt</a>: key 1 import failed.</p>
<p>4. Verify the package you have downloaded</p>
<p>  &gt; rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm</p>
<p>5. Install the package</p>
<p>  &gt; rpm -i rpmforge-release-0.5.2-2.el6.rf.*.rpm</p>
<p>* Download ImageMagick manually because the wget link was broken. Link: <a href="https://launchpad.net/imagemagick/main/6.7.0-2" rel="nofollow">https://launchpad.net/imagemagick/main/6.7.0-2</a></p>
<p>* Install extra libraries if Nokogiri gem installation fails:</p>
<p>  &gt; sudo yum install -y gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel</p>
<p>* &gt; bundle exec rake gems:install -&gt; No such file or directory &#8211; /home/git/gitorious/config/gitorious.yml</p>
<p>  &gt; cd /home/git/gitorious/config<br />
  &gt; cp gitorious.sample.yml gitorious.yml</p>
<p>* Problems running &#8220;bundle exec rake gems:install&#8221; command:</p>
<p>  a) If Password = No error -&gt; config/database.yml // set password with the one created for Mysql<br />
  b) Create Gitorious DB:</p>
<p>    &gt; mysql -uroot –p’&#8217;<br />
    &gt; create database gitorious;<br />
      create database gitorious_test;<br />
      create database gitorious_dev;<br />
      CREATE user &#8216;git&#8217;@'localhost&#8217; IDENTIFIED BY &#8221;;<br />
      GRANT ALL ON gitorious.* TO &#8216;git&#8217;@'localhost&#8217;;<br />
      GRANT ALL ON gitorious_test.* TO &#8216;git&#8217;@'localhost&#8217;;<br />
      GRANT ALL ON gitorious_dev.* TO &#8216;git&#8217;@'localhost&#8217;;<br />
      FLUSH privileges;<br />
    &gt; exit;</p>
<p>* Starting stompserver:Failure</p>
<p>  &gt; gem install stompserver (from /home/git/gitorious dir)</p>
<p>* Problems starting httpd service. Modify the apache config file (httpd.conf): </p>
<p>  &gt; Comment the LoadModule&#8217;s that gives error<br />
  &gt; Search for the &#8220;mod_passenger.so&#8221; library and change the path of it to the right one in the<br />
      a) LoadModule passenger_module<br />
      b) PassengerRoot</p>
<p>* Install aspell-0.60 if is missing:</p>
<p>  &gt; yum install aspell</p>
<p>Hope that will help someone in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resetting a Password on Mac OSX (Server) by david rodgers</title>
		<link>http://famousphil.com/blog/2011/08/resetting-a-password-on-mac-osx-server/comment-page-1/#comment-5141</link>
		<dc:creator>david rodgers</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=1239#comment-5141</guid>
		<description>hi there.


I tried to follow the above steps but no joy. The first line should have been:

/sbin/mount -uw / (as its says so on the screen)
after hitting enter i get a new line &quot;Root#&quot;
I then put in the line about &#039;passwd but after hitting enter i get &#039;sytax error on line......&#039;


Any ideas?</description>
		<content:encoded><![CDATA[<p>hi there.</p>
<p>I tried to follow the above steps but no joy. The first line should have been:</p>
<p>/sbin/mount -uw / (as its says so on the screen)<br />
after hitting enter i get a new line &#8220;Root#&#8221;<br />
I then put in the line about &#8216;passwd but after hitting enter i get &#8216;sytax error on line&#8230;&#8230;&#8217;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Hadoop 0.20.2 in Ubuntu 11.04 x86 with Eclipse by Famous Phil</title>
		<link>http://famousphil.com/blog/2011/05/installing-hadoop-0-20-2-in-ubuntu-11-04-x86-with-eclipse/comment-page-1/#comment-5116</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Tue, 17 Jan 2012 14:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=759#comment-5116</guid>
		<description>I&#039;m guessing that you&#039;re running newer versions of everything, since this was very version specific.  Good luck with getting it working!</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing that you&#8217;re running newer versions of everything, since this was very version specific.  Good luck with getting it working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Hadoop 0.20.2 in Ubuntu 11.04 x86 with Eclipse by Gurmeet</title>
		<link>http://famousphil.com/blog/2011/05/installing-hadoop-0-20-2-in-ubuntu-11-04-x86-with-eclipse/comment-page-1/#comment-5115</link>
		<dc:creator>Gurmeet</dc:creator>
		<pubDate>Tue, 17 Jan 2012 08:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=759#comment-5115</guid>
		<description>An internal error occurred during: &quot;Map/Reduce location status updater&quot;.
org/codehaus/jackson/map/JsonMappingException</description>
		<content:encoded><![CDATA[<p>An internal error occurred during: &#8220;Map/Reduce location status updater&#8221;.<br />
org/codehaus/jackson/map/JsonMappingException</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Password Policy on a Windows Server 2008 R2 Domain Controller by uk mishra</title>
		<link>http://famousphil.com/blog/2010/08/password-policy-on-a-windows-server-2008-r2-domain-controller/comment-page-1/#comment-5100</link>
		<dc:creator>uk mishra</dc:creator>
		<pubDate>Tue, 10 Jan 2012 16:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=559#comment-5100</guid>
		<description>thanks 

i had changed passward policy</description>
		<content:encoded><![CDATA[<p>thanks </p>
<p>i had changed passward policy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revisiting Exchange 2010 SP1 PST Backups (Improved Script) by suzan</title>
		<link>http://famousphil.com/blog/2011/07/revisiting-exchange-2010-sp1-pst-backups-improved-script/comment-page-1/#comment-5089</link>
		<dc:creator>suzan</dc:creator>
		<pubDate>Wed, 04 Jan 2012 09:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=1096#comment-5089</guid>
		<description>Nice piece of job...:-)

For the same task of backing up PST files we are using at our company EdgeSafe backup (http://www.datamills.com) as it does the job incrementally and is centrally managed.</description>
		<content:encoded><![CDATA[<p>Nice piece of job&#8230;:-)</p>
<p>For the same task of backing up PST files we are using at our company EdgeSafe backup (<a href="http://www.datamills.com" rel="nofollow">http://www.datamills.com</a>) as it does the job incrementally and is centrally managed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: famousphil.com @ 2012-02-09 01:29:29 by W3 Total Cache -->
