<?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>Linux Blog &#187; ls</title>
	<atom:link href="http://www.rz0r.net/tag/ls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rz0r.net</link>
	<description>Otro blog mas de linux</description>
	<lastBuildDate>Tue, 23 Aug 2011 05:26:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Agregando color a la terminal en OpenSolaris 2009</title>
		<link>http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/</link>
		<comments>http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 05:42:08 +0000</pubDate>
		<dc:creator>rz0r</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.rz0r.net/?p=126</guid>
		<description><![CDATA[La terminal en opensolaris 2009 por default no trae activos los colores para el comando ls o el vim, a como viene por defecto en las distribucciones de linux, en lo particular me gusta ver los colores en la terminal para solucionar esto bastara con agregar unas cuantas lineas de codigo bash en los archivos [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=90e8a2b5c540d915d4179fab9eeaf31d&amp;default=http://en.gravatar.com/avatar/90e8a2b5c540d915d4179fab9eeaf31d?s=80&r=any' alt='No Gravatar' width=40 height=40/><p>La terminal en opensolaris 2009 por default no trae activos los colores para el comando ls o el vim, a como viene por defecto en las distribucciones de linux, en lo particular me gusta ver los colores en la terminal para solucionar esto bastara con agregar unas cuantas lineas de codigo bash en los archivos .bashrc y .profile para tener funcionando la terminal con los colores.</p>
<p>.bashrc</p>
<pre class="brush: bash; title: ; notranslate">
alias  ls='ls --color=auto'
TERM=xterm-color
export TERM
</pre>
<p>.profile</p>
<pre class="brush: bash; title: ; notranslate">
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
</pre>
<div id="attachment_127" class="wp-caption alignnone" style="width: 310px"><a href="http://www.rz0r.net/wp-content/uploads/2009/08/screen1.png"><img class="size-medium wp-image-127" title="screen1" src="http://www.rz0r.net/wp-content/uploads/2009/08/screen1-300x165.png" alt="ls colors" width="300" height="165" /></a><p class="wp-caption-text">ls colors</p></div>
<div id="attachment_128" class="wp-caption alignnone" style="width: 310px"><a href="http://www.rz0r.net/wp-content/uploads/2009/08/screen2.png"><img class="size-medium wp-image-128" title="screen2" src="http://www.rz0r.net/wp-content/uploads/2009/08/screen2-300x165.png" alt="vim colors" width="300" height="165" /></a><p class="wp-caption-text">vim colors</p></div>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.rz0r.net%2F2009%2F08%2Fagregando-color-a-la-terminal-en-opensolaris-2009%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/"  data-text="Agregando color a la terminal en OpenSolaris 2009" data-count="horizontal" data-via="rz0r">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.rz0r.net/2009/08/agregando-color-a-la-terminal-en-opensolaris-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

