<?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 on: Ubuntu: How to Change the Computer Name</title>
	<atom:link href="http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:33:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kalpesh</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-53105</link>
		<dc:creator>kalpesh</dc:creator>
		<pubDate>Sun, 08 Jan 2012 17:34:49 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53105</guid>
		<description>thnx buddy</description>
		<content:encoded><![CDATA[<p>thnx buddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-52920</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Fri, 30 Dec 2011 08:20:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-52920</guid>
		<description>Very simple and easy. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Very simple and easy. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windows xp recovery virus</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-48575</link>
		<dc:creator>windows xp recovery virus</dc:creator>
		<pubDate>Wed, 25 May 2011 08:35:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48575</guid>
		<description>You saved my alot of time thank you so much for sharing your experience.
</description>
		<content:encoded><![CDATA[<p>You saved my alot of time thank you so much for sharing your experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: remove Blueflare Antivirus</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-48567</link>
		<dc:creator>remove Blueflare Antivirus</dc:creator>
		<pubDate>Tue, 24 May 2011 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48567</guid>
		<description>Change the computer name is easy.</description>
		<content:encoded><![CDATA[<p>Change the computer name is easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gahh</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-47409</link>
		<dc:creator>gahh</dc:creator>
		<pubDate>Thu, 24 Mar 2011 01:24:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47409</guid>
		<description>You&#039;re forgetting something.

Yet another reason why I switched from Ubuntu to Windows 7.  Stuff Just Works.</description>
		<content:encoded><![CDATA[<p>You&#8217;re forgetting something.</p>
<p>Yet another reason why I switched from Ubuntu to Windows 7.  Stuff Just Works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-47408</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 24 Mar 2011 00:27:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47408</guid>
		<description>Well, this is the &quot;official&quot; way, Junior...at least for Debian and derivatives such as the *buntus, etc. There might be a GUI thingy out there somewhere to do it, but it&#039;s just simple enough as it is:

Change the hosts file first and then change the hostname file. Then restart your networking and you&#039;re all set.

1) From a command line: sudo gedit /etc/hosts  - will give you something like:

127.0.0.1	localhost.localdomain 
127.0.1.1	&quot;computername&quot;.&quot;domain_name&quot; &quot;computername&quot;

..change the &quot;computername&quot; parts to whatever you want and &quot;domain_name&quot; part if you have to/want to to make it complete....Then save it.

2) Run (also from command line):  sudo gedit /etc/hostname
put your new hostname in where the old one was...and save this file, too.

3) Restart your computer or restart networking from the command line.


If you&#039;re running RedHat or another flavor of Linux the process is pretty similar, just the filenames and details are different.</description>
		<content:encoded><![CDATA[<p>Well, this is the &#8220;official&#8221; way, Junior&#8230;at least for Debian and derivatives such as the *buntus, etc. There might be a GUI thingy out there somewhere to do it, but it&#8217;s just simple enough as it is:</p>
<p>Change the hosts file first and then change the hostname file. Then restart your networking and you&#8217;re all set.</p>
<p>1) From a command line: sudo gedit /etc/hosts  &#8211; will give you something like:</p>
<p>127.0.0.1	localhost.localdomain<br />
127.0.1.1	&#8220;computername&#8221;.&#8221;domain_name&#8221; &#8220;computername&#8221;</p>
<p>..change the &#8220;computername&#8221; parts to whatever you want and &#8220;domain_name&#8221; part if you have to/want to to make it complete&#8230;.Then save it.</p>
<p>2) Run (also from command line):  sudo gedit /etc/hostname<br />
put your new hostname in where the old one was&#8230;and save this file, too.</p>
<p>3) Restart your computer or restart networking from the command line.</p>
<p>If you&#8217;re running RedHat or another flavor of Linux the process is pretty similar, just the filenames and details are different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-47224</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Wed, 16 Mar 2011 19:19:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47224</guid>
		<description>Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dahc</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-46862</link>
		<dc:creator>Dahc</dc:creator>
		<pubDate>Thu, 03 Mar 2011 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46862</guid>
		<description>so whats the complete process? Do I change (sudo gedit /etc/hosts) this first or what? Sorry I&#039;m new to Linux. I have to put this in the Terminal command line right. My IT guy did all of my Ubuntu stuff for me and he&quot;s gone now and so am I. I need some training on Linux in general, any suggestions as to where to get it?</description>
		<content:encoded><![CDATA[<p>so whats the complete process? Do I change (sudo gedit /etc/hosts) this first or what? Sorry I&#8217;m new to Linux. I have to put this in the Terminal command line right. My IT guy did all of my Ubuntu stuff for me and he&#8221;s gone now and so am I. I need some training on Linux in general, any suggestions as to where to get it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-46575</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 21 Feb 2011 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46575</guid>
		<description>Is there an official way to do this instead of using a hack on the command line?  Obviously this solution is not complete, as it does not change the hosts file.  There should be an official GUI way to change the hostname that changes all relevant files at the same time.</description>
		<content:encoded><![CDATA[<p>Is there an official way to do this instead of using a hack on the command line?  Obviously this solution is not complete, as it does not change the hosts file.  There should be an official GUI way to change the hostname that changes all relevant files at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aniruddh</title>
		<link>http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name/comment-page-1/#comment-44608</link>
		<dc:creator>Aniruddh</dc:creator>
		<pubDate>Thu, 09 Dec 2010 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44608</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.112 seconds using memcached
Object Caching 416/423 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-09 17:16:24 -->
