<?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>jmanteau &#187; Apple</title>
	<atom:link href="http://www.jmanteau.fr/category/informatique/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jmanteau.fr</link>
	<description>Photos, blog, CV &#38; Co : le "coin de Toile" de Julien Manteau</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac OS X et wget</title>
		<link>http://www.jmanteau.fr/informatique/apple/mac-os-x-et-wget/</link>
		<comments>http://www.jmanteau.fr/informatique/apple/mac-os-x-et-wget/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 10:02:56 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=634</guid>
		<description><![CDATA[Wget est un utilitaire bien pratique pour télécharger des fichiers en ligne de commande. Malheureusement OSX ne le propose par défaut. On peut bien sur l&#8217;installer via les ports mais sur un autre Mac que le sien on peut avoir besoin d&#8217;une solution plus rapide et moins intrusive. OSX propose heureusement curl qui peut remplir [...]]]></description>
			<content:encoded><![CDATA[<p>Wget est un utilitaire bien pratique pour télécharger des fichiers en ligne de commande. Malheureusement OSX ne le propose par défaut. On peut bien sur l&#8217;installer via les ports mais sur un autre Mac que le sien on peut avoir besoin d&#8217;une solution plus rapide et moins intrusive.<br />
OSX propose heureusement curl qui peut remplir le même rôle avec l&#8217;option :</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">-O<span style="color: #000000; font-weight: bold;">/</span>--remote-name   Write output to a <span style="color: #c20cb9; font-weight: bold;">file</span> named <span style="color: #c20cb9; font-weight: bold;">as</span> the remote <span style="color: #c20cb9; font-weight: bold;">file</span></div></td></tr></tbody></table></div>
<p>Mais les habitudes ont la vie dure et donc pour simuler wget il est plus simple de rajouter un alias:</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">'alias wget=&quot;curl -O&quot;'</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.bash_profile</div></td></tr></tbody></table></div>
<p>Curl propose plein d&#8217;autres options. Pour les consulter:</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">curl <span style="color: #660033;">--help</span></div></td></tr></tbody></table></div>
<p>ou</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">man</span> curl</div></td></tr></tbody></table></div>
<p>Si vous rencontrez l&#8217;erreur:</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ curl <span style="color: #660033;">-O</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.jmanteau.fr<span style="color: #000000; font-weight: bold;">/</span><br />
curl: Remote <span style="color: #c20cb9; font-weight: bold;">file</span> name has no length<span style="color: #000000; font-weight: bold;">!</span><br />
curl: try <span style="color: #ff0000;">'curl --help'</span> or <span style="color: #ff0000;">'curl --manual'</span> <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #c20cb9; font-weight: bold;">more</span> information</div></td></tr></tbody></table></div>
<p>Il faut alors utiliser curl de la façon suivante:</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">curl  http:<span style="color: #000000; font-weight: bold;">//</span>www.jmanteau.fr<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight: bold;">&gt;</span> sortie.html<br />
<span style="color: #000000; font-weight: bold;">%</span> Total    <span style="color: #000000; font-weight: bold;">%</span> Received <span style="color: #000000; font-weight: bold;">%</span> Xferd  Average Speed   Time    Time     Time  Current<br />
Dload  Upload   Total   Spent    Left  Speed<br />
<span style="color: #000000;">100</span> <span style="color: #000000;">34039</span>    <span style="color: #000000;">0</span> <span style="color: #000000;">34039</span>    <span style="color: #000000;">0</span>     <span style="color: #000000;">0</span>  <span style="color: #000000;">25476</span>      <span style="color: #000000;">0</span> --:--:--  <span style="color: #000000;">0</span>:00:01 --:--:-- <span style="color: #000000;">26865</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/apple/mac-os-x-et-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disques durs externes et Mac OS X</title>
		<link>http://www.jmanteau.fr/informatique/apple/disques-durs-externes-et-mac-os-x/</link>
		<comments>http://www.jmanteau.fr/informatique/apple/disques-durs-externes-et-mac-os-x/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 06:00:07 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[indexation]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=570</guid>
		<description><![CDATA[Ou plus prosaïquement comment empecher l&#8217;apparition des .Trashes, .fseventsd, et .Spotlight-V100 sur les périphériques de stockage externes sous OS X. Si vous connectez un disque externe sous Leopard (et Snow), celui-ci se sent libre d&#8217;écrire ses fichiers d&#8217;indexations dessus ! Voici comment faire pour empêcher ce comportement: Pour empêcher l’indexation Spotlight, vous devez avoir un [...]]]></description>
			<content:encoded><![CDATA[<p>Ou plus prosaïquement comment empecher l&#8217;apparition des .Trashes, .fseventsd, et .Spotlight-V100 sur les périphériques de stockage externes sous OS X.<br />
Si vous connectez un disque externe sous Leopard (et Snow), celui-ci se sent libre d&#8217;écrire ses fichiers d&#8217;indexations dessus !<br />
Voici comment faire pour empêcher ce comportement:</p>
<ul>
<li>Pour empêcher l’indexation Spotlight, vous devez avoir un fichier appelé .metadata_never_index dans la racine du disque.
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">touch</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>MONDISQUE<span style="color: #000000; font-weight: bold;">/</span>.metadata_never_index</div></td></tr></tbody></table></div>
</li>
<li>Pour empêcher la création du repertoire .Trashes , vous devez avoir votre propre fichier (et non un répertoire) qui s’appelle .Trashes
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">touch</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>MONDISQUE<span style="color: #000000; font-weight: bold;">/</span>.Trashes</div></td></tr></tbody></table></div>
</li>
<li>Pour empêcher la journalisation des événements sur le lecteur, vous devez créer un fichier no_log dans le répertoire .fseventsd
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">touch</span> <span style="color: #000000; font-weight: bold;">/</span>Volumes<span style="color: #000000; font-weight: bold;">/</span>MONDISQUE<span style="color: #000000; font-weight: bold;">/</span>.fseventsd<span style="color: #000000; font-weight: bold;">/</span>no_log</div></td></tr></tbody></table></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/apple/disques-durs-externes-et-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connaître l&#8217;ensemble des types de fichiers dans un répertoire</title>
		<link>http://www.jmanteau.fr/informatique/linux/connaitre-lensemble-des-types-de-fichiers-dans-un-repertoire/</link>
		<comments>http://www.jmanteau.fr/informatique/linux/connaitre-lensemble-des-types-de-fichiers-dans-un-repertoire/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 17:06:37 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[filetype]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=531</guid>
		<description><![CDATA[Une ligne rapide pour avoir l&#8217;ensemble des types de fichiers dans un répertoire : 1find REPERTOIRE -type f &#124;  awk -F . '{print $NF}' &#124; sort &#124; uniq Ou avec le décompte trié par extension : 1find REPERTOIRE -type f &#124;  awk -F . '{print $NF}' &#124; sort &#124; uniq -c &#124; sort -n]]></description>
			<content:encoded><![CDATA[<p>Une ligne rapide pour avoir l&#8217;ensemble des types de fichiers dans un répertoire :</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">find</span> REPERTOIRE <span style="color: #660033;">-type</span> f <span style="color: #000000; font-weight: bold;">|</span>  <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #660033;">-F</span> . <span style="color: #ff0000;">'{print $NF}'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">uniq</span></div></td></tr></tbody></table></div>
<p>Ou avec le décompte trié par extension :</p>
<div class="codecolorer-container bash mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">find</span> REPERTOIRE <span style="color: #660033;">-type</span> f <span style="color: #000000; font-weight: bold;">|</span>  <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #660033;">-F</span> . <span style="color: #ff0000;">'{print $NF}'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">uniq</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #660033;">-n</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/linux/connaitre-lensemble-des-types-de-fichiers-dans-un-repertoire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome n&#8217;est pas un navigateur</title>
		<link>http://www.jmanteau.fr/informatique/web/google-chrome-nest-pas-un-navigateur/</link>
		<comments>http://www.jmanteau.fr/informatique/web/google-chrome-nest-pas-un-navigateur/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 10:06:05 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[erreur]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[navigateur]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=471</guid>
		<description><![CDATA[La preuve en image : J&#8217;ai obtenu l&#8217;erreur en faisant un clic droit sur un fichier HTML sur le disque et en faisant &#171;&#160;Ouvrir avec&#160;&#187;-&#62;Chrome. Le titre était évident pour l&#8217;aspect sensationnel car cette erreur à part, je suis très content de cette bêta de Chrome. Au point que pour aller chercher une info rapidement,  [...]]]></description>
			<content:encoded><![CDATA[<p>La preuve en image :</p>
<p><a href="http://www.jmanteau.fr/wp-content/uploads/2009/12/chrome_error.jpg" rel="lightbox[471]"><img class="alignnone size-full wp-image-472" title="chrome_error" src="http://www.jmanteau.fr/wp-content/uploads/2009/12/chrome_error.jpg" alt="" width="421" height="169" /></a></p>
<p>J&#8217;ai obtenu l&#8217;erreur en faisant un clic droit sur un fichier HTML sur le disque et en faisant &laquo;&nbsp;Ouvrir avec&nbsp;&raquo;-&gt;Chrome.</p>
<p>Le titre était évident pour l&#8217;aspect sensationnel car cette erreur à part, je suis très content de cette bêta de Chrome. Au point que pour aller chercher une info rapidement,  je lance de plus en plus Chrome au lieu du mastodonte Firefox.</p>
<p>En résumé, pour l&#8217;instant je suis en phase d&#8217;observation &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/web/google-chrome-nest-pas-un-navigateur/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Macport, Porticus et PATH</title>
		<link>http://www.jmanteau.fr/informatique/linux/macport-porticus-et-path/</link>
		<comments>http://www.jmanteau.fr/informatique/linux/macport-porticus-et-path/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 17:40:18 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=443</guid>
		<description><![CDATA[MacPorts, anciennement DarwinPorts, est un gestionnaire de paquets libre fonctionnant sous mac Mac OS X Porticus est une interface graphique Cocoa permettant d’utiliser MacPorts de manière intuitive. Un moteur de recherche permet de retrouver facilement une application a installer et l’application s’interface avec Growl pour fournir des informations sur l’avancement des compilations. Toutes les applications [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macports.org/">MacPorts</a>, anciennement DarwinPorts, est un gestionnaire de paquets libre fonctionnant sous mac Mac OS X</p>
<p><a href="http://porticus.alittledrop.com/">Porticus</a> est une interface graphique Cocoa permettant d’utiliser MacPorts de manière intuitive. Un moteur de recherche permet de retrouver facilement une application a installer et l’application s’interface avec Growl pour fournir des informations sur l’avancement des compilations.</p>
<p>Toutes les applications sont installées sous /opt/local/ . Par défaut MacOS ne va chercher dans ces répertoires. L&#8217;exécution des logiciels ne peut se faire directement, on est obligé d&#8217;aller les chercher dans leur répertoire.</p>
<p>Afin de corriger cela on ajoute ces dossiers au PATH:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;blockquote&gt;sudo su<br />
<br />
echo &quot;PATH=\$PATH:/opt/local/bin:/opt/local/sbin/&quot; &amp;gt;&amp;gt; /etc/profile&lt;/blockquote&gt;</div></td></tr></tbody></table></div>
<p>Au redémarrage suivant vous avez un accès direct au programmes installés par MacPorts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/linux/macport-porticus-et-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spindump, Mac OS X et les crashs</title>
		<link>http://www.jmanteau.fr/informatique/apple/spindump-mac-os-x-et-les-crashs/</link>
		<comments>http://www.jmanteau.fr/informatique/apple/spindump-mac-os-x-et-les-crashs/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:02:26 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[spindump]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=369</guid>
		<description><![CDATA[Malheureusement il arrive que des applications plantent même sous Mac OS X&#8230; Pour ma part cela arrive lorsque je laisse ouvert Firefox plus de 24h avec Netvibes ouvert (mais cela doit marcher avec toute application web 2.0 type facebook, deezer, etc &#8230; bien lourde et qui laisse une boucle javascript faire de l&#8217;allocation ou autre [...]]]></description>
			<content:encoded><![CDATA[<p>Malheureusement il arrive que des applications plantent même sous Mac OS X&#8230;</p>
<p>Pour ma part cela arrive lorsque je laisse ouvert Firefox plus de 24h avec Netvibes ouvert (mais cela doit marcher avec toute application web 2.0 type facebook, deezer, etc &#8230; bien lourde et qui laisse une boucle javascript faire de l&#8217;allocation ou autre &#8230;) et au fur et à mesure il ralentit jusqu&#8217;à devenir ingérable. La solution c&#8217;est la fermeture ! Mais au moment de l&#8217;achever, apparait un &laquo;&nbsp;petit&nbsp;&raquo; processus : spindump.</p>
<p>Carte d&#8217;identité de spindump tiré du man de Mac OS X :</p>
<blockquote><p><strong>spindump</strong> is a tool used by various system components to create hang reports and notify the user of application hangs</p></blockquote>
<p>Il semble tout gentil à part le fait qu&#8217;il se permet de me phagocyter (oui oui rien que ça!)  tout mon CPU et mes accès disques pendant quelques secondes pour son &laquo;&nbsp;hang report&nbsp;&raquo;.</p>
<p>Ni une, ni deux un petit tour sur le Net et je vois que virer l&#8217;importun ne gêne en rien donc exit spindump!</p>
<p>Pour cela deux solutions :</p>
<p>1. Solution temporaire permettant de tester le changement :</p>
<blockquote><p>sudo launchctl unload /System/Library/LaunchDaemons/com.apple.spindump.plist</p></blockquote>
<p>(sur une seule ligne). Cette solution fait qu&#8217;au prochain redémarrage sbindump se relancera</p>
<p>2. Solution définitive :</p>
<blockquote><p>sudo su</p>
<p>mv /usr/sbin/spindump /usr/sbin/spindump.backup</p>
<p>ln -s /usr/bin/true /usr/sbin/spindump</p></blockquote>
<p>Et voilà. Le Mac n&#8217;est plus ralenti en cas de plantage intempestif par spindump.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/apple/spindump-mac-os-x-et-les-crashs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.1 et MacBook Pro Unibody</title>
		<link>http://www.jmanteau.fr/informatique/apple/firefox-31-et-macbook-pro-unibody/</link>
		<comments>http://www.jmanteau.fr/informatique/apple/firefox-31-et-macbook-pro-unibody/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 19:59:47 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.jmanteau.fr/?p=307</guid>
		<description><![CDATA[Ca y est j&#8217;ai mon Mac. Content. Très bonne machine mais j&#8217;y reviendrai plus tard. Un des atouts de cette nouvelle génération est le trackpad multitouch. Pouvoir zoomer en écartant les doigts, tourner une photo deviennent des gestes très naturels très très vite. Safari support parfaitement ces gestes notamment pour aggrandir la police d&#8217;une page [...]]]></description>
			<content:encoded><![CDATA[<p>Ca y est j&#8217;ai mon Mac. Content. Très bonne machine mais j&#8217;y reviendrai plus tard.</p>
<p>Un des atouts de cette nouvelle génération est le trackpad multitouch. Pouvoir zoomer en écartant les doigts, tourner une photo deviennent des gestes très naturels très très vite.</p>
<p>Safari support parfaitement ces gestes notamment pour aggrandir la police d&#8217;une page web.</p>
<p>Et Firefox ? La 3.0 ne sait rien faire de tout cela. Cependant <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-3.1b2pre.en-US.mac.dmg">Firefox 3.1 en beta avec Minefield</a> corrige tout cela.</p>
<p>Et c&#8217;est agréable à utiliser :</p>
<ul>
<li>balayage de trois doigts à gauche : retour arrière dans l&#8217;historique (et si on maintient Cmd, ça ouvre dans un onglet)</li>
<li>balayage de trois doigts à droite: saut avant dans l&#8217;historique</li>
<li>balayage de trois doigts vers le haut : retour en haut de la page courante</li>
<li>balayage de trois doigts vers le bas : fin de la page</li>
<li>deux doigts se rapprochant : dézoome de la page</li>
<li>deux doigts s&#8217;éloignant: zoom de la page</li>
<li>rotation de deux doigts (vers la droite ou la gauche) : onglet précedent ou suivant.</li>
</ul>
<p>C&#8217;est tout bête et ça facilite la navigation. Il faut garder que ce n&#8217;est qu&#8217;une beta et que cette fonctionnalité ne sera peut-être pas dans la version finale. Cependant au succès de celle-ci, je pense et j&#8217;espère qu&#8217;elle sera présente dans Firefox 3.1 qui est <a href="https://wiki.mozilla.org/Firefox3.1/Schedule">attendu pour Noël</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/apple/firefox-31-et-macbook-pro-unibody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

