<?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>Core Networks Techno Blog &#187; opensolaris</title>
	<atom:link href="http://blogs.corenetworks.es/tag/opensolaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.corenetworks.es</link>
	<description>Solaris, Opensolaris and Java Weblog</description>
	<lastBuildDate>Tue, 01 Nov 2011 16:10:26 +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>ZFS file access monitor dtrace script</title>
		<link>http://blogs.corenetworks.es/2010/03/zfs-file-access-monitor-dtrace-script/</link>
		<comments>http://blogs.corenetworks.es/2010/03/zfs-file-access-monitor-dtrace-script/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:03:36 +0000</pubDate>
		<dc:creator>Sergio Rodriguez de Guzman</dc:creator>
				<category><![CDATA[DTrace]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=466</guid>
		<description><![CDATA[I have created this small DTrace script to monitor the file access on a ZFS file system (it does not work on other File Systems). It uses one single argument, the file you are going to monitor. It will print the DATE access, the process using the file, the operation over the file (Read/Write/Delete), the [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2010/03/zfs-file-access-monitor-dtrace-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solaris commands aren&#8217;t what they seem</title>
		<link>http://blogs.corenetworks.es/2009/11/solaris-commands-arent-what-they-seem/</link>
		<comments>http://blogs.corenetworks.es/2009/11/solaris-commands-arent-what-they-seem/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:29:18 +0000</pubDate>
		<dc:creator>Arnaud Delanoue</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[isaexec]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=246</guid>
		<description><![CDATA[With this new post I am going to show you some curious things that recently happened to me. For testing purposes I needed to remove the execution permission for regular users for the prstat command. So I just did a basic chmod (nothing strange for now&#8230;) : root@solarisbox# chmod 550 /usr/bin/prstat root@solarisbox# After that, regulars [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/11/solaris-commands-arent-what-they-seem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install AMP (Apache, MySQL, PHP) in OpenSolaris 2009.06</title>
		<link>http://blogs.corenetworks.es/2009/09/how-to-install-amp-apache-mysql-php-in-opensolaris-2009-06/</link>
		<comments>http://blogs.corenetworks.es/2009/09/how-to-install-amp-apache-mysql-php-in-opensolaris-2009-06/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 11:06:35 +0000</pubDate>
		<dc:creator>Arnaud Delanoue</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=206</guid>
		<description><![CDATA[In this new post I&#8217;m going to explain how to install Apache Web Server 2.2 with MySQL5.1 and PHP5.2 on last version 2009.06 of OpenSolaris. In fact there is a special package for that : amp. We can install such package and nothing more, but I prefer to install each aplication separately.  Look at this [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/09/how-to-install-amp-apache-mysql-php-in-opensolaris-2009-06/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install MySQL 5.1 on OpenSolaris 2009.06</title>
		<link>http://blogs.corenetworks.es/2009/09/how-to-install-mysql-on-opensolaris-2009-06/</link>
		<comments>http://blogs.corenetworks.es/2009/09/how-to-install-mysql-on-opensolaris-2009-06/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:26:44 +0000</pubDate>
		<dc:creator>Arnaud Delanoue</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=198</guid>
		<description><![CDATA[On this post I&#8217;m going to describe all the steps to install MySQL 5.1 Community Server on last version 2009.06 of OpenSolaris. First, we need to install the MySQL package : root@opensolaris:~# pkg install SUNWmysql51 DOWNLOAD PKGS FILES XFER (MB) SUNWmysql51 0/2 0/335 0.00/84.19 Completed 2/2 335/335 84.19/84.19 PHASE ACTIONS Install Phase 427/427 root@opensolaris:~# NOTE [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/09/how-to-install-mysql-on-opensolaris-2009-06/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>conntrack DTrace script: connections by process, user and port on Solaris/Opensolaris</title>
		<link>http://blogs.corenetworks.es/2009/08/conntrack-dtrace-script-connections-by-process-user-and-port-on-solaris-opensolaris/</link>
		<comments>http://blogs.corenetworks.es/2009/08/conntrack-dtrace-script-connections-by-process-user-and-port-on-solaris-opensolaris/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 11:19:40 +0000</pubDate>
		<dc:creator>Sergio Rodriguez de Guzman</dc:creator>
				<category><![CDATA[DTrace]]></category>
		<category><![CDATA[Networking/Security]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=135</guid>
		<description><![CDATA[I&#8217;ve created conntrack DTrace script for Solaris and Opensolaris to monitor all outgoing TCP and UDP connections by process, user and port. It has some filtering capabilities allowing to filter traffic by port, process or user. In a standard unix system it&#8217;s rather difficult to know what process are using the network and how. With [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/08/conntrack-dtrace-script-connections-by-process-user-and-port-on-solaris-opensolaris/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Korona 0.0.2 available: KDE4.3/OpenSolaris 2009/06</title>
		<link>http://blogs.corenetworks.es/2009/08/korona-0-0-2-available-kde4-3opensolaris-200906/</link>
		<comments>http://blogs.corenetworks.es/2009/08/korona-0-0-2-available-kde4-3opensolaris-200906/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:13:17 +0000</pubDate>
		<dc:creator>Sergio Rodriguez de Guzman</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=79</guid>
		<description><![CDATA[The live DVD image of KDE4.3/OpenSolaris is available at http://www.genunix.org/ [2GB] Direct link: http://www.genunix.org/dist/korona/Korona-0.0.2.iso In addition to the standard OpenSolaris CD content*, Korona** comes with an almost complete KDE environment &#8211; 22 KDE packages plus localization to 57 languages and 38 supporting packages AND Konversation (no Amarok though, the recent versions don&#8217;t build correctly). The [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/08/korona-0-0-2-available-kde4-3opensolaris-200906/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get TCP statistics and KPIs in Opensolaris and Solaris 10: tcpKPI.d</title>
		<link>http://blogs.corenetworks.es/2009/08/get-tcp-statistics-and-kpis-in-opensolaris-and-solaris-10-tcpkpi-d/</link>
		<comments>http://blogs.corenetworks.es/2009/08/get-tcp-statistics-and-kpis-in-opensolaris-and-solaris-10-tcpkpi-d/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:05:53 +0000</pubDate>
		<dc:creator>Sergio Rodriguez de Guzman</dc:creator>
				<category><![CDATA[DTrace]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=60</guid>
		<description><![CDATA[I&#8217;ve created this DTrace script to get network KPIs (Key Performance Indicators). It will print this information: * FIELDS: * DATE Time, string * OUT TCP Out Data Bytes * RET Number of Retransmited Bytes * IN TCP In Data Bytes * INDUP TCP In Duplicated Bytes * UNORD TCP In UnorderBytes * DROP TCP [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/08/get-tcp-statistics-and-kpis-in-opensolaris-and-solaris-10-tcpkpi-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensolaris 06-2009 (nuevas funcionalidades)</title>
		<link>http://blogs.corenetworks.es/2009/08/opensolaris-06-2009-nuevas-funcionalidades/</link>
		<comments>http://blogs.corenetworks.es/2009/08/opensolaris-06-2009-nuevas-funcionalidades/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 17:15:37 +0000</pubDate>
		<dc:creator>Haizea Gomez</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://blogs.corenetworks.es/?p=41</guid>
		<description><![CDATA[Ya se ha hecho realidad la nueva versión estable de OpenSolaris 2009.06. Que incluye una serie de mejoras en sus funcionalidades y en el soporte de hardware. OpenSolaris 2009.06, trae consigo mayor soporte de hardware, además de una mejorado Time Slider, la inclusión de Codeina para un manejo más fácil de los plugins multimedia, mejoras [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blogs.corenetworks.es/2009/08/opensolaris-06-2009-nuevas-funcionalidades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

