<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An Encounter with Solaris 10</title>
	<atom:link href="http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/</link>
	<description>WordPress.com weblog for Linux/Unix sysadmins</description>
	<lastBuildDate>Thu, 24 Sep 2009 04:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: srinidhi</title>
		<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-208</link>
		<dc:creator>srinidhi</dc:creator>
		<pubDate>Fri, 03 Jul 2009 08:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-208</guid>
		<description>Mr teklimbu.. 
thanks for your comments, this was explorable!</description>
		<content:encoded><![CDATA[<p>Mr teklimbu..<br />
thanks for your comments, this was explorable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-159</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Wed, 09 Jul 2008 08:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-159</guid>
		<description>java desktop access</description>
		<content:encoded><![CDATA[<p>java desktop access</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabin</title>
		<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-77</link>
		<dc:creator>Prabin</dc:creator>
		<pubDate>Tue, 15 Jan 2008 10:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-77</guid>
		<description>For installing differenet apps, you can install pkg-get on your solaris machine. Its just like yum on centos and apt-get on Ubuntu. Its an easy way to installing applications on Solaris avoiding dependency problems ???</description>
		<content:encoded><![CDATA[<p>For installing differenet apps, you can install pkg-get on your solaris machine. Its just like yum on centos and apt-get on Ubuntu. Its an easy way to installing applications on Solaris avoiding dependency problems ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Om Prakash</title>
		<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-33</link>
		<dc:creator>Om Prakash</dc:creator>
		<pubDate>Thu, 06 Dec 2007 13:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-33</guid>
		<description>Dear Sir,

I would like to request with with that How to setup mysql 5.0 in sun Solari Local PC.  I have mysql-5.0.45-solaris 1o-i386.pkg file. please say steps to configure in sun Solaris 10.

Thank You
Om Prakash</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>I would like to request with with that How to setup mysql 5.0 in sun Solari Local PC.  I have mysql-5.0.45-solaris 1o-i386.pkg file. please say steps to configure in sun Solaris 10.</p>
<p>Thank You<br />
Om Prakash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teklimbu</title>
		<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-13</link>
		<dc:creator>teklimbu</dc:creator>
		<pubDate>Mon, 12 Nov 2007 06:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-13</guid>
		<description>Hi Matthew,

Thank you for your nice and kind words. I really appreciate it.

I apologize for the delay in my reply. I guess the festival fever was getting on top of me :)

Sun releases the Solaris 10 operating system themselves. As far as I know, Solaris 10 comes only in one version. I mean that it does not offer different versions like Ubuntu. 

But Solaris 10 itself is a server version just like the Red Hat Enterprise Edition which installs the Graphical interface by default. During the Solaris 10 installation, we don&#039;t get options to disable the GUI interface like the way FreeBSD or Debian do. 

But if you don&#039;t want the Graphical Interface for your Solaris box,  you can manually disable it by using the following command(s).


To disable the GUI:

# /usr/dt/bin/dtconfig   -d

To enable the GUI again:

# /usr/dt/bin/dtconfig  -e 



Also there are 2 additional versions of Solaris based on the OpenSolaris project:

(1.) Solaris Express Developer Edition (SXDE) 

— OpenSolaris-based distribution for Solaris, Java, and Web 2.0 application developers

    * Price: Free license
    * Release schedule: Release every 3 months
    * Support
    * Patches: Not available


(2.) Solaris Express Community Edition (SXCE)

— OpenSolaris-based distribution for OpenSolaris developers (formerly called Solaris Express Community Release)

    * Price: Free license
    * Release schedule: Every 2 weeks
    * Support: none
    * Patches: Not available


Hope that helps. 

I will surely write more articles regarding the Solaris operating system in the future after doing further readings and experimentations.

Thanks once again for your comments.</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>Thank you for your nice and kind words. I really appreciate it.</p>
<p>I apologize for the delay in my reply. I guess the festival fever was getting on top of me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sun releases the Solaris 10 operating system themselves. As far as I know, Solaris 10 comes only in one version. I mean that it does not offer different versions like Ubuntu. </p>
<p>But Solaris 10 itself is a server version just like the Red Hat Enterprise Edition which installs the Graphical interface by default. During the Solaris 10 installation, we don&#8217;t get options to disable the GUI interface like the way FreeBSD or Debian do. </p>
<p>But if you don&#8217;t want the Graphical Interface for your Solaris box,  you can manually disable it by using the following command(s).</p>
<p>To disable the GUI:</p>
<p># /usr/dt/bin/dtconfig   -d</p>
<p>To enable the GUI again:</p>
<p># /usr/dt/bin/dtconfig  -e </p>
<p>Also there are 2 additional versions of Solaris based on the OpenSolaris project:</p>
<p>(1.) Solaris Express Developer Edition (SXDE) </p>
<p>— OpenSolaris-based distribution for Solaris, Java, and Web 2.0 application developers</p>
<p>    * Price: Free license<br />
    * Release schedule: Release every 3 months<br />
    * Support<br />
    * Patches: Not available</p>
<p>(2.) Solaris Express Community Edition (SXCE)</p>
<p>— OpenSolaris-based distribution for OpenSolaris developers (formerly called Solaris Express Community Release)</p>
<p>    * Price: Free license<br />
    * Release schedule: Every 2 weeks<br />
    * Support: none<br />
    * Patches: Not available</p>
<p>Hope that helps. </p>
<p>I will surely write more articles regarding the Solaris operating system in the future after doing further readings and experimentations.</p>
<p>Thanks once again for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Metzger</title>
		<link>http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-7</link>
		<dc:creator>Matthew Metzger</dc:creator>
		<pubDate>Wed, 31 Oct 2007 07:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://teklimbu.wordpress.com/2007/10/30/an-encounter-with-solaris-10/#comment-7</guid>
		<description>Thanks for writing so many useful articles. I&#039;m also a system administrator. I work at a boarding school in the United States.

Your transparent bridge proxy article seems especially good. It&#039;s how I found your blog. I&#039;ll be following your directions as soon as I get a chance to work on it. I already run squid and squidguard, but I have to tell each client to use the proxy server. Building a bridge like this would be very useful.

As for this post, I&#039;ve had many bad experiences with Java technologies. I&#039;d be interested in reading more of your experiences with Solaris (which of course isn&#039;t Java, but it is Sun). Also, does Solaris come in a server version without a GUI (like the ubuntu server)?

Anyway, keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks for writing so many useful articles. I&#8217;m also a system administrator. I work at a boarding school in the United States.</p>
<p>Your transparent bridge proxy article seems especially good. It&#8217;s how I found your blog. I&#8217;ll be following your directions as soon as I get a chance to work on it. I already run squid and squidguard, but I have to tell each client to use the proxy server. Building a bridge like this would be very useful.</p>
<p>As for this post, I&#8217;ve had many bad experiences with Java technologies. I&#8217;d be interested in reading more of your experiences with Solaris (which of course isn&#8217;t Java, but it is Sun). Also, does Solaris come in a server version without a GUI (like the ubuntu server)?</p>
<p>Anyway, keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
