<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Connecting the dots... &#187; naming convention</title>
	<atom:link href="http://blog.rajatpandit.com/tag/naming-convention/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com</link>
	<description>Thoughts on Web Development, Infrastructure and Application Scalability</description>
	<lastBuildDate>Thu, 29 Dec 2011 13:21:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Setting hostname on Leopard permanently</title>
		<link>http://blog.rajatpandit.com/2009/05/04/setting-hostname-on-leopard-permanently/</link>
		<comments>http://blog.rajatpandit.com/2009/05/04/setting-hostname-on-leopard-permanently/#comments</comments>
		<pubDate>Mon, 04 May 2009 07:24:25 +0000</pubDate>
		<dc:creator>rp</dc:creator>
				<category><![CDATA[Devops]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[naming convention]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=261</guid>
		<description><![CDATA[One of the annoying things about Leopard is that it keeps changing the hosting to whatever the DNS server dishes out and in my case its something like 12-32-145-23.config, not...]]></description>
			<content:encoded><![CDATA[<p>One of the annoying things about Leopard is that it keeps changing the hosting to whatever the DNS server dishes out and in my case its something like 12-32-145-23.config, not the most pretty/useful naming convention.</p>
<p>Also means that it looks really ugly on the terminal. So here are the commands to reset it permanently so that it doesn&#8217;t change again after a reboot.</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo hostname foobox.local
$ sudo scutil --set HostName foobox.local
$ sudo scutil --set LocalHostName foobox
</pre>
<div id="in_post_ad_bottom_1" style="clear:both;margin:0;padding:0;"><div class="brp-bp-234">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4254382394977039";
/* brp-234x60-bp */
google_ad_slot = "7787511801";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="brp-bp-234">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4254382394977039";
/* brp-234x60-BP-1 */
google_ad_slot = "9111022353";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></div><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rajatpandit.com/2009/05/04/setting-hostname-on-leopard-permanently/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

