<?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>KarkomaOnline &#187; Solaris</title>
	<atom:link href="http://www.karkomaonline.com/index.php/category/solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karkomaonline.com</link>
	<description>a Blog for SysAdmins and Unix stuff in general</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:38:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Solaris 10 post-installation tasks</title>
		<link>http://www.karkomaonline.com/index.php/2008/05/solaris-10-post-installation-tasks/</link>
		<comments>http://www.karkomaonline.com/index.php/2008/05/solaris-10-post-installation-tasks/#comments</comments>
		<pubDate>Fri, 30 May 2008 03:38:08 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/?p=190</guid>
		<description><![CDATA[This post outlines some of the post-installation tasks I usually perform after a fresh Solaris 10 installation. Note that this is my own approach and that it is based on x86 archictecture. The first general tasks involve linuxifying the new environment and setting some environment variables: a) Changing root account settings: vi /etc/passwd root:x:0:0:Super-User:/root:/usr/bin/bash b) [...]]]></description>
			<content:encoded><![CDATA[<p>This post outlines some of the post-installation tasks I usually perform after a fresh Solaris 10 installation. Note that this is my own approach and that it is based on x86 archictecture.</p>
<p>The first general tasks involve <em>linuxifying</em> the new environment and setting some environment variables:</p>
<p>a) Changing root account settings:</p>
<blockquote><p>vi /etc/passwd<br />
root:x:0:0:Super-User:/root:/usr/bin/bash</p></blockquote>
<p>b) Creating a directory for the root account:</p>
<blockquote><p>mkdir /root<br />
mv /.bash* /root<br />
mv /.sunw /root</p></blockquote>
<p>c) Modifying <em>/etc/profile</em> or <em>/root/.bash_profile</em> according to my preferences:</p>
<blockquote><p>PS1=&#8217;[ 33[01;31m]SERVER-NAME [ 33[00m]u@h:[ 33[01;34m]w[ 33[00m]$ &#8216;</p>
<p>alias la=&#8221;ls -alh&#8221;<br />
alias cp=&#8221;cp -i&#8221;<br />
alias mv=&#8221;mv -i&#8221;<br />
alias rm=&#8221;rm -i&#8221;</p>
<p>PATH=/opt/csw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin:$PATH<br />
export PATH</p>
<p>export TERM=xterm</p></blockquote>
<p>d) Network stuff:</p>
<blockquote><p>vi /etc/resolv.conf</p>
<p>search mydomain.com<br />
nameserver 192.168.1.2</p>
<p>vi /etc/defaultrouter</p>
<p>192.168.1.1</p>
<p>cd /etc<br />
cp nsswitch.dns nsswitch.conf</p></blockquote>
<p>e) Once finished this basic configuration, I usually install and configure <a href="http://www.blastwave.org/pkg-get.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.blastwave.org/pkg-get.php?referer=');">PKG-GET</a> for the package management:</p>
<blockquote><p>mkdir /tmp/karkoma</p>
<p>cd /tmp/karkoma</p>
<p>/usr/sfw/bin/wget http://www.blastwave.org/pkg_get.pkg<br />
pkgadd -d pkg_get.pkg all</p>
<p>/usr/sfw/bin/wget http://www.blastwave.org/wget-i386.bin<br />
chmod 755 wget-i386.bin</p>
<p>PATH=/tmp/karkoma:/opt/csw/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin<br />
export PATH</p>
<p>vi /opt/csw/etc/pkg-get.conf</p></blockquote>
<p>Change this file according to your needs, remember to pick a mirror nearest to you. Then continue with the following:</p>
<blockquote><p>pkg-get -i wget</p>
<p>PATH=/opt/csw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin<br />
export PATH</p>
<p>pkg-get -i gnupg</p></blockquote>
<p>Note that by adding the PATH to <em>/etc/profile</em> it will be available system wide.</p>
<p>f) Add users to your new environment:</p>
<blockquote><p>mkdir -p /export/home<br />
useradd -d /export/home/username -m -s /bin/bash -c &#8220;Franz Kafka&#8221; username<br />
passwd username</p></blockquote>
<p>g) Finally disable un-needed services</p>
<blockquote><p>svcadm disable sendmail<br />
svcadm disable ftp<br />
svcadm disable telnet<br />
svcadm disable finger</p></blockquote>
<p>That&#8217;s all. Now, what kind of tasks do you perform in a fresh installation?</p>
<p>References:</p>
<ul>
<li>From <a href="http://www.karkomaonline.com/index.php/2006/12/11/installing-mysql-apache-and-php-in-solaris-10/" target="_blank">KarkomaOnline</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2008/05/solaris-10-post-installation-tasks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Linux less costly for web infrastructure than Solaris a myth?</title>
		<link>http://www.karkomaonline.com/index.php/2008/04/is-linux-less-costly-for-web-infrastructure-than-solaris-a-myth/</link>
		<comments>http://www.karkomaonline.com/index.php/2008/04/is-linux-less-costly-for-web-infrastructure-than-solaris-a-myth/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 22:36:17 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/?p=187</guid>
		<description><![CDATA[This is an interesting point of view of Robin Goldfarb, a blogger from Sun&#8217;s blog hub. He points out why he and others from Sun consider Solaris to be less costly than Linux. Check it out!]]></description>
			<content:encoded><![CDATA[<p>This is an interesting point of view of Robin Goldfarb, a blogger from Sun&#8217;s blog hub. He points out why he and others from Sun consider Solaris to be less costly than Linux. <a href="http://blogs.sun.com/robin/entry/myth_busted" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.sun.com/robin/entry/myth_busted?referer=');">Check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2008/04/is-linux-less-costly-for-web-infrastructure-than-solaris-a-myth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Solaris 10 release</title>
		<link>http://www.karkomaonline.com/index.php/2008/04/new-solaris-10-release/</link>
		<comments>http://www.karkomaonline.com/index.php/2008/04/new-solaris-10-release/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 00:31:28 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/?p=186</guid>
		<description><![CDATA[According to Sun, the new Solaris 10 5/08 release will be available on April 14, 2008. This new release includes a lot of improvements and new features. Take a look into what&#8217;s new.]]></description>
			<content:encoded><![CDATA[<p>According to Sun, the new Solaris 10 5/08 release will be available on April 14, 2008. This new release includes a lot of improvements and new features. Take a look into <a href="http://docs.sun.com/app/docs/doc/817-0547/gghpo?l=en&amp;a=view" target="_blank" onclick="pageTracker._trackPageview('/outgoing/docs.sun.com/app/docs/doc/817-0547/gghpo?l=en_amp_a=view&amp;referer=');">what&#8217;s new</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2008/04/new-solaris-10-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine Solaris OS release</title>
		<link>http://www.karkomaonline.com/index.php/2008/03/determine-solaris-os-release/</link>
		<comments>http://www.karkomaonline.com/index.php/2008/03/determine-solaris-os-release/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 14:13:41 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/?p=181</guid>
		<description><![CDATA[Solaris OS provides the /etc/release file to easily determine the base OS level or the OS release. cat /etc/release Solaris 10 8/07 s10x_u4wos_12b X86 Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 August 2007]]></description>
			<content:encoded><![CDATA[<p>Solaris OS provides the <code>/etc/release</code> file to easily determine the base OS level or the OS release.</p>
<blockquote><p>cat /etc/release</p></blockquote>
<blockquote>
<p>                        Solaris 10 8/07 s10x_u4wos_12b X86<br />
           Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.<br />
                        Use is subject to license terms.<br />
                            Assembled 16 August 2007</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2008/03/determine-solaris-os-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote login to a Solaris 10 box</title>
		<link>http://www.karkomaonline.com/index.php/2008/03/remote-login-to-a-solaris-10-box/</link>
		<comments>http://www.karkomaonline.com/index.php/2008/03/remote-login-to-a-solaris-10-box/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 10:30:22 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/index.php/2008/03/12/remote-login-to-a-solaris-10-box/</guid>
		<description><![CDATA[Xnest is a nested X server that I use in some cases to remotely access my Solaris 10 boxes. From Xnest man pages: Xnest is a client and a server. Xnest is a client of the real server which manages windows and graphics requests on its behalf. Xnest is a server to its own clients. [...]]]></description>
			<content:encoded><![CDATA[<p>Xnest is a nested X server that I use in some cases to remotely access my Solaris 10 boxes. From Xnest man pages:</p>
<p><code>Xnest is a client and a server. Xnest is a client of the real server which manages windows and graphics requests on its behalf. Xnest is a server to its own clients. Xnest manages windows and graphics requests on their behalf. To these clients Xnest appears to be a conventional server.</code></p>
<p>I&#8217;ve installed X11 on my MacBook and now I can log into my server:</p>
<blockquote><p>Xnest -query solaris_host01 :2 &amp;</p></blockquote>
<p>If you get an error like this:</p>
<blockquote><p>Not on system console, root login rejected</p></blockquote>
<p>Edit /etc/default/login and comment out the following line.</p>
<blockquote><p># CONSOLE=/dev/console</p></blockquote>
<p>Be very carefull with this for the security implications. That&#8217;s all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2008/03/remote-login-to-a-solaris-10-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MySQL, Apache and PHP in Solaris 10</title>
		<link>http://www.karkomaonline.com/index.php/2006/12/installing-mysql-apache-and-php-in-solaris-10/</link>
		<comments>http://www.karkomaonline.com/index.php/2006/12/installing-mysql-apache-and-php-in-solaris-10/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 00:43:40 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.karkoma.info/index.php/2006/12/11/installing-mysql-apache-and-php-in-solaris-10/</guid>
		<description><![CDATA[This is a quick guide to install PHP4, MySQL4 and Apache2 in Solaris 10. In order to facilitate the management and installation of packages we will use the pkg-get tool. pkg-get is a tool to automate download and installation of binary packages, for example from Blastwave an Open Source software repository for Solaris. Our first [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to install PHP4, MySQL4 and Apache2 in Solaris 10. In order to facilitate the management and installation of packages we will use the <em>pkg-get</em> tool. pkg-get is a tool to automate download and installation of binary packages, for example from <a href="http://www.blastwave.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.blastwave.org/?referer=');">Blastwave</a> an Open Source software repository for Solaris.</p>
<p>Our first task will be the installation of pkg-get. At <a href="http://www.blastwave.org/howto.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.blastwave.org/howto.html?referer=');">Blastwave</a> you&#8217;ll find a complete guide on how to undertake this task. Briefly:</p>
<blockquote><p>cd /tmp<br />
/usr/sfw/bin/wget http://www.blastwave.org/pkg_get.pkg<br />
pkgadd -d pkg_get.pkg all<br />
/usr/sfw/bin/wget http://www.blastwave.org/wget-i386.bin<br />
chmod 755 wget-i386.bin</p>
<p>PATH=/tmp:/opt/csw/bin:/usr/sbin:/usr/bin:</p>
<p> /usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin<br />
export PATH</p>
<p>vi /opt/csw/etc/pkg-get.conf</p></blockquote>
<p>Pick a <a href="http://www.blastwave.org/mirrors.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.blastwave.org/mirrors.php?referer=');">mirror</a> next to you. Then:</p>
<blockquote><p>pkg-get -i wget</p>
<p>PATH=/opt/csw/bin:/usr/sbin:/usr/bin:/usr/dt/bin:</p>
<p> /usr/openwin/bin:/usr/ccs/bin<br />
export PATH</p></blockquote>
<p>And now you may install other packages. But let&#8217;s focus in our target.</p>
<p>As Solaris 10 comes with MySQL and Apache installed by default, first we are going to uninstall them. Take a look at your system:</p>
<blockquote><p>pkginfo | grep -i apache</p>
<p>system      SUNWaclg                         Apache Common Logging<br />
system      SUNWapch2d                       Apache Web Server V2 Documentation<br />
system      SUNWapch2r                       Apache Web Server V2 (root)<br />
system      SUNWapch2u                       Apache Web Server V2 (usr)<br />
system      SUNWapchd                        Apache Web Server Documentation<br />
system      SUNWapchr                        Apache Web Server (root)<br />
system      SUNWapchu                        Apache Web Server (usr)</p>
<p>pkginfo | grep -i mysql</p>
<p>system      SUNWmysqlr                       mysql &#8211; MySQL Database Management System (root component)<br />
system      SUNWmysqlt                       mysql &#8211; MySQL Database Management System (test component)<br />
system      SUNWmysqlu                       mysql &#8211; MySQL Database Management System (usr component)</p></blockquote>
<p>Next task would be to uninstall these packages. Proceed as follows:</p>
<blockquote><p>pkgrm SUNWaclg SUNWapch2d SUNWapch2r SUNWapch2u SUNWapchd SUNWapchr SUNWapchu<br />
pkgrm SUNWmysqlr SUNWmysqlt SUNWmysqlu</p></blockquote>
<p>Finally, install Apache, MySQL and PHP from pkg-get:</p>
<blockquote><p>pkg-get -i apache2 mysql4 php4 mod_php</p></blockquote>
<p>That&#8217;s all. Now configure the software as usual. Note that packages installed with pkg-get reside in /opt/csw, so I recommed adding something like this to your /etc/profile:</p>
<blockquote><p>PATH=/opt/csw/bin:/opt/csw/mysql4/bin:$PATH<br />
export PATH</p></blockquote>
<p>More info:</p>
<p><a href="http://www.blastwave.org/howto.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.blastwave.org/howto.html?referer=');">pkg-get installation howto</a><br />
<a href="http://www.blastwave.org/userguide/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.blastwave.org/userguide/?referer=');"> pkg-get users guide</a><br />
<a href="http://docs.sun.com/app/docs/doc/806-7612/6jgfmsvrq?a=view" target="_blank" onclick="pageTracker._trackPageview('/outgoing/docs.sun.com/app/docs/doc/806-7612/6jgfmsvrq?a=view&amp;referer=');"> Customizing Your Working Environment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2006/12/installing-mysql-apache-and-php-in-solaris-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenSolaris/Solaris 10 primer</title>
		<link>http://www.karkomaonline.com/index.php/2006/06/opensolarissolaris-10-primer/</link>
		<comments>http://www.karkomaonline.com/index.php/2006/06/opensolarissolaris-10-primer/#comments</comments>
		<pubDate>Sat, 10 Jun 2006 16:09:16 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkoma.info/index.php/2006/06/10/opensolarissolaris-10-primer/</guid>
		<description><![CDATA[The next link will show you a set of wonderful features of the OpenSolaris and Solaris operating systems. This has been written by the Open Solaris Community: OpenSolaris Primer. Many thanks to them.]]></description>
			<content:encoded><![CDATA[<p>The next link will show you a set of wonderful features of the OpenSolaris and Solaris operating systems. This has been written by the Open Solaris Community: <a href="http://www.opensolaris.org/os/community/documentation/opensolaris_guide/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.opensolaris.org/os/community/documentation/opensolaris_guide/?referer=');">OpenSolaris Primer</a>. Many thanks to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2006/06/opensolarissolaris-10-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit display other user&#8217;s processes</title>
		<link>http://www.karkomaonline.com/index.php/2006/01/limit-display-other-users-processes/</link>
		<comments>http://www.karkomaonline.com/index.php/2006/01/limit-display-other-users-processes/#comments</comments>
		<pubDate>Wed, 25 Jan 2006 01:33:45 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkoma.info/index.php/2006/01/25/limit-display-other-users-processes/</guid>
		<description><![CDATA[One of the security enhancements that Solaris 10 provides is the ability to restrict the output of the ps command so that users can only see processes that they own. So to globally control if users are able to watch processes belonging to other users edit the /etc/security/policy.conf file and add the following entry: PRIV_DEFAULT=basic,!proc_info [...]]]></description>
			<content:encoded><![CDATA[<p>One of the security enhancements that <a href="http://www.sun.com/emrkt/solaris10/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.sun.com/emrkt/solaris10/?referer=');">Solaris 10</a> provides is the ability to restrict the output of the ps command so that users can only see processes that they own.</p>
<p>So to globally control if users are able to watch processes belonging to other users edit the <em>/etc/security/policy.conf</em> file and add the following entry:</p>
<blockquote><p>PRIV_DEFAULT=basic,!proc_info</p></blockquote>
<p>Now users will only be able to see processes that they own. Note however, that this obviously will not affect the root user.</p>
<p>If you are interested in Solaris privileges, you&#8217;ll find a good intro from Casper Dik&#8217;s <a href="http://blogs.sun.com/roller/page/casper/20040722#solaris_privileges" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.sun.com/roller/page/casper/20040722_solaris_privileges?referer=');">Weblog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2006/01/limit-display-other-users-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable IP forwarding</title>
		<link>http://www.karkomaonline.com/index.php/2005/12/disable-ip-forwarding/</link>
		<comments>http://www.karkomaonline.com/index.php/2005/12/disable-ip-forwarding/#comments</comments>
		<pubDate>Sun, 11 Dec 2005 19:28:22 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkoma.info/index.php/2005/12/11/disable-ip-forwarding/</guid>
		<description><![CDATA[If you want to disable IP routing or packet forwarding in Solaris, simply create this file&#8230; touch /etc/notrouter Protect the file by issuing the next command: chmod 400 /etc/notrouter]]></description>
			<content:encoded><![CDATA[<p>If you want to disable IP routing or packet forwarding in Solaris, simply create this file&#8230;</p>
<blockquote><p>touch /etc/notrouter</p></blockquote>
<p>Protect the file by issuing the next command:</p>
<blockquote><p>chmod 400 /etc/notrouter</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2005/12/disable-ip-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SchilliX</title>
		<link>http://www.karkomaonline.com/index.php/2005/08/schillix/</link>
		<comments>http://www.karkomaonline.com/index.php/2005/08/schillix/#comments</comments>
		<pubDate>Tue, 30 Aug 2005 08:25:30 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.karkoma.info/index.php/2005/08/30/schillix/</guid>
		<description><![CDATA[SchilliX is the first distribution based on OpenSolaris. It is a liveCD and can also be installed on a hard disk on the x86, AMD64 and EM64T based architectures. According to SchilliX&#8217;s website these are the highlights: In 30sec fron bootmanager to multiuser login prompt (HD-boot) Booting from CD or USB-Stick Installs to your harddisk [...]]]></description>
			<content:encoded><![CDATA[<p>SchilliX is the first distribution based on <a href="http://www.opensolaris.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.opensolaris.org/?referer=');">OpenSolaris</a>. It is a liveCD and can also be installed on a hard disk on the x86, AMD64 and EM64T based architectures.</p>
<p>According to SchilliX&#8217;s <a href="http://schillix.berlios.de/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/schillix.berlios.de/?referer=');">website</a> these are the highlights:</p>
<ul>
<li>In 30sec fron bootmanager to multiuser login prompt (HD-boot)</li>
<li>Booting from CD or USB-Stick</li>
<li>Installs to your harddisk</li>
<li>Self healing Services</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2005/08/schillix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
