<?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>The Evangelist INFO &#187; OSX</title>
	<atom:link href="http://www.the-evangelist.info/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-evangelist.info</link>
	<description>Información técnica</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:13:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IP Forwarding</title>
		<link>http://www.the-evangelist.info/2010/04/ip-forwarding/</link>
		<comments>http://www.the-evangelist.info/2010/04/ip-forwarding/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 09:25:45 +0000</pubDate>
		<dc:creator>The Evangelist</dc:creator>
				<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Trucos OSX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.the-evangelist.info/?p=248</guid>
		<description><![CDATA[Como gestionar el IP Forwarding en diferentes sistemas operativos. Comprobar como está el IP Forwarding; Mac OS X sysctl net.inet.ip.forwarding net.inet.ip.fastforwarding Linux (general): sysctl net.ipv4.ip_forward Para activar el IP forwarding: Mac OS X sysctl -w net.inet.ip.forwarding=1 net.inet.ip.fastforwarding=1 Linux (general): sysctl -w net.ipv4.ip_forward=1 echo 1 &#62; /proc/sys/net/ipv4/ip_forward Linux (Debian), para dejarlo permanente editar el fichero /etc/sysctl.conf [...]]]></description>
		<wfw:commentRss>http://www.the-evangelist.info/2010/04/ip-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Habilitar el usuario &#8220;root&#8221; en Snow Leopard</title>
		<link>http://www.the-evangelist.info/2010/04/habilitar-el-usuario-root-en-snow-leopard/</link>
		<comments>http://www.the-evangelist.info/2010/04/habilitar-el-usuario-root-en-snow-leopard/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 16:35:00 +0000</pubDate>
		<dc:creator>The Evangelist</dc:creator>
				<category><![CDATA[Trucos OSX]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Trucos]]></category>

		<guid isPermaLink="false">http://www.the-evangelist.info/?p=245</guid>
		<description><![CDATA[El usuario de root en OSX está deshabilitado por defecto, además en Snow Leopard la aplicación de Utilidad de Directorio (Directory Utility) no está disponible en la carpeta de Utilidades (dentro de aplicaciones). Para habilitar el usuario de root: Abrir la aplicación Utilidad de Directorio (Directory Utility.app) que ahora está en &#8220;/System/Library/CoreServices&#8221;. Desbloquear la aplicación [...]]]></description>
		<wfw:commentRss>http://www.the-evangelist.info/2010/04/habilitar-el-usuario-root-en-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>otool, la alternativa &#8220;ldd&#8221; en OSX</title>
		<link>http://www.the-evangelist.info/2009/12/otool-la-alternativa-ldd-en-osx/</link>
		<comments>http://www.the-evangelist.info/2009/12/otool-la-alternativa-ldd-en-osx/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:04:19 +0000</pubDate>
		<dc:creator>The Evangelist</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.the-evangelist.info/?p=124</guid>
		<description><![CDATA[Para ver que librerías depende cierto binario, en Linux se hace con LDD pero en OSX no funciona así que una alternativa es OTOOL. Según el manual (recomiendo leerlo man otool) con -L se lista las librerías dinámicas (con nombre y versión) que usa un binario, aquí pongo un ejemplo: $ otool -L /opt/local/bin/minicom /opt/local/bin/minicom: [...]]]></description>
		<wfw:commentRss>http://www.the-evangelist.info/2009/12/otool-la-alternativa-ldd-en-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editar ficheros .PLIST binarios</title>
		<link>http://www.the-evangelist.info/2009/12/editar-ficheros-plist-binarios/</link>
		<comments>http://www.the-evangelist.info/2009/12/editar-ficheros-plist-binarios/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:04:49 +0000</pubDate>
		<dc:creator>The Evangelist</dc:creator>
				<category><![CDATA[Trucos OSX]]></category>

		<guid isPermaLink="false">http://www.the-evangelist.info/?p=65</guid>
		<description><![CDATA[Los fichero .PLIST son ficheros XML que se pueden editar con cualquier editor pero a veces pueden estar en formato binario con lo cual hay que convertirlos a formato XML antes de poder editarlos. Para pasar de binario a XML: plutil -convert xml1 FICHERO Para pasar de XML a binario: plutil -convert binary1 FICHERO Para [...]]]></description>
		<wfw:commentRss>http://www.the-evangelist.info/2009/12/editar-ficheros-plist-binarios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
