<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
  <title>Journal de Benoit Breton</title>
  <link>http://blog.bbreton.net/index.php?</link>
  
  <description />
  <language>fr</language>
  <pubDate>Sat, 25 May 2013 19:43:41 +0200</pubDate>
  <copyright>Benoit BRETON</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Blogbelu" /><feedburner:info uri="blogbelu" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Installation unattend de SQL Express 2012.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/c76bJkI8FUg/index.php</link>
    <guid isPermaLink="false">urn:md5:8ec330a13a5eb5161d8bf8d7b97b1b26</guid>
    <pubDate>Wed, 22 May 2013 14:30:00 +0200</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>Microsoft</category><category>Serveur</category><category>SQL</category>    
    <description>    &lt;p&gt;L'installation de SQL Express 2012 ne génére pas de fichier Configfile.ini par défaut. Pour remédier à ça il faut utiliser la commande suivant&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;SQLEXPRWT_x86_ENU.exe /UIMODE=Normal /ACTION=INSTALL&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Puis ensuite récupérer son fichier de configuration dans le répertoire de SQL&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2013/05/22/Installation-unattend-de-SQL-Express-2012.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2013/05/22/Installation-unattend-de-SQL-Express-2012.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/589</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2013/05/22/Installation-unattend-de-SQL-Express-2012.</feedburner:origLink></item>
    
  <item>
    <title>Le services W32Time ne démarre pas automatiquement</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/DyfKTerq0Wc/index.php</link>
    <guid isPermaLink="false">urn:md5:74b4971c3fcdb49ceb085b58f051314c</guid>
    <pubDate>Tue, 07 May 2013 08:02:00 +0200</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
            
    <description>    &lt;p&gt;Le service W32Time meme configurer en automatique ne démarre pas par défaut sur les ordinateurs qui ne sont pas connectés au domain&amp;nbsp;! Pour remédier à ça il suffis de lancer la commande suivante&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;sc triggerinfo w32time start/networkon stop/networkoff&lt;/code&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2013/05/07/Le-services-W32Time-ne-d%C3%A9marre-pas-automatiquement#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2013/05/07/Le-services-W32Time-ne-d%C3%A9marre-pas-automatiquement#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/588</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2013/05/07/Le-services-W32Time-ne-d%C3%A9marre-pas-automatiquement</feedburner:origLink></item>
    
  <item>
    <title>P2V d'une machine linux Debian.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/hR-7KXn8IBA/index.php</link>
    <guid isPermaLink="false">urn:md5:5f7f0e6ab1b07636673cfa52119bff1e</guid>
    <pubDate>Tue, 26 Feb 2013 15:52:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>Debian</category><category>Serveur</category><category>VmWare</category>    
    <description>    &lt;p&gt;Vous avez fait un P2V de votre machine Debian sur votre serveur ESX et patatraque ça boot pas !!!&lt;/p&gt;


&lt;p&gt;Un petit curseur se balade en haut&amp;nbsp;?&lt;/p&gt;


&lt;p&gt;Pas de panique voici la solution&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Le problème est simple, au redémarrage de la machine virtuelle, la séquence d’initialisation ne se termine pas. En effet, la machine physique était équipée de disque IDE (/dev/hd) et la machine virtuelle Vmware ESXi est équipée de disque SCSI (/dev/sda).&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Monter la partition /dev/sda1 en /mnt/sda1&lt;/li&gt;
&lt;li&gt;Editer &lt;code&gt;/mnt/sda1/boot/device.map&lt;/code&gt; avec nano ou votre éditeur favori et changer le hdaX en sdaX&lt;/li&gt;
&lt;li&gt;Editer &lt;code&gt;/mnt/sda1/boot/grub/menu.lst&lt;/code&gt; et changer aussi les hdaX en sdaX&lt;/li&gt;
&lt;li&gt;Editer&lt;code&gt; /mnt/sda1/etc/mtab&lt;/code&gt; et faire de même.&lt;/li&gt;
&lt;li&gt;Editer &lt;code&gt;/mnt/sda1/etc/fstab&lt;/code&gt; et faire de même.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Une fois les fichiers de config préparé il faut réinstaller grub&lt;/p&gt;


&lt;p&gt;Passer en mode chroot sur /dev/sda&lt;/p&gt;


&lt;p&gt;&lt;code&gt;chroot /mnt/sda1&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Puis lancer l'installation de grub sur le disque sda&lt;/p&gt;


&lt;p&gt;&lt;code&gt;grub-install /dev/sda&lt;/code&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2013/02/26/P2V-d-une-machine-linux-Debian.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2013/02/26/P2V-d-une-machine-linux-Debian.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/587</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2013/02/26/P2V-d-une-machine-linux-Debian.</feedburner:origLink></item>
    
  <item>
    <title>Ecran noire au démarrage de windows XP.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/Dx5hI9sv0_0/index.php</link>
    <guid isPermaLink="false">urn:md5:60dc83fc85349eacb7746b36d3639db8</guid>
    <pubDate>Wed, 30 Jan 2013 11:31:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>Windows XP</category>    
    <description>    &lt;ul&gt;
&lt;li&gt;- Download Recovery Console CD from this ticket and Unzip. Burn the .iso file using CD burning software (www.imgburn.com, is a freeware cd burner software. if you don't already have one)&lt;/li&gt;
&lt;li&gt;- Insert Recovery Console CD and Restart PC&lt;/li&gt;
&lt;li&gt;- When Dell Boot Logo Appears PRESS F12&lt;/li&gt;
&lt;li&gt;- Select CD-Drive, press enter&lt;/li&gt;
&lt;li&gt;- Once recovery console loads (may take 1-2 mins), Press "R" to launch into recovery console (Blue Windows screen, second option)&lt;/li&gt;
&lt;li&gt;- Select which drive has the windows installation, Probably just "1" for one hard-drive installed. press enter key ( Black Windows command prompt)&lt;/li&gt;
&lt;li&gt;- password should be blank, just press enter key&lt;/li&gt;
&lt;li&gt;- when you see "c:\windows\" type the following "cd system32\config" and press enter (Cursor does not flash at this point)&lt;/li&gt;
&lt;li&gt;- (optional) you can type "DIR" to see a list of the files within this directory if you like.&lt;/li&gt;
&lt;li&gt;- Type "Rename default defaultBACKUP" and press enter, this will change the "default" file to a "defaultBACKUP"&lt;/li&gt;
&lt;li&gt;- Type "exit" and press enter, this will restart the PC.&lt;/li&gt;
&lt;li&gt;- You may now remove the recovery console CD, and the Slow Bootup time should be resolved.&lt;/li&gt;
&lt;li&gt;- Once back in windows, Run the Registry Edit file that has been attached to this ticket to stop the issue from re-occuring in the future.&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2013/01/30/Ecran-noire-au-d%C3%A9marrage-de-windows-XP.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2013/01/30/Ecran-noire-au-d%C3%A9marrage-de-windows-XP.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/586</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2013/01/30/Ecran-noire-au-d%C3%A9marrage-de-windows-XP.</feedburner:origLink></item>
    
  <item>
    <title>Intégration du service pack 2 dans SQL Server 2008 R2 (Slipstream)</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/KPAxU1hYKoI/index.php</link>
    <guid isPermaLink="false">urn:md5:39336c32f9c97f5b311c53d1ec7f19e9</guid>
    <pubDate>Mon, 28 Jan 2013 12:02:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
        <category>Serveur</category><category>SQL</category><category>Windows</category>    
    <description>    &lt;p&gt;Après avoir passé pas mal de temps a trouver une procédure qui fonctionne je vous la détail ici&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;1. Télécharger SQL Server 2008 R2 SP2 &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=30437"&gt;ici&lt;/a&gt;. Il faut télécharger toutes les architectures (IA64, x64, x86) même si on ne les utilisent pas.&lt;/p&gt;


&lt;pre&gt;SQLServer2008R2SP2-KB2630458-IA64-ENU.exe
SQLServer2008R2SP2-KB2630458-x64-ENU.exe
SQLServer2008R2SP2-KB2630458-x86-ENU.exe&lt;/pre&gt;


&lt;p&gt;2. Copier le contenu du DVD original de SQL Server 2008 R2 dans un repertoir (exemple: SQL2008R2_SP2), j'ai utilisé la lettre D avec un chemin en D:\SQL2008R2_SP2.&lt;/p&gt;


&lt;p&gt;3. Il faut maintenant extraire le contenu du package SP2 et le copier dans un dossier SP vers votre source. (Ci dessous un script pour le faire)&lt;/p&gt;


&lt;pre&gt;SQLServer2008R2SP2-KB2630458-IA64-ENU.exe /x:d:\SQL2008R2_SP2\SP
SQLServer2008R2SP2-KB2630458-x64-ENU.exe /x:d:\SQL2008R2_SP2\SP
SQLServer2008R2SP2-KB2630458-x86-ENU.exe /x:d:\SQL2008R2_SP2\SP&lt;/pre&gt;


&lt;p&gt;4. Remplacer le fichier setup.exe de la source par la version du dossier SP2&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;robocopy D:\SQL2008R2_SP2\SP D:\SQL2008R2_SP2 Setup.exe&lt;/pre&gt;


&lt;p&gt;5. Copier tous les fichiers mais pas les dossiers à l’exception de &lt;strong&gt;Microsoft.SQL.Chainer.PackageData.dll&lt;/strong&gt; (Pour celui ci conserver la version original).&lt;/p&gt;


&lt;pre&gt;robocopy D:\SQL2008R2_SP2\SP\x86 D:\SQL2008R2_SP2\x86 /XF Microsoft.SQL.Chainer.PackageData.dll&lt;/pre&gt;


&lt;pre&gt;robocopy D:\SQL2008R2_SP2\SP\x64 D:\SQL2008R2_SP2\x64 /XF Microsoft.SQL.Chainer.PackageData.dll&lt;/pre&gt;


&lt;pre&gt;robocopy D:\SQL2008R2_SP2\SP\ia64 D:\SQL2008R2_SP2\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll&lt;/pre&gt;


&lt;p&gt;6. Pour préciser à l'installeur ou trouver il fichier du services pack il faut editer le fichier &lt;strong&gt;DefaultSetup.ini&lt;/strong&gt;. Il se trouve dans  D:\SQL2008R2_SP2\x86, x64 et ia64. Ajouter la ligne suivante a la fin de chaque fichier:&lt;/p&gt;


&lt;pre&gt;PCUSOURCE=".\SP"&lt;/pre&gt;


&lt;p&gt;6.1 Si le fichier n'existe pas, créer &lt;strong&gt;DefaultSetup.ini&lt;/strong&gt; dans chaque dossier X86, X64 et ia64 avec ce contenu&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;;SQLSERVER2008 R2 Configuration File
&lt;a href="http://blog.bbreton.net/index.php?post/2013/01/28/SQLSERVER2008" title="SQLSERVER2008"&gt;SQLSERVER2008&lt;/a&gt;
PCUSOURCE=".\SP"&lt;/pre&gt;


&lt;p&gt;7. La procédure de fusion est terminer. lancer Setup.exe normalement pour exécuter l’installation de SQL Server 2008 R2 avec SP2.&lt;/p&gt;


&lt;p&gt;Si vous rencontrez une erreur lors de l'execution de la version 64bits, pour devez renomer le fichier sqlncli.msi dans \SP\1033_ENU_LP\x64\setup\x64 en sqlncli_amd64.msi.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2013/01/28/Int%C3%A9gration-SP2-%C3%A0-SQL-Server-2008-R2-dit-Slipstream#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2013/01/28/Int%C3%A9gration-SP2-%C3%A0-SQL-Server-2008-R2-dit-Slipstream#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/585</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2013/01/28/Int%C3%A9gration-SP2-%C3%A0-SQL-Server-2008-R2-dit-Slipstream</feedburner:origLink></item>
    
  <item>
    <title>Gâteau au yaourt marbré chocolat</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/einQBxXeFDo/index.php</link>
    <guid isPermaLink="false">urn:md5:58fbf459c10b4c3a073a2a001f5c5c4a</guid>
    <pubDate>Sat, 29 Dec 2012 21:14:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Cuisine</category>
        <category>Cuisine</category><category>Gateau</category>    
    <description>    &lt;p&gt;J'inaugure une nouvelle rubrique ici les recettes de cuisine. Pour commencer simple le gâteau au yaourt.&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Liste des ingrédients&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1 yaourt nature (mesure)&lt;/li&gt;
&lt;li&gt;1 pot d'huile&lt;/li&gt;
&lt;li&gt;2 pots de sucre&lt;/li&gt;
&lt;li&gt;3 pots de farine&lt;/li&gt;
&lt;li&gt;3 oeufs&lt;/li&gt;
&lt;li&gt;100g de chocolat noir pour patisserie&lt;/li&gt;
&lt;li&gt;1/2 sachet de levure chimique&lt;/li&gt;
&lt;li&gt;1 sachet de sucre vanillé&lt;/li&gt;
&lt;li&gt;1 pincée de sel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Les étapes de la recette&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Préchauffez votre four à 200° (thermostat 6)&lt;/li&gt;
&lt;li&gt;Dans un saladier, versez le yaourt&lt;/li&gt;
&lt;li&gt;Ajouter 2 pots de sucre,&lt;/li&gt;
&lt;li&gt;Ajouter 3 pots de farine&lt;/li&gt;
&lt;li&gt;Ajoutez le pot d'huile&lt;/li&gt;
&lt;li&gt;Cassez les 3 oeufs et ajoutez-les&lt;/li&gt;
&lt;li&gt;Ajoutez le demi sachet de levure, et le sucre vanillé&lt;/li&gt;
&lt;li&gt;Mélangez le tout avec un fouet, jusqu'à obtenir une pâte lisse et homogène&lt;/li&gt;
&lt;li&gt;Séparez votre pâte, et mettez 1/3 de la pâte dans un autre saladier.&lt;/li&gt;
&lt;li&gt;Faites fondre votre chocolat au bain marie, ou dans un bol au micro ondes avec un fond d'eau. Ou utiliser du chocolat en poudre.&lt;/li&gt;
&lt;li&gt;Une fois fondu, mélangez votre chocolat dans le saladier que vous venez de mettre à part.&lt;/li&gt;
&lt;li&gt;Beurrer et fariner le moule à cake.&lt;/li&gt;
&lt;li&gt;Étalez la moitié de la pâte blanche du premier saladier dans le moule.&lt;/li&gt;
&lt;li&gt;Recouvrez avec la totalité de la pâte chocolatée.&lt;/li&gt;
&lt;li&gt;Terminez en recouvrant avec votre pâte blanche, pour la dernière couche.&lt;/li&gt;
&lt;li&gt;Enfournez pendant 30 minutes&amp;nbsp;!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pour vérifier la cuisson, enfoncer la pointe d'un couteau au milieu de votre gâteau au yaourt. Si il ressort sans pâte collée, alors c'est cuit&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;J'ai piqué &lt;a href="http://www.gateauauyaourt.com/recette-gateau/gateau-au-yaourt-marbre.html" hreflang="fr"&gt;la recette ici&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/29/G%C3%A2teau-au-yaourt-marbr%C3%A9-chocolat#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/29/G%C3%A2teau-au-yaourt-marbr%C3%A9-chocolat#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/584</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/29/G%C3%A2teau-au-yaourt-marbr%C3%A9-chocolat</feedburner:origLink></item>
    
  <item>
    <title>USB Mass et windows phone 7</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/eT3g1rAvvNs/index.php</link>
    <guid isPermaLink="false">urn:md5:74c06a8affe7e5efac50d1d1b3f3f2df</guid>
    <pubDate>Tue, 25 Dec 2012 18:47:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>Lumia 610</category><category>Windows Phone</category>    
    <description>    &lt;p&gt;Si vous souhaitez utiliser votre Windows Phone 7 comme clé USB voici les clés de registre à modifier:&lt;/p&gt;


&lt;p&gt;Ouvrir l'éditeur de registre Regedit via le menu exécuter.&lt;/p&gt;


&lt;p&gt;Puis aller dans la clé&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB&lt;/pre&gt;


&lt;p&gt;Rechercher la valeur&amp;nbsp;: ZuneDriver&lt;/p&gt;


&lt;p&gt;Modifier ensuite les valeurs suivante dans "Device Parameters"&lt;/p&gt;


&lt;pre&gt;Changer ShowInShell de 0 en 1
Changer PortableDeviceNameSpaceExcludeFromShell de 1 en 0
Changer EnableLegacySupport de 0 en 1&lt;/pre&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  


&lt;p&gt;Nokia Lumia 610 Lumia 800, HTC Trophy,&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/25/USB-Mass-et-windows-phone-7#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/25/USB-Mass-et-windows-phone-7#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/583</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/25/USB-Mass-et-windows-phone-7</feedburner:origLink></item>
    
  <item>
    <title>MDT: Activer les logs de déploiement.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/JUaaLTHRsb0/index.php</link>
    <guid isPermaLink="false">urn:md5:5d881ee9b1c854b9950116f31e3f7e76</guid>
    <pubDate>Tue, 18 Dec 2012 13:39:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
        <category>MDT</category><category>Microsoft</category>    
    <description>    &lt;p&gt;Pour activer les logs sur votre serveur WDT, MDT rien de plus simple.&lt;/p&gt;


&lt;p&gt;Commencer par créer le répertoire "logs" dans votre dossier DeploymentShare$ (attention à le rendre accessible en écriture)&lt;/p&gt;


&lt;p&gt;Puis ajouter au fichier CustomSettings.xml la ligne suite&amp;nbsp;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;SLShare=\\Votre_Serveur_MDT\DeploymentShare$\Logs&lt;/p&gt;&lt;/blockquote&gt;



&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/12/MDT%3A-Activer-les-logs-de-d%C3%A9ploiement.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/12/MDT%3A-Activer-les-logs-de-d%C3%A9ploiement.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/579</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/12/MDT%3A-Activer-les-logs-de-d%C3%A9ploiement.</feedburner:origLink></item>
    
  <item>
    <title>MDT: Déployer une secondes partitions.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/-PjmrpCvBJ0/index.php</link>
    <guid isPermaLink="false">urn:md5:3893c403718ccc977813142a3408dd3f</guid>
    <pubDate>Sun, 16 Dec 2012 13:19:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
            
    <description>    &lt;p&gt;Par défaut MDT ne déploie que la partition system C:\ pour certain besoin il peut etre utile de reposer aussi la partition de données D:\.&lt;/p&gt;


&lt;p&gt;Pour faire cela la manipulation se fait en deux étapes&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;La première étage consiste à générer une image WIM avec les deux partitions.&lt;/p&gt;


&lt;p&gt;Avant de lancer la capture il faut modifier le fichier CustomSettings.xml en ajoutant cette ligne&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;BackupDrive=ALL&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Ensuite lancer la copie depuis votre master via le script LiteTouch.vbs du répertoire scripts de votre deploymentshare$&lt;/p&gt;


&lt;p&gt;Une fois l'image capturer il faut préparer la task séquence qui vas reposer l'image de la seconde partition.&lt;/p&gt;


&lt;p&gt;Ajouter une TS qu'il faut placer au début de "State Restore"&lt;/p&gt;


&lt;p&gt;&lt;a href="http://blog.bbreton.net/public/MDT/ts_copie_datas.PNG" title="ts_copie_datas.PNG"&gt;&lt;img src="http://blog.bbreton.net/public/MDT/.ts_copie_datas_s.jpg" alt="ts_copie_datas.PNG" title="ts_copie_datas.PNG, déc. 2012" /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;La valeur de la ligne de commande est la suivante, bien-sur il faut changer le chemin de votre fichier d'image.&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;"%DeployRoot%\Tools\X86\imagex" /apply "%DeployRoot%\Operating Systems\Votre_Image\Votre_Image.wim" 2 d:\&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Ensuite il suffis d'appliquer la modification. Et voilà votre partition de donnée sera reposé au premier démarrage du poste.&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/10/MDT%3A-D%C3%A9ployer-une-secondes-partitions.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/10/MDT%3A-D%C3%A9ployer-une-secondes-partitions.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/577</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/10/MDT%3A-D%C3%A9ployer-une-secondes-partitions.</feedburner:origLink></item>
    
  <item>
    <title>MDT:  Personnalisation automatique du nom du poste</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/aqiUQsvX_8U/index.php</link>
    <guid isPermaLink="false">urn:md5:0bbfe35f359d787585f00b17f23d0350</guid>
    <pubDate>Fri, 14 Dec 2012 13:49:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
        <category>MDT</category><category>Microsoft</category>    
    <description>    &lt;p&gt;Avec MDT il est possible de personnaliser automatiquement le nom du poste que vous allez déployer.&lt;/p&gt;


&lt;p&gt;Pour cela il faut ajouter&amp;nbsp;: &lt;code&gt;Computername=%SerialNumber%&lt;/code&gt; au fichier CustomSettings.xml dans mon exemple le nom du poste sera son numéro de série.&lt;/p&gt;


&lt;p&gt;Il est possible de personnaliser le nom du poste avec toute les variables système disponible.&lt;/p&gt;


&lt;p&gt;Quelques exemples:&lt;/p&gt;

&lt;pre&gt; “ARCHITECTURE”=X86
 “SERIALNUMBER”=XYZ123XYZ
 “MAKE”=HP.
 “MODEL”=Elitebook 2530p&lt;/pre&gt;



&lt;p&gt;Vous pouvez même combiner des informations du genre L-%SerialNumber% donnera L-XYZ123XYZ comme nom d'ordinateur.&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/13/MDT%3A-Personnalisation-automatique-du-nom-du-poste#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/13/MDT%3A-Personnalisation-automatique-du-nom-du-poste#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/580</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/13/MDT%3A-Personnalisation-automatique-du-nom-du-poste</feedburner:origLink></item>
    
  <item>
    <title>Synchro NTP sur bus KNX via LINKNX</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/gliWc4RIp3g/index.php</link>
    <guid isPermaLink="false">urn:md5:871fab23077410fa80852c60f5de74cb</guid>
    <pubDate>Wed, 12 Dec 2012 22:22:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Domotique</category>
        <category>knx</category><category>knxweb</category>    
    <description>    &lt;p&gt;Voici une petite procédure qui permet d'envoyer l'heure et la date à des Groupes GA via LinKNX.&lt;/p&gt;


&lt;p&gt;J'utilise cette technique pour synchroniser l'heure de mes Z38i avec un serveur NTP au travers de LinKNX.&lt;/p&gt;


&lt;p&gt;1°) Coté ETS j'ai ajouté l'objet 0 heure au GA 7/0/10 pareil avec l'objet date au GA 7/0/11&lt;/p&gt;


&lt;p&gt;&lt;img src="http://blog.bbreton.net/public/.adresse_ga_heure_m.jpg" alt="image GA" title="adresse_ga_heure.JPG, déc. 2012" /&gt;&lt;/p&gt;


&lt;p&gt;2°) Coté serveur j'ai une tache cron qui fait un&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;ntpdate ntp.univ-lyon1.fr&lt;/p&gt;


&lt;p&gt;3°) Coté linknx j'ai ajouté dans mon xml&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&amp;lt;object type="11.001" id="cur_date" gad="7/0/11" flags="cwtuf"&amp;gt;Current Date&amp;lt;/object&amp;gt;
&amp;lt;object type="10.001" id="cur_time" gad="7/0/10"&amp;gt;Current Time&amp;lt;/object&amp;gt;&lt;/p&gt;

&lt;pre&gt;       
   &amp;lt;/objects&amp;gt;
   &amp;lt;rules&amp;gt;
       &amp;lt;rule id="cur_time_date"&amp;gt;
           &amp;lt;condition type="timer" trigger="true"&amp;gt;
               &amp;lt;every&amp;gt;3600&amp;lt;/every&amp;gt;
           &amp;lt;/condition&amp;gt;
           &amp;lt;actionlist&amp;gt;
               &amp;lt;action type="set-value" id="cur_time" value="now" /&amp;gt;
               &amp;lt;action type="set-value" id="cur_date" value="now" /&amp;gt;
           &amp;lt;/actionlist&amp;gt;
       &amp;lt;/rule&amp;gt;
   &amp;lt;/rules&amp;gt;&lt;/pre&gt;



&lt;p&gt;4°) Derrière ça j'ai relancé mon xml avec la commande&amp;nbsp;:  linknx -c /var/linknx/monxml.xml&lt;/p&gt;


&lt;p&gt;Et hop 3600 seconde plus tard mon Z38I est à jour&amp;nbsp;!&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/12/Synchro-NTP-sur-bus-KNX-via-LINKNX#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/12/Synchro-NTP-sur-bus-KNX-via-LINKNX#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/582</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/12/Synchro-NTP-sur-bus-KNX-via-LINKNX</feedburner:origLink></item>
    
  <item>
    <title>Intégrer du 1wire dans Knxweb avec LUA</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/MCn7VJY2oBo/index.php</link>
    <guid isPermaLink="false">urn:md5:b8baeae00eb490b57842e6b85bdd0979</guid>
    <pubDate>Wed, 12 Dec 2012 22:12:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Domotique</category>
        <category>knx</category><category>knxweb</category>    
    <description>    &lt;p&gt;Après avoir pas mal galéré à faire fonctionner tout ça je regroupe ici les informations&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;1°) Installation de OWFS pour lire les sondes (sources http://loftawattrelos.free.fr)&lt;/p&gt;


&lt;p&gt;Tout d’abord, récupérer la source&lt;/p&gt;


&lt;p&gt;&lt;code&gt;wget &lt;a href="http://sourceforge.net/projects/owfs/files/owfs/2.8p4/owfs-2.8p4.tar.gz"&gt;http://sourceforge.net/projects/owfs/files/owfs/2.8p4/owfs-2.8p4.tar.gz&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;et ensuite, installer ce dont on a besoin&lt;/p&gt;


&lt;p&gt;&lt;code&gt;apt-get install  libusb-dev perl-base python-dev php5-dev libfuse-dev swig&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;tar -xzvfowfs-2.8p4.tar.gz&lt;/code&gt;
&lt;code&gt;cd owfs-2.8p4&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;./configure –enable-debian –prefix=/usr/local&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;make&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;make install&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Brancher la clef usb&lt;/p&gt;


&lt;p&gt;Connecter le composant  DS18B20&lt;/p&gt;


&lt;p&gt;Pour lancer le server&lt;/p&gt;


&lt;p&gt;&lt;code&gt;owserver -u -p 4304&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;lancer le serveur web&lt;/p&gt;


&lt;p&gt;&lt;code&gt;owhttpd -u -s localhost:4304 -p 8081&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;et se connecter via votre browser favoris. On y trouve quelque chose sous la forme 81.351F2F000000, c’est la clef usb. Les autres, ce sont les capteurs.&lt;/p&gt;


&lt;p&gt;ou via &lt;a href="http://localhost:8081/"&gt;http://localhost:8081/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;2°) Créer le gad qui vas recevoir la valeur&lt;/p&gt;


&lt;p&gt;&lt;code&gt;&amp;lt;object type="9.xxx" id="temp_ext" gad="7/0/1" init="persist" log="true" flags="crtu"&amp;gt;Temp Exterieur&amp;lt;/object&amp;gt;&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;3°) Ajouter le script Lua de jeff2000&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;&amp;lt;rule id="1wire-read"&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;condition type="timer" trigger="true"&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;every&amp;gt;2m&amp;lt;/every&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;/condition&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;actionlist&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;action type="script"&amp;gt;&lt;/code&gt;
&lt;code&gt;function read1wire(id, objname)&lt;/code&gt;
&lt;code&gt;out = io.popen("/usr/local/bin/owread -s localhost:4304 "..id);&lt;/code&gt;
&lt;code&gt;value = string.match(out:read("*a"), "&lt;a href="http://blog.bbreton.net/index.php?post/2012/12/12/0-9.%-" title="0-9.%-"&gt;0-9.%-&lt;/a&gt;+"); &lt;/code&gt;
&lt;code&gt;out:close();&lt;/code&gt;
&lt;code&gt;if (value ~= nil) then&lt;/code&gt;
&lt;code&gt;set(objname, value);&lt;/code&gt;
&lt;code&gt;end&lt;/code&gt;
&lt;code&gt;end;&lt;/code&gt;
&lt;code&gt;read1wire("28.BB9D4D020000/temperature","Temp_Exterieur");&lt;/code&gt;
&lt;code&gt;&amp;lt;/action&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;/actionlist&amp;gt;&lt;/code&gt;
&lt;code&gt;&amp;lt;/rule&amp;gt;&lt;/code&gt;&lt;/pre&gt;


&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/12/Int%C3%A9grer-du-1wire-dans-Knxweb-avec-LUA#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/12/Int%C3%A9grer-du-1wire-dans-Knxweb-avec-LUA#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/581</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/12/Int%C3%A9grer-du-1wire-dans-Knxweb-avec-LUA</feedburner:origLink></item>
    
  <item>
    <title>MDT 2012 : Masquer le bureau jusqu’à la fin du déploiement.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/6n1CosKg0FU/index.php</link>
    <guid isPermaLink="false">urn:md5:643f6a97c4a18528f1d9e4f626c0ba5e</guid>
    <pubDate>Wed, 12 Dec 2012 13:34:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
        <category>MDT</category><category>Microsoft</category>    
    <description>    &lt;p&gt;Une des nouvelles fonctionnaliter de MDT 2012 permet le masquage de l'explorer (Bureau) jusqu’à la fin du déploiement de l'image.&lt;/p&gt;


&lt;p&gt;Pour activer cette fonction, éditer simplement votre fichier CustomSettings.xml et ajouter la ligne&amp;nbsp;: &lt;code&gt;HIDESHELL=YES&lt;/code&gt;&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/11/MDT-2012-%3A-Masquer-le-bureau-jusqu%E2%80%99%C3%A0-la-fin-du-d%C3%A9ploiement.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/11/MDT-2012-%3A-Masquer-le-bureau-jusqu%E2%80%99%C3%A0-la-fin-du-d%C3%A9ploiement.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/578</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/11/MDT-2012-%3A-Masquer-le-bureau-jusqu%E2%80%99%C3%A0-la-fin-du-d%C3%A9ploiement.</feedburner:origLink></item>
    
  <item>
    <title>MDT: Utiliser la résolution maximum de votre carte graphique</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/RjMQQ1p4soE/index.php</link>
    <guid isPermaLink="false">urn:md5:be134495f173fe4632deea9936f8d848</guid>
    <pubDate>Mon, 10 Dec 2012 12:07:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Microsoft deployment tools</category>
            
    <description>    &lt;p&gt;Lorsqu'on fait une installation par défaut avec Microsoft Deployment Tools, ce dernier force la résolution en native en 1024x768.&lt;/p&gt;


&lt;p&gt;Ce qui n'est pas toujours pratique si on souhaite un master totalement fonctionnel sans intervention.&lt;/p&gt;


&lt;p&gt;Pour démarrer en résolution max il suffis de supprimer les lignes suivante dans le fichier unattend.xml de la tache séquence.&lt;/p&gt;

&lt;pre&gt;&amp;lt;display&amp;gt;
&amp;lt;colordepth&amp;gt;16&amp;lt;/colordepth&amp;gt;
&amp;lt;horizontalresolution&amp;gt;1024&amp;lt;/horizontalresolution&amp;gt;
&amp;lt;refreshrate&amp;gt;60&amp;lt;/refreshrate&amp;gt;
&amp;lt;verticalresolution&amp;gt;768&amp;lt;/verticalresolution&amp;gt;
&amp;lt;/display&amp;gt;&lt;/pre&gt;

&lt;p&gt;Bien-sûr il est possible de spécifier la résolution souhaité en changeant les valeurs.&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/12/10/MDT%3A-Utiliser-la-r%C3%A9solution-maximum-de-votre-carte-graphique#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/12/10/MDT%3A-Utiliser-la-r%C3%A9solution-maximum-de-votre-carte-graphique#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/576</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/12/10/MDT%3A-Utiliser-la-r%C3%A9solution-maximum-de-votre-carte-graphique</feedburner:origLink></item>
    
  <item>
    <title>Fusionner plusieurs fichiers VCF</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/gyQtEP9kvzc/index.php</link>
    <guid isPermaLink="false">urn:md5:9f2072f6b41a235905a28747396c8001</guid>
    <pubDate>Mon, 26 Nov 2012 13:47:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>VCF</category>    
    <description>    &lt;p&gt;Cette commande permet de fusionner plusieurs vcard (vcf) pour les fusionner en un seul. Utile pour importer ses contacts dans gmail &lt;img src="/themes/default/smilies/smile.png" alt=":)" class="smiley" /&gt;&lt;/p&gt;


&lt;p&gt;Lancer une commande dos puis&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Se rendre de le dossier ou son les vcard puis lancer la commande&amp;nbsp;: "copy /B *.vcf fusion.vcf " et si tout fonctionne il ne reste qu'a importer fusion.vcf dans gmail.&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/11/26/Fusionner-plusieurs-fichier-VCF#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/11/26/Fusionner-plusieurs-fichier-VCF#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/575</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/11/26/Fusionner-plusieurs-fichier-VCF</feedburner:origLink></item>
    
  <item>
    <title>Change le masque d'un serveur DHCP Microsoft</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/jFMQlfu2n00/index.php</link>
    <guid isPermaLink="false">urn:md5:89364381955ebe78eb590fced6fd1fcf</guid>
    <pubDate>Mon, 20 Feb 2012 07:46:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>DHCP</category><category>Microsoft</category><category>Serveur</category><category>Windows</category>    
    <description>    &lt;p&gt;La modification du masque n'est pas possible sur un DHCP microsoft sans supprimer l'étendu&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;Pour palier à cela et ne pas perdre sa configuration il faut exporter la configuration avec la commande suivant&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;c:\netsh dhcp server scope "nom du scope" dump c:\dhcp.txt&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Puis modifier le fichier c:\dhcp.txt avec le bon masque&lt;/p&gt;


&lt;p&gt;et pour finir supprimer l'étendu depuis la console et réimporter depuis le fichier txt avec la commande&lt;/p&gt;


&lt;p&gt;&lt;code&gt;C:\&amp;gt;netsh exec c:\dhcp.txt&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;et normalement votre DHCP est OK avec le bon masque de sous réseau.&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/02/20/Change-le-masque-d-un-serveur-DHCP-Microsoft#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/02/20/Change-le-masque-d-un-serveur-DHCP-Microsoft#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/574</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/02/20/Change-le-masque-d-un-serveur-DHCP-Microsoft</feedburner:origLink></item>
    
  <item>
    <title>Envoyer des MMS depuis FREE Mobile</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/KV3m4FXvKt4/index.php</link>
    <guid isPermaLink="false">urn:md5:a2eed51acc408246ee732964d13e5b9f</guid>
    <pubDate>Fri, 03 Feb 2012 08:05:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
        <category>Free Mobile</category><category>Freemobile</category><category>Galaxys S</category><category>MMS</category><category>Samsung</category>    
    <description>    &lt;p&gt;Une configuration qui fonctionne pour les MMS chez Free Mobile sur un Samsung Galaxy S&lt;/p&gt;


&lt;p&gt;J'ai créé un seul APN&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;APN&amp;nbsp;: free
MMSC&amp;nbsp;: http://mms.free.fr&lt;/p&gt;


&lt;p&gt;tout le reste par défaut et la ça fonctionne aussi bien en itinérance orange que sur les antennes Free&amp;nbsp;!&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2012/02/03/Envoyer-des-MMS-depuis-FREE-Mobile#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2012/02/03/Envoyer-des-MMS-depuis-FREE-Mobile#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/573</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2012/02/03/Envoyer-des-MMS-depuis-FREE-Mobile</feedburner:origLink></item>
    
  <item>
    <title>Erreur 0x80244018 impossible de faire les windows Update.</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/yBPl6glJpys/index.php</link>
    <guid isPermaLink="false">urn:md5:b44a73aeb4cad36dcd1830600020f153</guid>
    <pubDate>Mon, 14 Nov 2011 08:34:00 +0100</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Geekeries !</category>
            
    <description>    &lt;p&gt;Pour réparer l'erreur 0x80244018 qui empeche d'accèder au windows update&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Désactiver les mises à jour automatique (Panneau de configuration)&lt;/li&gt;
&lt;li&gt;Lancer une commande (Demarrer/Exectuer/ CMD et OK)&lt;/li&gt;
&lt;li&gt;Dans l'invite de commande taper&amp;nbsp;: Proxycfg -d puis entrer&lt;/li&gt;
&lt;li&gt;Dans l'invite de commande taper&amp;nbsp;: Netstop WUAUSERV puis entrer&lt;/li&gt;
&lt;li&gt;Supprimer le contenur du dossier C:\windows\SoftwareDistribution (Attention de ne pas supprimer le dossier mais juste le contenu)&lt;/li&gt;
&lt;li&gt;Relancer la machine&lt;/li&gt;
&lt;li&gt;Réactiver les mises à jour automatique&lt;/li&gt;
&lt;/ol&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2011/11/14/Erreur-0x80244018-impossible-de-faire-les-windows-Update.#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2011/11/14/Erreur-0x80244018-impossible-de-faire-les-windows-Update.#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/572</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2011/11/14/Erreur-0x80244018-impossible-de-faire-les-windows-Update.</feedburner:origLink></item>
    
  <item>
    <title>Bruit anormal sur sèche linge Brandt ETE6115F</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/Slqu52B9V9E/index.php</link>
    <guid isPermaLink="false">urn:md5:21719458648326cae6fa68dbb07d3422</guid>
    <pubDate>Sat, 29 Oct 2011 23:51:00 +0200</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Vie en vrai</category>
            
    <description>    &lt;p&gt;Si comme moi votre seche linge Brandt ETE6115F de moins de 2 ans ce met à faire du bruit pas de panic &lt;img src="/themes/default/smilies/smile.png" alt=":)" class="smiley" /&gt;&lt;/p&gt;


&lt;p&gt;Le problème viens du ventilateur qui est entrainé par le moteur&amp;nbsp;: l'écrou qui fixe le ventilateur à l'axe du moteur s'est dévissé et le ventilateur frotte sur son cache.
Une fois revissé le bruit disparait.&lt;/p&gt;


&lt;p&gt;Comme procéder pour la réparation&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Dépose du moteur&amp;nbsp;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Démonter la face arrière&lt;/li&gt;
&lt;li&gt;Démonter le cache en bas de la face avant il se déclipse vers le bas puis dévisser la face avant.&lt;/li&gt;
&lt;li&gt;Déconnecter les fils électriques. (Option)&lt;/li&gt;
&lt;li&gt;Dévisser les vis qui tiennent le moteur sous le sèche-linge, le déposer (Démonter la courroie peux aider à manipuler).&lt;/li&gt;
&lt;li&gt;Ouvrir le cache du ventilateur (Petit clip blanc).&lt;/li&gt;
&lt;li&gt;Revisser l'écrou en bloquant l'axe de l'autre coté du moteur et remonter.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Un petit test et normalement le bruit à disparu.&lt;/p&gt;


&lt;p&gt;&lt;a href="http://www.forum-electromenager.com/bruit-anormal_sur_seche_linge_brandt_ete6115f.htm" hreflang="fr"&gt;Source forum-electromenager&lt;/a&gt;&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2011/10/29/Bruit-anormal-sur-s%C3%A8che-linge-Brandt-ETE6115F#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2011/10/29/Bruit-anormal-sur-s%C3%A8che-linge-Brandt-ETE6115F#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/571</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2011/10/29/Bruit-anormal-sur-s%C3%A8che-linge-Brandt-ETE6115F</feedburner:origLink></item>
    
  <item>
    <title>La phrase du jour</title>
    <link>http://feedproxy.google.com/~r/Blogbelu/~3/xEecz99Aev0/index.php</link>
    <guid isPermaLink="false">urn:md5:04c487a92e40275db321490884617b0b</guid>
    <pubDate>Thu, 06 Oct 2011 10:45:00 +0200</pubDate>
    <dc:creator>Belu</dc:creator>
        <category>Le monde libre</category>
            
    <description>    &lt;p&gt;«&amp;nbsp;Votre temps est limité, alors ne le perdez pas à vivre la vie de quelqu’un d’autre. Evitez d’être piégé par le dogme – c’est-à-dire vivre sur les résultats des pensées des autres. Ne laissez pas votre voix interne être noyée par le bruit des opinions des autres. Et plus important que tout, ayez le courage de suivre votre coeur et votre intuition. Eux savent déjà ce que vous voulez réellement devenir. Tout le reste est secondaire.&amp;nbsp;»&lt;/p&gt;


&lt;p&gt;- Steve Jobs.&lt;/p&gt;

&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-0038938636644245";
/* Lien dans billet 3 */
google_ad_slot = "1500916815";
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
  </description>
    
    
    
          <comments>http://blog.bbreton.net/index.php?post/2011/10/06/la-phrase-du-jour#comment-form</comments>
      <wfw:comment>http://blog.bbreton.net/index.php?post/2011/10/06/la-phrase-du-jour#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.bbreton.net/index.php?feed/atom/comments/570</wfw:commentRss>
      <feedburner:origLink>http://blog.bbreton.net/index.php?post/2011/10/06/la-phrase-du-jour</feedburner:origLink></item>
    
</channel>
</rss>
