<?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>Blog de Boris HUISGEN &#187; Mac OS X</title>
	<atom:link href="http://blog.hbis.fr/category/systeme/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hbis.fr</link>
	<description>Administrateur &#38; Développeur système UNIX/Linux</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:49:07 +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>Munin : monitorer la température des disques durs sous FreeBSD &amp; Mac OS X</title>
		<link>http://blog.hbis.fr/2010/07/05/munin-patch_hddtemp_smartct/</link>
		<comments>http://blog.hbis.fr/2010/07/05/munin-patch_hddtemp_smartct/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:00:42 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=2558</guid>
		<description><![CDATA[Je vous fais part de mon patch pour le plugin hddtemp_smartctl de Munin afin que la température des disques durs puisse être monitorée sous FreeBSD, OpenBSD, NetBSD et Mac OS X : http://exchange.munin-monitoring.org/plugins/hddtemp_smartctl/details Pour rappel, ce plugin nécessite le port sysutils/smartmontools. La commande smartctl n&#8217;étant fonctionnelle que sous root, il faut adapter la configuration de Munin dans le fichier /usr/local/etc/munin/plugin-conf.d/plugins.conf : ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/07/05/munin-patch_hddtemp_smartct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X : placer les widgets Dashboard directement sur le bureau</title>
		<link>http://blog.hbis.fr/2010/06/21/macosx-dashboard_to_desktop/</link>
		<comments>http://blog.hbis.fr/2010/06/21/macosx-dashboard_to_desktop/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:02:23 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=2431</guid>
		<description><![CDATA[Pour pouvoir utiliser vos widgets Dashboard directement depuis votre bureau, un paramètre caché est à activer : $ defaults write com.apple.dashboard devmode YES Il faut relancer le Dock ensuite : $ killall Dock Activez ensuite Dashboard par la touche F12, sélectionnez le widget et commencez à le déplacer. Tout en ne relâchant pas le bouton ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/06/21/macosx-dashboard_to_desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacPorts : cleanup &amp; upgrade</title>
		<link>http://blog.hbis.fr/2010/03/01/macports-cleanup_upgrade/</link>
		<comments>http://blog.hbis.fr/2010/03/01/macports-cleanup_upgrade/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 18:44:47 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=2177</guid>
		<description><![CDATA[Quelques commandes d&#8217;utilisation de MacPorts &#8230; - Nettoyer les fichiers objets et temporaires liés à la compilation de chaque port : $ sudo port -f clean --all installed - Désinstaller toutes les versions antérieures des ports installés : $ sudo port -f uninstall inactive - Effectuer une mise à jour avec nettoyage automatique : $ ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/03/01/macports-cleanup_upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Réseau : géolocalisation de votre connexion</title>
		<link>http://blog.hbis.fr/2010/01/21/network-fai_geoip/</link>
		<comments>http://blog.hbis.fr/2010/01/21/network-fai_geoip/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:42:49 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Réseau]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=1741</guid>
		<description><![CDATA[Pour géolocaliser votre connexion Internet (au niveau du DSLAM de votre FAI), une commande sympa : $ curl -s &#34;http://www.geody.com/geoip.php?ip=$(curl -s icanhazip.com)&#34; &#124; sed '/^IP:/!d;s/&#60;[^&#62;][^&#62;]*&#62;//g' IP: XX.XX.XX.XXX Location: Munshausen, Luxembourg   (Visual Online S.A.)]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/01/21/network-fai_geoip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X : Java 6 pour Mac à CPU 32 bits</title>
		<link>http://blog.hbis.fr/2010/01/08/macosx-java6_32bits/</link>
		<comments>http://blog.hbis.fr/2010/01/08/macosx-java6_32bits/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:56:02 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=1684</guid>
		<description><![CDATA[Le port de Java 6 pour les Macs à CPU 32 bits (Intel CoreDuo 2006) est disponible au téléchargement sur cette page : http://landonf.bikemonkey.org/static/soylatte]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/01/08/macosx-java6_32bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X : masquer un utilisateur de la login box</title>
		<link>http://blog.hbis.fr/2009/11/15/macosx-hide_user_from_loginbox/</link>
		<comments>http://blog.hbis.fr/2009/11/15/macosx-hide_user_from_loginbox/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 12:57:13 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=1523</guid>
		<description><![CDATA[Pour masquer un compte utilisateur de la login box de Mac OS (et également du menu de permutation / Fast Switch User), la commande à saisir est la suivante en spécifiant le compte à la fin : $ sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add postgres Le compte utilisateur masqué reste évidemment toujours actif. Pour masquer ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/11/15/macosx-hide_user_from_loginbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X : forcer le boot noyau 64 bits de Snow Leopard</title>
		<link>http://blog.hbis.fr/2009/10/14/macosx-force_64_boot/</link>
		<comments>http://blog.hbis.fr/2009/10/14/macosx-force_64_boot/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:47:17 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=1329</guid>
		<description><![CDATA[Pour activer et démarrer définitivement sous le noyau 64 bits de Snow Leopard, la commande à exécuter est la suivante : $ sudo nvram boot-args=&#34;arch=x86_64&#34; Votre machine doit évidemment supporter le 64 bits (noyau + EFI64 + CPU), mais aussi vos drivers qui doivent être 64 bits (ce qui n&#8217;est pas le cas de tous ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/10/14/macosx-force_64_boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X : launchd et détection des périphériques amovibles</title>
		<link>http://blog.hbis.fr/2009/06/23/macosx-launchd_hotplug/</link>
		<comments>http://blog.hbis.fr/2009/06/23/macosx-launchd_hotplug/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:59:37 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=1053</guid>
		<description><![CDATA[Le système launchd de Mac OS X (10.4 et +) permet de détecter le branchement d&#8217;un volume amovible (clé USB, disque dur, etc). Un script particulier peut donc être lancé suite à cette détection, telle qu&#8217;une copie de vos documents ou  le lancement d&#8217;une sauvegarde (rsync ou autre). La détection s&#8217;appuie sur le nom du ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/06/23/macosx-launchd_hotplug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BackupPC : installation sous Mac OS X</title>
		<link>http://blog.hbis.fr/2009/04/18/backuppc-macosx/</link>
		<comments>http://blog.hbis.fr/2009/04/18/backuppc-macosx/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 02:55:23 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=553</guid>
		<description><![CDATA[J&#8217;ai installé le système de backup BackupPC sur mon Mac Mini, afin de sauvegarder facilement des serveurs distants. Voici donc la procédure complète d&#8217;installation de BackupPC sous Mac OS X, avec un serveur Web Nginx et support CGI / Perl. En fin d&#8217;article, je vous fais part d&#8217;une idée de configuration possible pour le stockage ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/04/18/backuppc-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serveur Web Nginx/PHP/MySQL sous MacOS X</title>
		<link>http://blog.hbis.fr/2009/04/16/webserver-macosx/</link>
		<comments>http://blog.hbis.fr/2009/04/16/webserver-macosx/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 22:38:41 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Hébergement]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=547</guid>
		<description><![CDATA[Après différents essais d&#8217;utilisation Apache / MySQL / PHP sous MacOS X que ce soit avec les versions out-of-the box d&#8217;Apple ou les packages spécifiques qui ne fonctionnent pas bien/du tout comme ca, çà, et çà, la raison m&#8217;a amené à compiler/installer une suite Web complète : plus d&#8217;Apache mais du Nginx (et çà j&#8217;y ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/04/16/webserver-macosx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
