<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.bazoud.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Le blog d'Olivier  - Commentaires</title>
  <link>http://blog.bazoud.com/</link>
  <atom:link href="http://blog.bazoud.com/feed/rss2/comments" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Sat, 19 Dec 2009 14:14:46 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Oracle Express Edition (XE) et Ubuntu - gigi</title>
    <link>http://blog.bazoud.com/post/2007/03/03/Oracle-Express-Edition-XE-et-Ubuntu#c8739612</link>
    <guid isPermaLink="false">urn:md5:7179faa4e44e381081846a109c9907b8</guid>
    <pubDate>Sun, 13 Dec 2009 08:07:46 +0100</pubDate>
    <dc:creator>gigi</dc:creator>
    
    <description>&lt;p&gt;Bonjour, j'utilise Ubuntu karmic koala et j'ai un problème avec oracle.&lt;/p&gt;
&lt;p&gt;J'ai lancé l'installation d'oracle xe-universal et je reçois le message
suivant : &amp;quot;This system does not meet the minimum requirements for swap space.
Based on the amount of physical memory available on the system. Oracle Database
10g Express Edition requires 1024MB of swap space. This system has 81MB of swap
space. Configure more swap space on the system and retry the installation&amp;quot;.&lt;/p&gt;
&lt;p&gt;J'ai essayé d'ajouter le swap en faisant : touch /mnt/swap et le message
suivant s'affiche : &amp;quot;touch: ne peut faire un touch sur `/mnt/swap': Permission
non accordée&amp;quot;&lt;/p&gt;
&lt;p&gt;Que dois-je faire pour résoudre ce problème ?&lt;/p&gt;
&lt;p&gt;Merci d'avance&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Vi en couleur - Ma config VIM</title>
    <link>http://blog.bazoud.com/post/2007/08/29/Vi-en-couleur#c8625842</link>
    <guid isPermaLink="false">urn:md5:7ce79d515c7a41e82639d8028828b70b</guid>
    <pubDate>Mon, 02 Nov 2009 14:39:41 +0100</pubDate>
    <dc:creator>Ma config VIM</dc:creator>
    
    <description>&lt;p&gt;Voici ma config VIM :&lt;br /&gt;
///&lt;br /&gt;
:syntax enable&lt;br /&gt;
:set background=dark&lt;br /&gt;
:set expandtab&lt;br /&gt;
:set tabstop=4&lt;br /&gt;
///&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to speed up the GWT compiler ? (Part III) - mike</title>
    <link>http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compiler-Part-III#c8586263</link>
    <guid isPermaLink="false">urn:md5:748e83d4647ee26bb038492dfca403ae</guid>
    <pubDate>Fri, 18 Sep 2009 15:12:56 +0200</pubDate>
    <dc:creator>mike</dc:creator>
    
    <description>&lt;p&gt;You can also use the regular build and add specify which locals and browsers
you want to be compiled in the module.xml file.&lt;br /&gt;
&lt;a href=&quot;http://vinaytech.wordpress.com/2008/11/10/gwt-compiler-compiling-for-one-browser-and-also-supporting-hosted-mode/&quot; title=&quot;http://vinaytech.wordpress.com/2008/11/10/gwt-compiler-compiling-for-one-browser-and-also-supporting-hosted-mode/&quot; rel=&quot;nofollow&quot;&gt;
http://vinaytech.wordpress.com/2008...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to speed up the GWT compiler ? (Part II) - electronicpeter</title>
    <link>http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compiler-Part-II#c8560595</link>
    <guid isPermaLink="false">urn:md5:b52c475e514a0cec828d0e64f98071ee</guid>
    <pubDate>Thu, 13 Aug 2009 15:12:18 +0200</pubDate>
    <dc:creator>electronicpeter</dc:creator>
    
    <description>&lt;p&gt;I figured out, that (at least in my case) I was able to decrease my compile
time for the same effort not by commenting out the different languages but by
using the ChessConstants in all classes as the same final static singleton. My
compiletime decreased from 2:45 to 1:00. Maybe a coincidence.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to speed up the GWT compiler ? (Part III) - electronicpeter</title>
    <link>http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compiler-Part-III#c8560506</link>
    <guid isPermaLink="false">urn:md5:91bf35e580ad708428443e85062683b1</guid>
    <pubDate>Thu, 13 Aug 2009 11:47:30 +0200</pubDate>
    <dc:creator>electronicpeter</dc:creator>
    
    <description>&lt;p&gt;Hi, thanks. For me it reduced compile time from 2:45 to 0:45.&lt;br /&gt;
After switching i18n from two languages to the default language, the time was
reduced to 1:10!&lt;br /&gt;
Changing to gecko only made the rest.&lt;/p&gt;
&lt;p&gt;BTW: though gwt1.7 is released, i still work with 1.5, because my experience
was, that my compiletime increased from 1.5 to 1.6 from 2:45 to 4:00.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Oracle Express Edition (XE) et Ubuntu - sm</title>
    <link>http://blog.bazoud.com/post/2007/03/03/Oracle-Express-Edition-XE-et-Ubuntu#c8546543</link>
    <guid isPermaLink="false">urn:md5:294edc185f7199bba7efcacb7a96718a</guid>
    <pubDate>Mon, 20 Jul 2009 06:55:22 +0200</pubDate>
    <dc:creator>sm</dc:creator>
    
    <description>&lt;p&gt;Merci Olivier pour le coup de pouce ca marche.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Oracle Express Edition (XE) et Ubuntu - stazpro</title>
    <link>http://blog.bazoud.com/post/2007/03/03/Oracle-Express-Edition-XE-et-Ubuntu#c8535364</link>
    <guid isPermaLink="false">urn:md5:5e4dae6184443b642efbe85a7826c629</guid>
    <pubDate>Thu, 02 Jul 2009 13:12:52 +0200</pubDate>
    <dc:creator>stazpro</dc:creator>
    
    <description>&lt;p&gt;merci pour ce tuto cela m'a bcp aidé.&lt;br /&gt;
Big respect&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comptons les pommes !! - Dave</title>
    <link>http://blog.bazoud.com/post/2009/05/15/Comptez-les-pommes#c8530223</link>
    <guid isPermaLink="false">urn:md5:e08b6f95df6cb35e25f65b0a013a6d66</guid>
    <pubDate>Fri, 26 Jun 2009 15:24:28 +0200</pubDate>
    <dc:creator>Dave</dc:creator>
    
    <description>&lt;p&gt;Pour un petit projet de 20Jr/H, ça fait beaucoup de POM ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comptons les pommes !! - Dave</title>
    <link>http://blog.bazoud.com/post/2009/05/15/Comptez-les-pommes#c8530222</link>
    <guid isPermaLink="false">urn:md5:1092fa42fbadbbe462aefd92e1bd226c</guid>
    <pubDate>Fri, 26 Jun 2009 15:23:16 +0200</pubDate>
    <dc:creator>Dave</dc:creator>
    
    <description>&lt;p&gt;Pour un petit projet de 20Jr/H, ça fait beaucoup de POM ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comptons les pommes !! - Dave</title>
    <link>http://blog.bazoud.com/post/2009/05/15/Comptez-les-pommes#c8530219</link>
    <guid isPermaLink="false">urn:md5:dfe9795a076a58ce7075b691f5f07b2a</guid>
    <pubDate>Fri, 26 Jun 2009 15:21:13 +0200</pubDate>
    <dc:creator>Dave</dc:creator>
    
    <description>&lt;p&gt;Pour un petit projet de 20Jr/H, ça fait beaucoup de POM ?&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>