<?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"
	>

<channel>
	<title>Jaccon</title>
	<atom:link href="http://jaccon.com.br/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaccon.com.br</link>
	<description>Open Source development!</description>
	<pubDate>Fri, 21 Nov 2008 02:31:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Desbloqueando o Iphone passo-a-passo ( utilizando o Jailbreack+Unlock )</title>
		<link>http://jaccon.com.br/2008/11/desbloqueando-o-iphone-com-jailbreakunlock/</link>
		<comments>http://jaccon.com.br/2008/11/desbloqueando-o-iphone-com-jailbreakunlock/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 13:32:37 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1279</guid>
		<description><![CDATA[Desbloqueando o Iphone para todas as operadoras no Brasil, tutorial com video.
Neste tutorial você poderá aprender como fazer o desbloqueio do Iphone firmware 1.1 e 2.0 através do Jailbreak
Post retirado do site Iphone Freaks, post em inglês.

URL: http://iphonefreakz.com/beginners-guide/jailbreak-unlock/
his is a no nonsense guide to start jailbreaking and unlocking your iPhone.
For this tutorial i’m using iLiberty+ [...]]]></description>
			<content:encoded><![CDATA[<h2>Desbloqueando o Iphone para todas as operadoras no Brasil, tutorial com video.</h2>
<p>Neste tutorial você poderá aprender como fazer o desbloqueio do Iphone firmware 1.1 e 2.0 através do Jailbreak</p>
<p>Post retirado do site Iphone Freaks, post em inglês.<br />
<span id="more-1279"></span><br />
URL: <a href="http://iphonefreakz.com/beginners-guide/jailbreak-unlock/">http://iphonefreakz.com/beginners-guide/jailbreak-unlock/</a></p>
<p>his is a no nonsense guide to start jailbreaking and unlocking your iPhone.<br />
For this tutorial i’m using iLiberty+ and i must say that this app is really the best that i’ve used so far.</p>
<p>I’ll show you a exact howto.</p>
<p>1) Download the latest version of iLiberty+ from here.</p>
<p>2) Install the app and run it after the installation.</p>
<p>3) On the opening screen, enable the Jailbreak, Activate, Youtube fix, Unlock, Downgrade bootloader and Cydia.</p>
<p>4) click on Advanced. and then on Available on repo.</p>
<p>5) Click on refresh to load all the app’s (payload) from the REPO.</p>
<p>6) Activate the following.</p>
<p>- Appsupport patch for 1.1.2- 1.1.4</p>
<p>- Bootneuter</p>
<p>- BSD Subsystem</p>
<p>- Fix mobile folder permission</p>
<p>- Installer (very important !! if you don’t select this one, you will only have Cydia to install your apps.)</p>
<p>- International Support for iPhone 1.1.4</p>
<p>- OpenSSH</p>
<p>- Relocate Fonts and Ringtones</p>
<p>7) clik on the download button to prepare your payloads. (this can take quite some time)</p>
<p> <img src='http://jaccon.com.br/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Now click on local payloads. And select all the options you have there.</p>
<p>9) Now go back to the standard tap.</p>
<p>10) Connect your new or restored iPhone to your PC and wait untill iLiberty+ detects your iPhone. (you will see it when iLiberty ’s GO FOR IT button lights up and when you see Ready on the lower left of iLiberty+)</p>
<p>11) Click on the Go For IT button. Click ok on the popup and let iLiberty do it’s work.</p>
<p>12) If iLiberty doesn’t succeed in finding your iPhone the first time, don’t panic and just disconnect and reconnect your iPhone again.</p>
<p>13) Now watch the screen of your iPhone. This process should take some minutes, so be patient.</p>
<p>15) The next step is now to add the sources of the apps you’d like to have installed. See our how to add sources page and off course our sources page.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/desbloqueando-o-iphone-com-jailbreakunlock/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS para formulário com select</title>
		<link>http://jaccon.com.br/2008/11/css-para-formulario-com-select/</link>
		<comments>http://jaccon.com.br/2008/11/css-para-formulario-com-select/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 23:23:10 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1272</guid>
		<description><![CDATA[Abaixo, um exemplo simples de como utilizar um CSS para fazer um estilo para um botão tipo select no HTML.
Código original: http://www.criarweb.com/artigos/exemplos/exem_select_css.html






option {font-family: verdana; font-size: 10px; color: white}
option.uno {background-color: #CCC}
option.dos {background-color: #666}
SELECT{ font-family: verdana; font-size: 10px; color: white; background-color:#666;}




	Opção
	Opção
	Opção
	Opção
	Opção
	Opção




]]></description>
			<content:encoded><![CDATA[<p>Abaixo, um exemplo simples de como utilizar um CSS para fazer um estilo para um botão tipo select no HTML.</p>
<p>Código original: <a href="http://www.criarweb.com/artigos/exemplos/exem_select_css.html">http://www.criarweb.com/artigos/exemplos/exem_select_css.html</a></p>
<p><span id="more-1272"></span></p>
<blockquote><p>
<html><br />
<head></p>
<p><meta name="description" content="CSS permite decorar qualquer elemento html. Neste caso aplicamos nosso estilo aos drop down menus." /></p>
<style type="text/css">
option {font-family: verdana; font-size: 10px; color: white}
option.uno {background-color: #CCC}
option.dos {background-color: #666}
SELECT{ font-family: verdana; font-size: 10px; color: white; background-color:#666;}
</style>
<p></head><br />
<body></p>
<select>
	<option class="uno">Opção</option><br />
	<option class="dos">Opção</option></p>
<p>	<option class="uno">Opção</option><br />
	<option class="dos">Opção</option><br />
	<option class="uno">Opção</option><br />
	<option class="dos">Opção</option><br />
</select>
<p></body><br />
</html>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/css-para-formulario-com-select/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Acessando o Iphone pelo VNC ( instalando o VNC no Iphone )</title>
		<link>http://jaccon.com.br/2008/11/acessando-o-iphone-pelo-vnc-instalando-o-vnc-no-iphone/</link>
		<comments>http://jaccon.com.br/2008/11/acessando-o-iphone-pelo-vnc-instalando-o-vnc-no-iphone/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 03:27:27 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1270</guid>
		<description><![CDATA[Quer saber como utilizar o VNC no Iphone ? assista o video abaixo e descubra.
 
]]></description>
			<content:encoded><![CDATA[<p>Quer saber como utilizar o VNC no Iphone ? assista o video abaixo e descubra.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/qFi8HmY7U5E"></param> <embed src="http://www.youtube.com/v/qFi8HmY7U5E" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/acessando-o-iphone-pelo-vnc-instalando-o-vnc-no-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Transformando seu Wii Remote em um sabre de Luz no OSX</title>
		<link>http://jaccon.com.br/2008/11/transformando-seu-wii-remote-em-um-sabre-de-luz-no-osx/</link>
		<comments>http://jaccon.com.br/2008/11/transformando-seu-wii-remote-em-um-sabre-de-luz-no-osx/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 04:08:35 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1267</guid>
		<description><![CDATA[O Wii Remote já possui outra funcionalidade no OSX rs, agora você pode configurar seu Wii Remote para transformar ele em uma light saber Jedi,
Para saber mais veja o link: http://isnoop.net/blog/category/made-by-isnoop/macsaber/
]]></description>
			<content:encoded><![CDATA[<p>O Wii Remote já possui outra funcionalidade no OSX rs, agora você pode configurar seu Wii Remote para transformar ele em uma light saber Jedi,</p>
<p>Para saber mais veja o link: <a href="http://isnoop.net/blog/category/made-by-isnoop/macsaber/">http://isnoop.net/blog/category/made-by-isnoop/macsaber/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/transformando-seu-wii-remote-em-um-sabre-de-luz-no-osx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wii Remote no OSX Leopard</title>
		<link>http://jaccon.com.br/2008/11/wii-remote-no-osx-leopard/</link>
		<comments>http://jaccon.com.br/2008/11/wii-remote-no-osx-leopard/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 04:02:12 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1265</guid>
		<description><![CDATA[Neste video irei mostrar um exemplo simples de utilização do Wii Remote no OSX Leopard para controlar o Front Roll.
 
]]></description>
			<content:encoded><![CDATA[<p>Neste video irei mostrar um exemplo simples de utilização do Wii Remote no OSX Leopard para controlar o Front Roll.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/RD6ip2_MYeI"></param> <embed src="http://www.youtube.com/v/RD6ip2_MYeI" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/wii-remote-no-osx-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.7 Preview</title>
		<link>http://jaccon.com.br/2008/11/wordpress-27-preview/</link>
		<comments>http://jaccon.com.br/2008/11/wordpress-27-preview/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:23:20 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1256</guid>
		<description><![CDATA[Para todos os bloqueiros e nós desenvolvedores ai vêm o novo Wordpress 2.7. É impossivél negar que o Wordpress é um dos sistemas mais robusto de Blog atualmente.

]]></description>
			<content:encoded><![CDATA[<p>Para todos os bloqueiros e nós desenvolvedores ai vêm o novo Wordpress 2.7. É impossivél negar que o Wordpress é um dos sistemas mais robusto de Blog atualmente.</p>
<p><embed src="http://v.wordpress.com/UBy8AaXJ" type="application/x-shockwave-flash" width="440" height="260" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/wordpress-27-preview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Iphone com OSX e Windows Mobile em Dual Boot</title>
		<link>http://jaccon.com.br/2008/11/iphone-com-osx-e-windows-mobile-em-dual-boot/</link>
		<comments>http://jaccon.com.br/2008/11/iphone-com-osx-e-windows-mobile-em-dual-boot/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 18:46:50 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1254</guid>
		<description><![CDATA[Já imaginou instalando o Windows Mobile em seu Iphone ? a idéia de hacking no Iphone até que é muito bacana mas o OSX é muito superior ao Windows Mobile mas vamos lá. Um developer do USA desenvolveu um boot loader no qual você pode selecionar o sistema nativo do Iphone para carregar ou então [...]]]></description>
			<content:encoded><![CDATA[<p>Já imaginou instalando o Windows Mobile em seu Iphone ? a idéia de hacking no Iphone até que é muito bacana mas o OSX é muito superior ao Windows Mobile mas vamos lá. Um developer do USA desenvolveu um boot loader no qual você pode selecionar o sistema nativo do Iphone para carregar ou então o Windows Mobile. Abaixo você poderá conferir o video com o exemplo.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="embeddedPlayerVideo" width="400" height="330"><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://videos.video-loader.com/_player/gvideoplayer.swf" /><param name="flashvars" value="bAutoStart=false&#038;isEmbeded=true&#038;iVideoId=491&#038;sScreenshotUrl=http://videos.video-loader.com/emotion/windowsmobile.jpg"/><embed type="application/x-shockwave-flash" src="http://videos.video-loader.com/_player/gvideoplayer.swf" allowFullScreen="true" width="400" height="330" quality="high" allowScriptAccess="always" flashvars="bAutoStart=false&#038;isEmbeded=true&#038;iVideoId=491&#038;sScreenshotUrl=http://videos.video-loader.com/emotion/windowsmobile.jpg"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/iphone-com-osx-e-windows-mobile-em-dual-boot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BenchMark Ubuntu Linux 7.10 / Windows XP / Windows Vista</title>
		<link>http://jaccon.com.br/2008/11/benchmark-ubuntu-linux-710-windows-xp-windows-vista/</link>
		<comments>http://jaccon.com.br/2008/11/benchmark-ubuntu-linux-710-windows-xp-windows-vista/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 21:03:04 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1252</guid>
		<description><![CDATA[Neste video review você poderá ver um teste de benchmark para o boot de 03 Asus EEpc rodando 03 sistemas operacionais Windows XP, Windows Vista e Ubuntu Linux.
Veja o resultado:

]]></description>
			<content:encoded><![CDATA[<p>Neste video review você poderá ver um teste de benchmark para o boot de 03 Asus EEpc rodando 03 sistemas operacionais Windows XP, Windows Vista e Ubuntu Linux.</p>
<p>Veja o resultado:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/83JGgxbH1B4&#038;hl=pt-br&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/83JGgxbH1B4&#038;hl=pt-br&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/benchmark-ubuntu-linux-710-windows-xp-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtualização do Mac OS X</title>
		<link>http://jaccon.com.br/2008/11/virtualizacao-do-mac-os-x/</link>
		<comments>http://jaccon.com.br/2008/11/virtualizacao-do-mac-os-x/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 03:32:17 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1250</guid>
		<description><![CDATA[Uma das opções para softwares de virtualização no Mac OS X é o VirtualBox desenvolvido pela Sun Microsystems. Alé de ser uma aplicação Open Source ele não deve absolutamente nada para os softwares proprietários como o Vmware ou mesmo o Parallels.
Para que quizer saber mais sobre o VirtualBox segue abaixo a URL:
http://www.virtualbox.org/wiki/Downloads
]]></description>
			<content:encoded><![CDATA[<p>Uma das opções para softwares de virtualização no Mac OS X é o VirtualBox desenvolvido pela Sun Microsystems. Alé de ser uma aplicação Open Source ele não deve absolutamente nada para os softwares proprietários como o Vmware ou mesmo o Parallels.</p>
<p>Para que quizer saber mais sobre o VirtualBox segue abaixo a URL:<br />
<a href="http://www.virtualbox.org/wiki/Downloads">http://www.virtualbox.org/wiki/Downloads</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/virtualizacao-do-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac OS X Hacking Tools ( ferramentas shell para o OSX )</title>
		<link>http://jaccon.com.br/2008/11/mac-os-x-hacking-tools-ferramentas-shell-para-o-osx/</link>
		<comments>http://jaccon.com.br/2008/11/mac-os-x-hacking-tools-ferramentas-shell-para-o-osx/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:29:55 +0000</pubDate>
		<dc:creator>jaccon</dc:creator>
		
		<category><![CDATA[Todos]]></category>

		<guid isPermaLink="false">http://jaccon.com.br/?p=1248</guid>
		<description><![CDATA[Tools
KernelEventAgent
sr/sbin/KernelEventAgent handles one of the core system services (events such as file systems being mounted and unmounted, low disk space, network connections going down, etc.)
SystemStarter
bin/SystemStarter is run during system initialization to handle &#8220;startup items&#8221;. See &#8220;Mac OS X System Startup&#8221; for details.
aexml
sr/sbin/aexml forwards XMLRPC and SOAP requests to the AppleEvent manager for further dispatching. More documentation is available [...]]]></description>
			<content:encoded><![CDATA[<h3>Tools</h3>
<h4>KernelEventAgent</h4>
<p id="paperbox"><code>sr/sbin/KernelEventAgent</code> handles one of the core system services (events such as file systems being mounted and unmounted, low disk space, network connections going down, etc.)</p>
<h4>SystemStarter</h4>
<p id="paperbox"><code>bin/SystemStarter</code> is run during system initialization to handle &#8220;startup items&#8221;. See &#8220;<a title="Mac OS X System Startup" href="http://www.kernelthread.com/mac/osx/arch_startup.html">Mac OS X System Startup</a>&#8221; for details.</p>
<h4>aexml</h4>
<p id="paperbox"><code>sr/sbin/aexml</code> forwards XMLRPC and SOAP requests to the AppleEvent manager for further dispatching. More documentation is available on the<a title="Apple Developer Web Site" href="http://www.apple.com/developer">Apple Developer Web Site</a>.</p>
<h4>appleping</h4>
<p id="paperbox"><code>sr/bin/appleping</code> exercises the AppleTalk network by sending packets to a named host.</p>
<h4>ardbgd</h4>
<p id="paperbox"><code>sr/sbin/ardbgd</code> is the daemon for the Apple Remote Debugging Service.</p>
<h4>asr</h4>
<p id="paperbox"><code>sr/sbin/asr</code> (Apple Software Restore) efficiently copies disk images and volumes, and can also accurately clone volumes.</p>
<h4>bless</h4>
<p id="paperbox"><code>sr/sbin/bless</code> is used to set volume bootability characteristics for Macintoshes. The command can be used to select a folder on a mounted volume to act as the <em>blessed</em> system folder, and optionally update Open Firmware to boot from that volume. It can also be used to format and setup a volume for the first time. Finally, it can be used to query the folder(s) that are blessed on a volume. Try the following (non-destructive) commands:</p>
<p id="codebox">% sudo bless -verbose -info /     &#8230;     % sudo bless -verbose -plist -info /</p>
<h4>blued</h4>
<p id="paperbox"><code>sr/sbin/blued</code> is the Bluetooth daemon.</p>
<h4>cac_*</h4>
<p id="paperbox"><code>sr/sbin/cac_*</code> are scripts related to CAC (Common Access Card) support. A CAC can be thought of as a SmartCard that combines multiple cards (functions) into one. A CAC can enable physical access to buildings and controlled places, enable computer network and system access and serve as the primary platform for the PKI token.</p>
<h4>cmpdylib</h4>
<p id="paperbox"><code>sr/bin/cmpdylib</code> compares two dynamic shared libraries for compatibility.</p>
<h4>createhomedir</h4>
<p id="paperbox"><code>sr/sbin/createhomedir</code> creates and populates local home directories.</p>
<h4>ddb</h4>
<p id="paperbox"><code>db</code> is a debugging mechanism that can be compiled into Mac OS X, similar to BSD&#8217;s <code>kdb</code>. While <code>gdb</code> can be used over Ethernet (through a kernel stub), <code>ddb</code> is compiled into the kernel and is used over a serial line. Most importantly, <code>ddb</code> requires an actual <em>built-in hardware</em> serial line on the debug target. Fortunately, <code>gdb</code> should suffice for almost all debugging needs unless one is trying to debug an Ethernet driver itself, say.</p>
<p id="paperbox"><code>db</code> is not present by default on Mac OS X. It must be compiled from source (<code>xnu/osfmk/ddb</code> in the CVS tree).</p>
<h4>defaults</h4>
<p id="paperbox"><code>sr/bin/defaults</code> is used to access (read, write and delete) Mac OS X user defaults from the command line. For example, the following will print out Desktop background settings (including the pathname for the desktop background image, if any):</p>
<p id="codebox">% defaults read com.apple.desktop Background</p>
<h4>dev_mkdb</h4>
<p id="paperbox"><code>sr/sbin/dev_mkdb</code> creates a hash access method database (based on Berkeley DB) in <code>/var/run/dev.db</code>. This database contains the name of all devices under <code>/dev</code>.</p>
<h4>diskarbitrationd</h4>
<p id="paperbox"><code>sr/sbin/diskarbitrationd</code> is a daemon that listens for connections from clients, notifies clients of the appearance of disks and filesystems, and governs the mounting of filesystems and claiming of disks amongst clients.</p>
<h4>disktool</h4>
<p id="paperbox"><code>sr/sbin/disktool</code> is a command line utility for disk arbitration. It can be used to rename, eject, mount or unmount disks and volumes.</p>
<h4>diskutil</h4>
<p id="paperbox"><code>sr/sbin/diskutil</code> is a utility for managing disks and volumes. It can be used to perform operations such as enabling/disabling HFS+ journaling, verifying and repairing permissions, erasing disks (including optical media), partitioning, creating and managing RAID sets etc. You typically need root access to use this utility.</p>
<h4>ditto</h4>
<p id="paperbox"><code>sr/bin/ditto</code> copies files and directories to a destination directory. <code>ditto</code> can be used to &#8220;thin&#8221; &#8220;fat&#8221; (multiple-architecture) exectuables. It can also copy files selectively based on the contents of a BOM (&#8221;Bill of Materials&#8221;). One of the most useful features of <code>ditto</code> is that it can preserve resource fork and HFS meta-data information when copying files.</p>
<h4>drutil</h4>
<p id="paperbox"><code>sr/bin/drutil</code> is a command line tool that uses the DiscRecording framework to interact with attached CD/DVD burning devices.</p>
<h4>dscl</h4>
<p id="paperbox"><code>sr/bin/dscl</code> is the Directory Service command line utility.</p>
<h4>dsperfmonitor</h4>
<p id="paperbox"><code>sr/bin/dsperfmonitor</code> is a directory tool for testing plugin performance in Directory Services.</p>
<h4>dynamic_pager</h4>
<p id="paperbox"><code>bin/dynamic_pager</code> is started during system initialization to manage swap files. See <a title="Mac OS X System Startup" href="http://www.kernelthread.com/mac/osx/arch_startup.html">Mac OS X System Startup</a> for details.</p>
<h4>fdisk</h4>
<p id="paperbox"><code>sr/sbin/fdisk</code> displays or changes the DOS partition table found in the bootsector of x86 bootable disks.</p>
<h4>fixPrecomp</h4>
<p id="paperbox"><code>sr/bin/fixPrecomp</code> is a tool for &#8220;fixing&#8221; precompiled header warnings that occur when headers get out-of-sync with their precompiled versions - after a system update, say.</p>
<h4>fixproc</h4>
<p id="paperbox"><code>sr/bin/fixproc</code> is a Perl script that &#8220;fixes&#8221; a named process by performing the specified action (which can be check, kill, restart, exist or fix).</p>
<h4>fs_usage</h4>
<p id="paperbox"><code>sr/bin/fs_usage</code> presents an ongoing display of system call usage information pertaining to file system activity. By default this includes all system processes except the running <code>fs_usage</code> process, <code>Terminal</code>, <code>telnetd</code>, <code>sshd</code>, <code>rlogind</code>, <code>tcsh</code>, <code>csh</code> and <code>sh</code>.</p>
<h4>fstat</h4>
<p id="paperbox"><code>sr/bin/fstat</code> identifies open files (including sockets).</p>
<h4>heap</h4>
<p id="paperbox"><code>sr/bin/heap</code> lists all the malloc-allocated buffers in the specified process&#8217;s heap.</p>
<h4>hdiutil</h4>
<p id="paperbox"><code>sr/bin/hdiutil</code> uses the <code>DiskImages</code> framework to manipulate disk image files.</p>
<h4>hlfsd</h4>
<p id="paperbox"><code>sr/sbin/hlfsd</code> is the home-link file system daemon. It implements a file system containing a symbolic link to a subdirectory within a user&#8217;s home directory, depending on the user which accessed that link.</p>
<h4>installer</h4>
<p id="paperbox"><code>sr/sbin/installer</code> is the Mac OS X system software and package installer tool.</p>
<h4>install_name_tool</h4>
<p id="paperbox"><code>sr/bin/install_name_tool</code> changes the dynamic shared library install names recorded in a Mach-O binary.</p>
<h4>ioalloccount</h4>
<p id="paperbox"><code>sr/sbin/ioalloccount</code> displays some accounting of memory allocated by <code>IOKit</code> allocators, including object instances, in the kernel. This is useful for tracking memory leaks.</p>
<h4>ioclasscount</h4>
<p id="paperbox"><code>sr/sbin/ioclasscount</code> displays the instance count, offset by the number of direct subclasses that have at least one instance allocated, for the classes specified. This is useful for tracking leaks.</p>
<h4>ioreg</h4>
<p id="paperbox"><code>sr/sbin/ioreg</code> displays the <code>IOKit</code> registry. Try <code>ioreg -l</code>, for example, and you can see detailed registry information (including object properties) - such as details of various temperature sensors in the system (on the I2C bus).</p>
<h4>iostat</h4>
<p id="paperbox"><code>sr/sbin/iostat</code> displays kernel I/O statistics on terminal, disk and cpu operations.</p>
<h4>ipconfig</h4>
<p id="paperbox"><code>sr/sbin/ipconfig</code> can be used to get the number of network interfaces active (the <code>ifcount</code> argument), and also to retrieve various options associated with these interfaces. For example, &#8220;<code>ipconfig getoption en1 lease_time</code>&#8221; prints the DHCP lease time of <code>en1</code> if applicable. Finally,<code>ipconfig</code> can also be used to set an interface for <code>BOOTP</code>, <code>DHCP</code> etc.</p>
<h4>kdump<br />
<span style="font-weight: normal;"><code>sr/bin/kdump</code> displays the kernel trace files produced with <code>ktrace</code> in human readable format.</span></h4>
<h4>kextcache<br />
<span style="font-weight: normal;"><code>sr/sbin/kextcache</code> creates or updates <code>kext</code> caches, which are used to speed up kernel extension loading operations and to prepare <code>kexts</code> for inclusion in such media as device ROM.</span></h4>
<h4>kextload<br />
<span style="font-weight: normal;"><code>bin/kextload</code> can be used to explicitly load kernel extensions, validate them to see that they can be loaded by other mechanisms, such as <code>kextd</code>, and to generate symbol files for debugging the <code>kext</code> in a running kernel.</span></h4>
<h4>kextstat<br />
<span style="font-weight: normal;"><code>sr/sbin/kextstat</code> displays the status of any kernel extensions currently loaded in the kernel.</span></h4>
<h4>kextunload</h4>
<p id="paperbox"><code>bin/kextunload</code> is used to terminate and unregister <code>IOKit</code> objects associated with a kernel extension and to unload the code and personalities for that <code>kext</code>.</p>
<h4>kgmon<br />
<span style="font-weight: normal;"><code>sr/sbin/kgmon</code> generates a dump of the operating system&#8217;s profile buffers for later analysis by <code>gprof</code>.</span></h4>
<h4>ktrace<br />
<span style="font-weight: normal;"><code>sr/bin/ktrace</code> enables kernel trace logging for the specified processes, causing trace data to be logged to a file. Traced kernel operations include system calls, namei translations, signal processing and I/O.</span></h4>
<h4>latency<br />
<span style="font-weight: normal;"><code>sr/bin/latency</code> is used for monitoring scheduling and interrupt latency. The tool can also be used to set real time or timeshare scheduling policies.</span></h4>
<h4>ld<br />
<span style="font-weight: normal;"><code>sr/bin/ld</code> is the (Mach) object file link editor.</span></h4>
<h4>leaks<br />
<span style="font-weight: normal;"><code>sr/bin/leaks</code> examines a specified process for malloc-allocated buffers which are not referenced by the program.</span></h4>
<h4>lipo<br />
<span style="font-weight: normal;"><code>sr/bin/lipo</code> creates or operates on multi-architecture (&#8221;fat&#8221;) files. It can list the architecture types in a fat file, create a single fat file from one or more input files, thin out a single fat file to a specified architecture type, and extract, replace and/or remove architecture types from the input file.</span></h4>
<h4>lockfile<br />
<span style="font-weight: normal;"><code>sr/bin/lockfile</code> can be used to create one or more (conditional) semaphore files, with the provision of waiting for a specified number of seconds and a specified number of retries.</span></h4>
<h4>lsbom<br />
<span style="font-weight: normal;"><code>sr/bin/lsbom</code> interprets the contents of binary <code>bom</code> (bill-of-materials) files. <code>bom</code> is a file system used by the Mac OS X installer to determine which files to install, remove, or upgrade.</span></h4>
<h4>lsof<br />
<span style="font-weight: normal;"><code>sr/sbin/lsof</code> lists information about files opened by processes.</span></h4>
<h4>lsvfs<br />
<span style="font-weight: normal;"><code>sr/bin/lsvfs</code> lists known (currently loaded) virtual file systems.</span></h4>
<h4>mDNSResponder<br />
<span style="font-weight: normal;"><code>sr/sbin/mDNSResponder</code> (Multicast DNS Responder) listens for and responds to DNS-format query packets sent via Multicast to UDP port 5353.</span></h4>
<h4>mach_init<br />
<span style="font-weight: normal;"><code>bin/mach_init</code> is a daemon that maintains various mappings between service names and the Mach ports that provide access to those services.</span></h4>
<h4>malloc_history<br />
<span style="font-weight: normal;"><code>sr/bin/malloc_history</code> inspects a given process and lists the malloc allocations performed by it. It relies on information provided by the standard malloc library when debugging options have been turned on.</span></h4>
<h4>mig<br />
<span style="font-weight: normal;"><code>sr/bin/mig</code> (Mach Interface Generator) is used to compile procedural interfaces to Mach&#8217;s message-based APIs, based on descriptions of those APIs.</span></h4>
<h4>mkbom<br />
<span style="font-weight: normal;"><code>sr/bin/mkbom</code> creates a <code>bom</code> (bill-of-materials) given a directory.</span></h4>
<h4>mkextunpack<br />
<span style="font-weight: normal;"><code>sr/sbin/mkextunpack</code> extracts the contents of a multikext (mkext) archive.</span></h4>
<h4>netstat<br />
<span style="font-weight: normal;"><code>sr/sbin/netstat</code> symbolically displays the contents of various network-related data structures.</span></h4>
<h4>nibindd<br />
<span style="font-weight: normal;"><code>sr/sbin/nibindd</code> is a daemon that is responsible for finding, creating and destroying <code>NetInfo</code> servers.</span></h4>
<h4>nibtool<br />
<span style="font-weight: normal;"><code>sr/bin/nibtool</code> is used for printing, verifying and updating <code>nib</code> files.</span></h4>
<h4>nicl<br />
<span style="font-weight: normal;"><code>sr/bin/nicl</code> is a general-purpose utility for operating on <code>NetInfo</code> databases. Its commands allow one to create, read and manage <code>NetInfo</code> data.</span></h4>
<h4>nidomain<br />
<span style="font-weight: normal;"><code>sr/sbin/nidomain</code> is an interface to <code>nibindd</code> to which it sends all of its requests about the domains served on a given machine. It can also be used to create and destroy <code>NetInfo</code> databases.</span></h4>
<h4>nifind<br />
<span style="font-weight: normal;"><code>sr/bin/nifind</code> finds a directory in the <code>NetInfo</code> hierarchy.</span></h4>
<h4>nigrep<br />
<span style="font-weight: normal;"><code>sr/bin/nigrep</code> searches for a regular expression in the <code>NetInfo</code> hierarchy.</span></h4>
<h4>niload<br />
<span style="font-weight: normal;"><code>sr/bin/niload</code> loads information from standard input into the given <code>NetInfo</code> domain.</span></h4>
<h4>nireport<br />
<span style="font-weight: normal;"><code>sr/bin/nireport</code> prints tables from the <code>NetInfo</code> hierarchy.</span></h4>
<h4>niutil<br />
<span style="font-weight: normal;"><code>sr/bin/niutil</code> is used to do arbitrary reads and writes on the given <code>NetInfo</code> domain.</span></h4>
<h4>nmedit<br />
<span style="font-weight: normal;"><code>sr/bin/nmedit</code> is used to change global symbols to local symbols. It differs from <code>strip</code> in that it also changes the symbolic debugging information for the global symbols it changes to static symbols so that the resulting object can still be used with a debugger.</span></h4>
<h4>notifyd<br />
<span style="font-weight: normal;"><code>sr/sbin/notifyd</code> is a daemon that facilitates processes to exchange stateless notification events.</span></h4>
<h4>nvram<br />
<span style="font-weight: normal;"><code>sr/sbin/nvram</code> allows manipulation of Open Firmware non-volatile RAM variables.</span></h4>
<h4>objcopy<br />
<span style="font-weight: normal;"><code>bjcopy</code> is part of <code>binutils</code> that you can download, compile and install. This utility copies the contents of an object file to another, using the GNU BFD (Binary File Descriptor) library to access the object files.</span></h4>
<h4>objdump<br />
<span style="font-weight: normal;"><code>bjdump</code> is part of <code>binutils</code>. It displays information (including disassembly, if required) about one or more object files.</span></h4>
<h4>open<br />
<span style="font-weight: normal;"><code>sr/bin/open</code> is a command line utility to open a file (or a directory or URL), just as if you had double-clicked the file&#8217;s icon.</span></h4>
<h4>open-x11<br />
<span style="font-weight: normal;"><code>sr/bin/open-x11</code> is a wrapper shell script that provides <code>open</code> functionality for X11 applications.</span></h4>
<h4>orbd<br />
<span style="font-weight: normal;"><code>sr/bin/orbd</code> is the Object Request Broker Daemon. It is a tool to enable clients to transparently locate and invoke persistent objects on servers in the CORBA environment.</span></h4>
<h4>osacompile<br />
<span style="font-weight: normal;"><code>sr/bin/osacompile</code> compiles the given files, or standard input if non are listed, into a single output script.</span></h4>
<h4>osalang<br />
<span style="font-weight: normal;"><code>sr/bin/osalang</code> prints information about installed OSA (Open Script Architecture) languages.</span></h4>
<h4>osascript<br />
<span style="font-weight: normal;"><code>sr/bin/osascript</code> executes the given script file, or standard input if none is given. Scripts may be plain text or compiled scripts.</span></h4>
<h4>otool<br />
<span style="font-weight: normal;"><code>sr/bin/otool</code> displays specified parts of object files or libraries (similar to <code>ldd</code> on Linux).</span></h4>
<h4>pagestuff<br />
<span style="font-weight: normal;"><code>sr/bin/pagestuff</code> displays information about the specified logical pages of a file conforming to the Mach-O executable format.</span></h4>
<h4>pax<br />
<span style="font-weight: normal;"><code>in/pax</code> is a tool for reading, writing, and listing members of an archive file. It is also used to copy directory hierarchies. <code>pax</code> supports various archive formats such as <code>cpio</code>, <code>bcpio</code>, <code>sv4cpio</code>, <code>sv4crc</code>, <code>tar</code>, and <code>ustar</code>.</span></h4>
<h4>pbcopy<br />
<span style="font-weight: normal;"><code>sr/bin/pbcopy</code> is used to copy standard input to the pasteboard buffer.</span></h4>
<h4>pbpaste<br />
<span style="font-weight: normal;"><code>sr/bin/pbpaste</code> prints the contents of the pasteboard buffer.</span></h4>
<h4>pcscd<br />
<span style="font-weight: normal;"><code>sr/sbin/pcscd</code> is a daemon used to dynamically allocate/deallocate Smart Card reader drivers at runtime and manage connections to the readers. Related utilities include <code>/usr/bin/pcsctest</code> and <code>/usr/bin/pcsctool</code>. These tools are taken from the <a title="Muscle" href="http://musclecard.com/">MUSCLE</a> (Movement for the Use of Smart Cards in a Linux Environment) project, a project to coordinate the development of smart cards and applications under Linux.</span></h4>
<h4>pdisk<br />
<span style="font-weight: normal;"><code>sr/sbin/pdisk</code> is a menu driven program which partitions disks using the standard Apple disk partitioning scheme.</span></h4>
<h4>plutil<br />
<span style="font-weight: normal;"><code>sr/bin/plutil</code> can be used to check the syntax of property list files, or convert a plist file from one format to another.</span></h4>
<h4>pmset<br />
<span style="font-weight: normal;"><code>sr/bin/pmset</code> changes and reads power management settings such as idle sleep timing, wake on administrative access, automatic restart on power loss, etc.</span></h4>
<h4>pstat<br />
<span style="font-weight: normal;"><code>sr/sbin/pstat</code> displays open file entry, swap space utilization, terminal state, and vnode data structures.</span></h4>
<h4>redo_prebinding<br />
<span style="font-weight: normal;"><code>sr/bin/redo_prebinding</code> is used to redo the prebinding of an executable or dynamic library when one of the dependent dynamic library changes. The input file, executable or dynamic library, must have initially been prebound for this program to redo the prebinding.</span></h4>
<h4>say<br />
<span style="font-weight: normal;"><code>sr/bin/say</code> uses the Speech Synthesis manager to convert input text to audible speech and either play it through the sound output device chosen in System Preferences or save it to an AIFF file.</span></h4>
<h4>screencapture<br />
<span style="font-weight: normal;"><code>sr/sbin/screencapture</code> captures the screen (a window selection or a mouse selection) to the clipboard or a file (as PDF).</span></h4>
<h4>scselect<br />
<span style="font-weight: normal;"><code>sr/sbin/scselect</code> is used to change current network location, or to list defined locations.</span></h4>
<h4>sc_usage<br />
<span style="font-weight: normal;"><code>sr/bin/sc_usage</code> displays an ongoing sample of system call and page fault usage statistics for a given process.</span></h4>
<h4>scutil<br />
<span style="font-weight: normal;"><code>sr/sbin/scutil</code> is a tool to communicate with <code>configd</code>, read and write from/to the configuration data store etc.</span></h4>
<h4>security<br />
<span style="font-weight: normal;"><code>sr/bin/security</code> provides a command line interface to administer Keychains, manipulate keys and certificates, and do most things the Security framework is capable of.</span></h4>
<h4>segedit<br />
<span style="font-weight: normal;"><code>sr/bin/segedit</code> extracts and/or replaces the named sections from the specified input file and creates an output.</span></h4>
<h4>setregion<br />
<span style="font-weight: normal;"><code>sr/bin/setregion</code> is the command line utility for setting the DVD drive&#8217;s &#8220;region&#8221;.</span></h4>
<h4>sips<br />
<span style="font-weight: normal;"><code>sr/bin/sips</code> is a command line interface to the Scriptable Image Processing Server. The graphical abilities of Mac OS X are exposed through this image processing service. The SIPS architecture contains tools for performing basic image alterations and support various image formats. The goal is to provide quick, convenient, desktop automation of common image processing operations.</span></h4>
<h4>slpd<br />
<span style="font-weight: normal;"><code>sr/sbin/slpd</code> is the Service Location Protocol daemon that advertises local services to the network.</span></h4>
<h4>slp_reg<br />
<span style="font-weight: normal;"><code>sr/sbin/slp_reg</code> is a tool to register URLs via the Service Location Protocol in order for remote machines to discover locally registered services.</span></h4>
<h4>softwareupdate<br />
<span style="font-weight: normal;"><code>sr/sbin/softwareupdate</code> is a command line utility to perform software updates under Mac OS X.</span></h4>
<h4>srm<br />
<span style="font-weight: normal;"><code>sr/bin/srm</code> securely (by overwriting, renaming, and truncating before unlinking) removes files or directories.</span></h4>
<h4>sw_vers<br />
<span style="font-weight: normal;"><code>sr/bin/sw_vers</code> prints the product name (such as Mac OS X), version and build number.</span></h4>
<h4>sysctl<br />
<span style="font-weight: normal;"><code>sr/sbin/sysctl</code> retrieves kernel state and allows processes with appropriate privilege to set kernel state.</span></h4>
<h4>system_profiler<br />
<span style="font-weight: normal;"><code>sr/sbin/system_profiler</code> is the command line system profiling utility.</span></h4>
<h4>tcpdump<br />
<span style="font-weight: normal;"><code>sr/sbin/tcpdump</code> dumps traffic on a network.</span></h4>
<h4>top<br />
<span style="font-weight: normal;"><code>sr/bin/top</code> displays an ongoing sample of system usage statistics (such as cpu utilization, memory usage etc. for each process).</span></h4>
<h4>trpt<br />
<span style="font-weight: normal;"><code>sr/sbin/trpt</code> interrogates the buffer of TCP trace records created when a socket is marked for debugging (via <code>setsockopt()</code>) and prints a readable description of these records.</span></h4>
<h4>update_prebinding<br />
<span style="font-weight: normal;"><code>sr/bin/update_prebinding</code> tries to synchronize prebinding information for libraries and executables when new files are added to a system. Prebinding information is pre-calculated address information for libraries used by a given executable or library. By pre-determining where a function in another library is destined to be placed, the dynamic linker does not have to resolve symbols at application startup time.</span></h4>
<h4>vm_stat<br />
<span style="font-weight: normal;"><code>sr/bin/vm_stat</code> displays Mach virtual memory statistics.</span></h4>
<h4>vmmap<br />
<span style="font-weight: normal;"><code>sr/bin/vmmap</code> displays the virtual memory regions allocated in a specified process, indicating how memory is being used, and what the purposes of memory at a given address might be.</span></h4>
<h4>vpnd<br />
<span style="font-weight: normal;"><code>sr/sbin/vpnd</code> is the Mac OS X VPN service daemon.</span></h4>
<h4>xcode*<br />
<span style="font-weight: normal;"><code>sr/bin/xcode*</code> are Xcode related commands.</span></h4>
<h4>xxd<br />
<span style="font-weight: normal;"><code>sr/bin/xxd</code> creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form.</span></h4>
]]></content:encoded>
			<wfw:commentRss>http://jaccon.com.br/2008/11/mac-os-x-hacking-tools-ferramentas-shell-para-o-osx/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
