<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0"
  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">
<channel>
  <title>PlaceOweb Dotclear</title>
  <link>http://dotclear.placeoweb.com/</link>
  <atom:link href="http://dotclear.placeoweb.com/feed/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Tue, 07 Feb 2012 08:50:44 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Ressources graphiques d'images et d'icones</title>
    <link>http://dotclear.placeoweb.com/post/Ressources-images-graphiques-icones</link>
    <guid isPermaLink="false">urn:md5:55fb3a4714a04dba427b2b026eaa8cf2</guid>
    <pubDate>Sat, 11 Feb 2012 19:35:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
            
    <description>&lt;p&gt;Besoins d'icônes graphiques et petites images .png ou .gif&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Ressources graphiques


famfamfam.com

SILK ICONS is a smooth, free icon set, containing over 700 16-by-16 pixel icons in strokably-soft PNG format.


crystalxp.net

Crystal Clear PNG


findicons.com Moteur de Recherche d'Icônes


iconarchive.com Icon Archive


Google Image


D'autres ressources et pack d'images


iconfinder.com
webmaster-tips.net... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Ressources-images-graphiques-icones&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Ressources graphiques d'images et d'icones&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Ressources-images-graphiques-icones#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Ressources-images-graphiques-icones#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/204</wfw:commentRss>
      </item>
    
  <item>
    <title>Content-Disposition: attachment; filename</title>
    <link>http://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename</link>
    <guid isPermaLink="false">urn:md5:333efa110a9b7b146b3eada02f3b57d5</guid>
    <pubDate>Fri, 27 Jan 2012 19:07:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>apache</category><category>php</category><category>windows</category>    
    <description>&lt;p&gt;Comment faire un téléchargement forcé compatible avec tous les navigateurs ?...&lt;/p&gt;


&lt;pre&gt;Content-Disposition: attachment; filename=xxx&lt;/pre&gt;    &lt;p&gt;Ma conclusion

if( preg_match(&quot;/.*MSIE .*/&quot;,$_SERVER[&quot;HTTP_USER_AGENT&quot;]) ) {
							/**
							 * IE (Internet Explorer)
							 * Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)
							 * Mozilla/5.0 (compatible;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Content-Disposition: attachment; filename&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Content-Disposition-attachment-filename#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/499</wfw:commentRss>
      </item>
    
  <item>
    <title>Specified VM install not found: type Standard VM, name jre6</title>
    <link>http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6</link>
    <guid isPermaLink="false">urn:md5:d6fff3ce46d0f2092a68b79c39965641</guid>
    <pubDate>Fri, 20 Jan 2012 13:43:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>java</category>    
    <description>&lt;p&gt;En lançant sous Eclipse un tache Ant, j'ai le retour d'erreur&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;Specified VM install not found: type Standard VM, name jre6&lt;/pre&gt;


&lt;p&gt;La solution est de configurer la JRE dans&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;build.xml -&amp;gt; Run As -&amp;gt; External Tools Configuration -&amp;gt; JRE -&amp;gt; choisissez la jre ou jdk appropriée&lt;/pre&gt;


&lt;p&gt;ici vous retrouvez l'erreur&amp;nbsp;: [JRE]: Unable to resolve JRE: jre6 (Standard VM).&lt;/p&gt;


&lt;p&gt;Choisissez la bonne JRE, et compilez&amp;nbsp;!&lt;/p&gt;    &lt;p&gt;Alternativement on aurait pu de supprimer :


D:\workspaceEclipse37Indigo\.metadata\.plugins\org.eclipse.debug.core\.launches\MonNomDeProjet projectBuilder.xml.launch... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Specified VM install not found: type Standard VM, name jre6&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/497</wfw:commentRss>
      </item>
    
  <item>
    <title>SOPA/PIPA</title>
    <link>http://dotclear.placeoweb.com/post/SOPA-PIPA</link>
    <guid isPermaLink="false">urn:md5:f6dff489aaa7364627d3597e5a8f5361</guid>
    <pubDate>Wed, 18 Jan 2012 08:30:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>PHP</category>
        <category>php</category>    
    <description>&lt;p&gt;La page d'accueil de &lt;a href=&quot;http://www.php.net&quot; title=&quot;http://www.php.net&quot;&gt;http://www.php.net&lt;/a&gt; indique un message &quot;503: Stop SOPA/PIPA&quot;, alors que le manuel PHP reste disponible &lt;a href=&quot;http://www.php.net/manual/&quot; title=&quot;http://www.php.net/manual/&quot;&gt;http://www.php.net/manual/&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;503: Stop SOPA/PIPA


The SOPA/PIPA bills threaten the open nature of the Web and thus threaten Open Source projects like ours. If you have the ability to vote in the United States, help us out and contact your representatives. If you are not able to vote in the United States, you can help by petitioning the U.S. state department. Bills like these... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SOPA-PIPA&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SOPA/PIPA&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SOPA-PIPA#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SOPA-PIPA#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/496</wfw:commentRss>
      </item>
    
  <item>
    <title>file upload ajax</title>
    <link>http://dotclear.placeoweb.com/post/file-upload-ajax</link>
    <guid isPermaLink="false">urn:md5:0966992e227ee335d7f7a46b0b031e8f</guid>
    <pubDate>Sun, 15 Jan 2012 12:33:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>javascript</category><category>php</category>    
    <description>&lt;p&gt;Comment faire un upload de fichier(s) en ajax/javascript&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;rfc1867, et PHP APC


RFC 1867 : Form-based File Upload in HTML (Experimental)
APC : Alternative PHP Cache (Cette extension PECL n'est pas intégrée à PHP)
Barre de progression pour un upload en PHP Principes de base (Ajax inside) (apc.rfc1867_name : APC_UPLOAD_PROGRESS et uniqid())
Upload via l'extension APC de PHP
Barre de progression pour upload... &lt;a href=&quot;http://dotclear.placeoweb.com/post/file-upload-ajax&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; file upload ajax&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/file-upload-ajax#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/file-upload-ajax#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/495</wfw:commentRss>
      </item>
    
  <item>
    <title>Free Mobile</title>
    <link>http://dotclear.placeoweb.com/post/Free-Mobile</link>
    <guid isPermaLink="false">urn:md5:e1050f90d281e945f797136c14331f64</guid>
    <pubDate>Tue, 10 Jan 2012 10:00:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>General</category>
        <category>messagerie</category>    
    <description>&lt;p&gt;Mardi 10 janvier 2012, suite à la &lt;a href=&quot;http://live.free.fr/&quot;&gt;vidéo de lancement free mobile&lt;/a&gt;, FREE lance son offre mobile&amp;nbsp;: &lt;a href=&quot;http://mobile.free.fr/&quot;&gt;Free Mobile&lt;/a&gt;, et annonce ses 2 formules mobiles sans engagement, déclinées en déjà abonné freebox ou non&amp;nbsp;:&lt;/p&gt;


&lt;h2&gt;Forfaits Free Mobile&lt;/h2&gt;


&lt;h4&gt;Free Mobile, formule cool, le forfait du pauvre&amp;nbsp;: 60 min de tél + 60 SMS&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Abonné Freebox&amp;nbsp;: 0€ (gratuit)&lt;/li&gt;
&lt;li&gt;Non abonné Freebox&amp;nbsp;: 2€&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Free Mobile, formule illimité, le forfait en tout illimité&amp;nbsp;: téléphone illimité + internet illimité (3Go) + SMS et MMS illimité&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Abonné Freebox&amp;nbsp;: 20€&lt;/li&gt;
&lt;li&gt;Non abonné Freebox&amp;nbsp;: 16€&lt;/li&gt;
&lt;/ul&gt;    &lt;p&gt;Ces 2 forfaits sont soumis à conditions :


* Offre valable pour les abonnés titulaires d'un abonnement au Forfait Freebox en cours à la date de souscription du forfait mobile. Offre valable pour une seule ligne mobile. En cas de résiliation du Forfait Freebox, perte du bénéfice de l'offre. Sous réserve de ligne Freebox active et de détention des 2... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Free-Mobile&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Free Mobile&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Free-Mobile#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Free-Mobile#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/494</wfw:commentRss>
      </item>
    
  <item>
    <title>Installation nouveau PC sur Windows 7</title>
    <link>http://dotclear.placeoweb.com/post/installation-nouveau-PC-Windows-7</link>
    <guid isPermaLink="false">urn:md5:a5e9c18533765db0d163ae8a7d883772</guid>
    <pubDate>Sun, 25 Dec 2011 10:21:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>apache</category><category>csv</category><category>eclipse</category><category>excel</category><category>java</category><category>messagerie</category><category>mysql</category><category>php</category><category>sql</category><category>windows</category><category>xls</category>    
    <description>&lt;p&gt;Quels logiciels faut il à un webmaster sous Windows 7&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Installer les programmes suivants


Windows

Windows 7
Activation

Antivirus

Comodo Antivirus
Antivir
Avast

Navigateur

IE (déjà inclut sous Windows)
Firefox
Chrome

ZIP

7zip

PDF

Foxit Reader

Communication instantanée

Pidgin

Office (Word, Excel)

Microsoft Office
Open Office

Mail

Thunderbird

Java
FTP/SFTP

FileZilla

SSH

PuTTY

Editeurs... &lt;a href=&quot;http://dotclear.placeoweb.com/post/installation-nouveau-PC-Windows-7&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Installation nouveau PC sur Windows 7&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Can not open file C:\RECOVERY.DAT.</title>
    <link>http://dotclear.placeoweb.com/post/Can-not-open-file-C%3A%5CRECOVERY.DAT.</link>
    <guid isPermaLink="false">urn:md5:6cadf6c4a443eba8ec9acf6e247ed381</guid>
    <pubDate>Sat, 24 Dec 2011 23:31:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>windows</category>    
    <description>&lt;p&gt;Suite à l’installation de Windows 7 Seven sur un ordinateur portable &lt;a href=&quot;http://fr.asus.com/Notebooks/Multimedia_Entertainment/X71SL/&quot;&gt;Asus X71SL&lt;/a&gt; (initialement fourni avec VISTA), j'ai un énorme message rouge&amp;nbsp;: &quot;ERROR&quot; avec comme titre &quot;Can not open file C:\RECOVERY.DAT.&quot;&lt;/p&gt;    &lt;p&gt;Solution qui fonctionne (sans suppression de la partition de récupération)


Étape 1 : Booter sur le DVD W7


Insérer le DVD d'installation Win 7 et démarrer depuis le lecteur DVD. Au besoin vous devrez modifier préalablement l'ordre d'amorçage du système dans le BIOS.


Etape 2 : Configuration de la localisation FRançaise


Choisissez la valeur... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Can-not-open-file-C%3A%5CRECOVERY.DAT.&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Can not open file C:\RECOVERY.DAT.&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Taille d'unité d'allocation</title>
    <link>http://dotclear.placeoweb.com/post/Taille-d-unit%C3%A9-d-allocation</link>
    <guid isPermaLink="false">urn:md5:90fe139e0572b75e9b7a0064afe417bf</guid>
    <pubDate>Sat, 24 Dec 2011 12:34:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>windows</category>    
    <description>&lt;p&gt;Comment choisir la taille d'unité d'allocation avec un système de fichier &lt;a href=&quot;http://fr.wikipedia.org/wiki/NTFS&quot;&gt;NTFS&lt;/a&gt; ou &lt;a href=&quot;http://fr.wikipedia.org/wiki/ExFAT&quot;&gt;exFAT&lt;/a&gt; et sur système d'exploitation &lt;a href=&quot;http://fr.wikipedia.org/wiki/Windows_7&quot;&gt;Windows 7&lt;/a&gt; (&lt;a href=&quot;http://fr.wikipedia.org/wiki/Windows_NT&quot;&gt;Windows NT&lt;/a&gt; 6.1)&amp;nbsp;?&lt;/p&gt;


&lt;p&gt;Faut il laisser &quot;par défaut&quot; la taille d'unité d'allocation, lors de formatage d'un disque dur&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Windows XP, Choisir la taille d'unité d'allocation


La Taille d'unité d'allocation est la taille minimum que va prendre un enregistrement sur ton disque.
Si par exemple elle est de 2Ko et que tu enregistres un fichier de 50 Octets, il va occuper 2Ko.
Elle est en principe automatiquement définie par la taille de la partition, et le mieux je pense... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Taille-d-unit%C3%A9-d-allocation&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Taille d'unité d'allocation&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Cadeaux de noel</title>
    <link>http://dotclear.placeoweb.com/post/Cadeaux-de-noel</link>
    <guid isPermaLink="false">urn:md5:74cac2a2e5bcaa368d4dd43e75901dcb</guid>
    <pubDate>Sat, 24 Dec 2011 12:00:00 +0000</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>General</category>
            
    <description>&lt;p&gt;Idées kdo pour Noël, du gourmand au sportif, en passant le geek alcoolique...&lt;/p&gt;    &lt;p&gt;Goûts et saveurs


Alcool (apéritif, vin, digestif)


Alcool de Couscouille (ou couscouil) (Angélique) Liqueur des Bergers Catalans
Blanquette/Crémant/Blanquette Méthode Ancestrale : Vignoble des pratx
Alcool : vodka polonaise sucrée qui se boit nature sans le gout pharmaceutique des vodkas blanches traditionnelles car elle est aromatisée aux... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Cadeaux-de-noel&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Cadeaux de noel&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Cadeaux-de-noel#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Cadeaux-de-noel#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/429</wfw:commentRss>
      </item>
    
  <item>
    <title>Schéma et liens vers des protocoles</title>
    <link>http://dotclear.placeoweb.com/post/schema-lien-protocole</link>
    <guid isPermaLink="false">urn:md5:a4a73720d8486ec078ce95499c0ab1f5</guid>
    <pubDate>Fri, 23 Dec 2011 01:10:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>android</category><category>gps</category><category>latitude</category><category>longitude</category><category>messagerie</category><category>windows</category>    
    <description>&lt;p&gt;http, ftp, ... sont les schémas d'une URI (URI + URN).&lt;/p&gt;


&lt;p&gt;Toutes les URIs sont construites à partir d’un nom de schéma, suivi de deux points («&amp;nbsp;: ») puis du reste de l’URI, spécifique au schéma.&lt;/p&gt;    &lt;p&gt;Liens spéciaux : appels téléphoniques, sms, e-mails, géolocalisation navigation GPS, Android iPhone Windows phone applications, …


Résumé des compatibilités des schémas d'adresse de protocole selon les smartphones et les navigateurs


.ok {
	background-color: #690;
	color: #FFF;
	font-size: x-small;
}
.ko {
	background-color: #C30;
	color: #FFF;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/schema-lien-protocole&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Schéma et liens vers des protocoles&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Debian Squeeze : Postfix VDA + MySQL + SASL + PostfixAdmin + Courier + Virtual Users Domains + Serveur de mail SMTP IMAP POP3 + Webmail</title>
    <link>http://dotclear.placeoweb.com/post/Debian-Squeeze-Postfix-VDA-MySQL-SASL-PostfixAdmin-Courier-Virtual-Domain-Serveur-mail-SMTP-IMAP-POP3</link>
    <guid isPermaLink="false">urn:md5:e2ce5fdf36b2b4cf82701603fd408a7b</guid>
    <pubDate>Sun, 11 Dec 2011 18:07:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>debian</category><category>linux</category><category>messagerie</category><category>mysql</category>    
    <description>&lt;p&gt;Comment configurer simplement sur serveur de mail multi-domaines avec les droits délégués pour chaque (sous) administrateur&amp;nbsp;? ce que &lt;a href=&quot;http://www.zimbra.com/&quot; hreflang=&quot;en&quot;&gt;Zimbra&lt;/a&gt; n'inclut pas dans sa versions gratuite.&lt;/p&gt;


&lt;p&gt;Voici comment installer les logiciels mails serveurs et clients web sur une Debian Squeeze configurée avec&amp;nbsp;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mysql.fr/&quot; hreflang=&quot;fr&quot;&gt;MySQL&lt;/a&gt; pour gérer les utilisateurs virtuels&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.postfix.org/&quot; hreflang=&quot;en&quot;&gt;Postfix&lt;/a&gt; (2.7.1) + le patch quota &lt;a href=&quot;http://vda.sourceforge.net/VDA/&quot; hreflang=&quot;en&quot;&gt;Posftix VDA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://postfix.traduc.org/index.php/SASL_README.html#client_sasl&quot; hreflang=&quot;fr&quot;&gt;SASL&lt;/a&gt; SMTP&lt;/li&gt;
&lt;li&gt;le MTA &lt;a href=&quot;http://www.courier-mta.org/&quot; hreflang=&quot;en&quot;&gt;Courrier&lt;/a&gt; IMAP et POP (alternativement nous aurions plus utiliser &lt;a href=&quot;http://dovecot.org/&quot; hreflang=&quot;en&quot;&gt;Dovecot&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://postfixadmin.sourceforge.net/&quot; hreflang=&quot;en&quot;&gt;PostfixAdmin&lt;/a&gt; (2.3.4) l'administration des domaines, des utilisateurs et des quotas&lt;/li&gt;
&lt;li&gt;Clients webmail
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://roundcube.net/&quot; hreflang=&quot;fr&quot;&gt;Roundcube webmail&lt;/a&gt; (0.6) (avec la visualisation du quota utilisé)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://squirrelmail.org/&quot; hreflang=&quot;en&quot;&gt;Squirrelmail&lt;/a&gt; (1.4.22) (avec la visualisation du quota utilisé)&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;/ol&gt;    &lt;p&gt;Je ne vais reprendre l'installation complète, car de nombreux tuto français ou anglais expliquent cela (chacun à sa manière et avec ses différences), mais voici quelques notes.


Notes


Postfix et quota


Par défaut Postfix n'inclus pas les quotas des utilisateurs, ils faut le patcher avec Posftix VDA, puis l'installer et le configurer (Available... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Debian-Squeeze-Postfix-VDA-MySQL-SASL-PostfixAdmin-Courier-Virtual-Domain-Serveur-mail-SMTP-IMAP-POP3&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Debian Squeeze : Postfix VDA + MySQL + SASL + PostfixAdmin + Courier + Virtual Users Domains + Serveur de mail SMTP IMAP POP3 + Webmail&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>SMTP IMAP POP en lignes de commande</title>
    <link>http://dotclear.placeoweb.com/post/SMTP-IMAP-POP-ligne-de-commande</link>
    <guid isPermaLink="false">urn:md5:3cec2884f139017eaad261c3daa2a683</guid>
    <pubDate>Sun, 11 Dec 2011 14:57:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>messagerie</category>    
    <description>&lt;p&gt;Quelques notes au sujet d'IMAP SMTP et POP permettant de consulter/ envoyer ses mails en ligne de commande.&lt;/p&gt;    &lt;p&gt;Rappel dé généralités sur les protocoles standards d'envoi et de consultation de mail


IMAP : port 143 - RFC 3501 - INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1

RFC 2087 - IMAP4 QUOTA extension (GETQUOTA et GETQUOTAROOT)

POP : port 110 - RFC 1939 - Post Office Protocol - Version 3
SMTP : port 25 - RFC 2821 - Simple Mail Transfer Protocol... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SMTP-IMAP-POP-ligne-de-commande&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SMTP IMAP POP en lignes de commande&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SMTP-IMAP-POP-ligne-de-commande#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SMTP-IMAP-POP-ligne-de-commande#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/480</wfw:commentRss>
      </item>
    
  <item>
    <title>Telnet SSL</title>
    <link>http://dotclear.placeoweb.com/post/telnet-ssl</link>
    <guid isPermaLink="false">urn:md5:bc29edeecdfc540058e0ac3a808f5d8c</guid>
    <pubDate>Tue, 06 Dec 2011 13:27:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>linux</category>    
    <description>&lt;p&gt;Pour faire du telnet sur un port SSL,&lt;/p&gt;    &lt;p&gt;vous pouvez faire avec :


openssl s_client -connect www.google.fr:443


ou bien installer &quot;telnet-ssl&quot; qui remplacera votre package &quot;telnet&quot;


telnet -z ssl www.google.fr 443


Dans mon cas, l'utilisation du &quot;telnet -z ssl&quot; fonctionnait mieux que le &quot;openssl s_client&quot; lors de la communication avec un serveur imaps.


# man openssl
      s_client... &lt;a href=&quot;http://dotclear.placeoweb.com/post/telnet-ssl&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Telnet SSL&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Telnet HTTP</title>
    <link>http://dotclear.placeoweb.com/post/telnet-http</link>
    <guid isPermaLink="false">urn:md5:001c2526b2e78647016bff2931bcce1a</guid>
    <pubDate>Tue, 06 Dec 2011 13:07:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>apache</category><category>linux</category><category>windows</category>    
    <description>&lt;p&gt;Comment vérifier avec telnet qu'un port de serveur soit en écoute&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Aide HTTP : Comment tester HTTP en utilisant Telnet


Telnet est un programme favori de dépannage de longue date pour diagnostiquer les problèmes de connexion. Il peut être utilisé pour tenter de se connecter à un serveur sur un port donné. Généralement, vous pouvez rapidement vérifier si  le côté distant est en &quot;écoute&quot;.


Plus précisément, telnet... &lt;a href=&quot;http://dotclear.placeoweb.com/post/telnet-http&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Telnet HTTP&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>JBoss Scheduler &amp; Quartz</title>
    <link>http://dotclear.placeoweb.com/post/JBoss-Scheduler-Quartz</link>
    <guid isPermaLink="false">urn:md5:2441e3606ce7c304cf24f50bd4f532ee</guid>
    <pubDate>Sun, 04 Dec 2011 11:51:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category>    
    <description>&lt;p&gt;Scheduler et Quartz avec Jboss, à la recherche d'un service de temps, permettant de paralléliser les processus lancés et à lancer.&lt;/p&gt;    &lt;p&gt;Contrairement à ce que dit le post sur Jboss 6.1, il semble possible de paralléliser des processus.


Pour cela déjà 2 solutions sont fonctionnelles :

Schedulable
Quartz (et Job)


Schedulable


Dans votre implémentation de &quot;org.jboss.varia.scheduler.Schedulable&quot;, il faudra définir la variable &quot;TimerName&quot;, pour l'associer sur le timer par défaut,... &lt;a href=&quot;http://dotclear.placeoweb.com/post/JBoss-Scheduler-Quartz&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss Scheduler &amp;amp; Quartz&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>SFTP (SSH File Transfer Protocol)</title>
    <link>http://dotclear.placeoweb.com/post/SFTP</link>
    <guid isPermaLink="false">urn:md5:3bcad839a70de43f8998098c576e44f3</guid>
    <pubDate>Sun, 20 Nov 2011 13:57:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>java</category>    
    <description>&lt;p&gt;SFTP (SSH File Transfer Protocol), n'est pas &lt;a href=&quot;http://fr.wikipedia.org/wiki/File_Transfer_Protocol&quot;&gt;FTP&lt;/a&gt; exécuté sur SSH, mais plutôt un nouveau protocole conçu dès le départ par le groupe de travail &lt;a href=&quot;http://fr.wikipedia.org/wiki/Internet_Engineering_Task_Force&quot;&gt;IETF&lt;/a&gt; SECSH. Il est parfois confondu avec Simple File Transfer Protocol.&lt;/p&gt;


&lt;p&gt;STFP est un protocole de communication fonctionnant au-dessus de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Secure_Shell&quot;&gt;SSH&lt;/a&gt; à ne pas confondre avec File Transfer Protocol over SSL, abrégé &lt;a href=&quot;http://fr.wikipedia.org/wiki/FTPS&quot;&gt;FTPS&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;SFTP JAVA


Apache Commons VFS


Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.

Support for numerous file system types

SFTP Provides access to the files on an SFTP... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SFTP&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SFTP (SSH File Transfer Protocol)&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SFTP#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SFTP#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/479</wfw:commentRss>
      </item>
    
  <item>
    <title>JBoss6 serve external file static content docBase vhost</title>
    <link>http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost</link>
    <guid isPermaLink="false">urn:md5:b353df28cceb91712c3ad6711a9541cb</guid>
    <pubDate>Fri, 11 Nov 2011 18:32:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category>    
    <description>&lt;p&gt;There are no more &quot;virtual directories&quot; in JBoss 6. Apparently this went out with JBoss 5. The only availables options or solutions I've found are :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Way 1 : using 2 war, one for your project, one other to publish static files (under another&lt;/li&gt;
&lt;li&gt;Way 2 : symlink (to a simple file system or on a war folder with inside a blank /WEB-INF)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using &lt;a href=&quot;http://community.jboss.org/wiki/ExternalDirectories&quot;&gt;ExternalDirectories&lt;/a&gt; doesn't work with JBoss 6&lt;/p&gt;

&lt;pre class=&quot;xml xml&quot; style=&quot;font-family:inherit&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;Host&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;localhost&amp;quot;&lt;/span&gt; ...&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;
        &lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;&amp;lt;!-- ADD static images DIRECTORY --&amp;gt;&lt;/span&gt;
        &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;Context&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;path&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/images&amp;quot;&lt;/span&gt; &lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;                &lt;span style=&quot;color: #000066;&quot;&gt;docBase&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/home/myuser/images&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;                &lt;span style=&quot;color: #000066;&quot;&gt;reloadable&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;
        &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;/Context&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
        &lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;&amp;lt;!-- The rest of your Host entity --&amp;gt;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;/Host&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;This Context deployement result :&lt;/p&gt;

&lt;pre&gt;
ERROR [AbstractKernelController] Error installing to Start: name=WebServer state=Create: org.jboss.xb.binding.JBossXBException: Failed to parse source: xml_stream@163,112

Caused by: org.jboss.xb.binding.JBossXBRuntimeException: DefaultContext not found as a child of Host in unordered_sequence: Listener* Valve* Alias* Realm? attributes?

Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Context not found as a child of Host in unordered_sequence: Listener* Valve* Alias* Realm? attributes?

Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Context not found as a child of Context in unordered_sequence: Valve* Parameters* Loader? Overlay* InstanceListener* WrapperListener* Listener* SessionCookie? WrapperLifecycle* Manager? Realm? attributes? Resources?

DEPLOYMENTS IN ERROR:
 Deployment &quot;WebServer&quot; is in error due to the following reason(s): **ERROR**, org.jboss.xb.binding.JBossXBRuntimeException: DefaultContext not found as a child of Host in unordered_sequence: Listener* Valve* Alias* Realm? attributes?
 Deployment &quot;jboss.web:service=WebServer&quot; is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' **
&lt;/pre&gt;
    &lt;p&gt;Solution : Way 1


Under you war (unzipped when deployed), in file &quot;myProject\WebContent\WEB-INF\jboss-web.xml&quot;

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- http://www.jboss.org/schema/jbossweb/jboss-web_6_0.xsd --&gt;
&lt;jboss-web xmlns=&quot;http://www.jboss.com/xml/ns/javaee&quot;
           xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss6 serve external file static content docBase vhost&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/478</wfw:commentRss>
      </item>
    
  <item>
    <title>Comparatif ordinateur portable</title>
    <link>http://dotclear.placeoweb.com/post/Comparatif-ordinateur-portable</link>
    <guid isPermaLink="false">urn:md5:003233f57dc88ec9304da361526d9021</guid>
    <pubDate>Sat, 05 Nov 2011 20:58:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>General</category>
            
    <description>&lt;p&gt;C'est bientôt noël, malgré la récession et le pouvoir d'achat, certains ont heureusement encore les moyens d'investir dans les ordinateurs portables (Notebook). Voici donc un comparatif 2012 / 2011 / 2010 / 2009 / 2008 des portables sur le marché.&lt;/p&gt;    &lt;p&gt;Donc si tu comptes t'en servir que chez toi et pour une utilisation telle qu'à ce jour, bureautique, photos, divx et petits jeux, cela fait largement l'affaire.
La garantie 2 ans serait cool, mais ce n'est pas explicite sur leur site.
Et selon comment tu veux le transporter ou non, le grand écran c'est bien, mais c'est préférable de le poser sur... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Comparatif-ordinateur-portable&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Comparatif ordinateur portable&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Comparatif-ordinateur-portable#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Comparatif-ordinateur-portable#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/171</wfw:commentRss>
      </item>
    
  <item>
    <title>svchost.exe (Akamai)</title>
    <link>http://dotclear.placeoweb.com/post/svchost.exe-%28Akamai%29</link>
    <guid isPermaLink="false">urn:md5:d343e881b172314dbdf7cf225f4e5dd2</guid>
    <pubDate>Fri, 04 Nov 2011 18:40:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>windows</category>    
    <description>&lt;p&gt;Le processus &lt;q&gt;svchost.exe (Akamai)&lt;/q&gt;&lt;/p&gt;    &lt;p&gt;Si votre bande passante est ralentie, et qu'en listant ce qui se passe sur le réseau vous voyez &quot;Akamai&quot;, a moins que vous ne l'ayez installé exprès, voici comment s'en débarrasser.


Lister les processus utilisant votre réseau


Executer &quot;cmd.exe&quot; avec l'option &quot;Exécuter en tant qu'administrateur&quot;
netstat -a -b -n |more


Consulter le détail des... &lt;a href=&quot;http://dotclear.placeoweb.com/post/svchost.exe-%28Akamai%29&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; svchost.exe (Akamai)&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/svchost.exe-%28Akamai%29#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/svchost.exe-%28Akamai%29#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/477</wfw:commentRss>
      </item>
    
</channel>
</rss>
