<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://pierre.lacave.me/index.php?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>FreakyZoidberg - Linux</title>
  <link>http://pierre.lacave.me/index.php?</link>
  <atom:link href="http://pierre.lacave.me/index.php?feed/category/Linux/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>en</language>
  <pubDate>Sat, 04 Sep 2010 08:00:26 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Debug android project with eclipse</title>
    <link>http://pierre.lacave.me/index.php?post/2009/12/16/Debig-android-project-with-eclipse</link>
    <guid isPermaLink="false">urn:md5:0eceecb70c4314bfac99af1105aac8b2</guid>
    <pubDate>Wed, 16 Dec 2009 14:44:00 +0000</pubDate>
    <dc:creator>Pierre Lacave</dc:creator>
        <category>Linux</category>
            
    <description>    &lt;p&gt;Developing android application is fairly easy if you know java, but as it use a android virtual machine to run your application, debugs are somehow not clearly appearing.&lt;/p&gt;


&lt;p&gt;The good news is Android Plugin for Eclipse also has excellent integration with the Eclipse debugger.&lt;/p&gt;


&lt;p&gt;you can test by yourself by adding a &lt;q&gt;NullPointerException&lt;/q&gt; into your code. If you run your application again, you'll eventually see this:&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://pierre.lacave.me/public/.hello_world_8_m.jpg&quot; alt=&quot;hello_world_8.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;hello_world_8.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;To find out more about the error, set a breakpoint in your source code on the line &lt;q&gt;Object o = null;&lt;/q&gt; (double-click on the marker bar next to the source code line).&lt;/p&gt;


&lt;pre&gt;Then select Run &amp;gt; Debug History &amp;gt; Hello, Android from the menu to enter debug mode.&lt;/pre&gt;


&lt;p&gt;Your app will restart in the emulator, but this time it will suspend when it reaches the breakpoint you set.&lt;/p&gt;


&lt;p&gt;You can then step through the code in Eclipse's Debug Perspective, just as you would for any other application.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://pierre.lacave.me/public/hello_world_9.png&quot; title=&quot;hello_world_9.png&quot;&gt;&lt;img src=&quot;http://pierre.lacave.me/public/.hello_world_9_m.jpg&quot; alt=&quot;hello_world_9.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;hello_world_9.png, déc. 2009&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://pierre.lacave.me/index.php?post/2009/12/16/Debig-android-project-with-eclipse#comment-form</comments>
      <wfw:comment>http://pierre.lacave.me/index.php?post/2009/12/16/Debig-android-project-with-eclipse#comment-form</wfw:comment>
      <wfw:commentRss>http://pierre.lacave.me/index.php?feed/atom/comments/11</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 12 Released</title>
    <link>http://pierre.lacave.me/index.php?post/2009/10/24/Fedora-12-Released</link>
    <guid isPermaLink="false">urn:md5:5d9fb0c41f0628c2d62f5ded2dd6dde3</guid>
    <pubDate>Sat, 24 Oct 2009 14:38:00 +0100</pubDate>
    <dc:creator>Pierre Lacave</dc:creator>
        <category>Linux</category>
        <category>Fedora</category><category>gnome</category><category>linux</category>    
    <description>    &lt;p&gt;Adam Will writes&amp;nbsp;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The Fedora project has announced the release of Fedora 12 Beta, which is available here. This will be the final pre-release before the final release in November. New features of Fedora 12 highlighted in the announcement include substantial improvements and fixes to the major graphics drivers, including experimental 3D acceleration support for AMD Radeon r600+-based adapters; improved mobile broadband support and new Bluetooth PAN tethering support in NetworkManager; improved performance in the 32-bit releases; significant fixes and improvements to audio support, including easy Bluetooth audio support; initial implementation of completely open source Broadcom wireless networking via the openfwwf project; significant improvements to the Fedora virtualization stack; and easy access to the Moblin desktop environment and a preview of the new GNOME Shell interface for GNOME. Further details on the major new features of Fedora 12 can be found in the release announcement and feature list. Known issues are documented in the common bugs page.&lt;/p&gt;&lt;/blockquote&gt;</description>
    
    
    
          <comments>http://pierre.lacave.me/index.php?post/2009/10/24/Fedora-12-Released#comment-form</comments>
      <wfw:comment>http://pierre.lacave.me/index.php?post/2009/10/24/Fedora-12-Released#comment-form</wfw:comment>
      <wfw:commentRss>http://pierre.lacave.me/index.php?feed/atom/comments/7</wfw:commentRss>
      </item>
    
  <item>
    <title>Command Line copy &amp; paste</title>
    <link>http://pierre.lacave.me/index.php?post/2009/10/10/Command-Line-copy-paste</link>
    <guid isPermaLink="false">urn:md5:334bff6f6ce7c886a7fa618b02f3e018</guid>
    <pubDate>Sat, 10 Oct 2009 13:16:00 +0100</pubDate>
    <dc:creator>Pierre Lacave</dc:creator>
        <category>Linux</category>
            
    <description>    &lt;p&gt;xclip is a command line interface for X11, based on the system of pipes.
i nice and easy, works like a charm&lt;/p&gt;


&lt;p&gt;to copy the full output of a directory in a the clipboard&lt;/p&gt;
&lt;pre&gt;
$&amp;gt;ls -la | xclip
&lt;/pre&gt;


&lt;p&gt;to copy the full content of a file&lt;/p&gt;
&lt;pre&gt;
$&amp;gt;xclip /etc/shadow
&lt;/pre&gt;


&lt;p&gt;to output the content&lt;/p&gt;
&lt;pre&gt;
$&amp;gt;xclip -o
&lt;/pre&gt;


&lt;p&gt;to output the content in a file&lt;/p&gt;
&lt;pre&gt;
$xclip -o &amp;gt; ~/myfile
&lt;/pre&gt;</description>
    
    
    
          <comments>http://pierre.lacave.me/index.php?post/2009/10/10/Command-Line-copy-paste#comment-form</comments>
      <wfw:comment>http://pierre.lacave.me/index.php?post/2009/10/10/Command-Line-copy-paste#comment-form</wfw:comment>
      <wfw:commentRss>http://pierre.lacave.me/index.php?feed/atom/comments/6</wfw:commentRss>
      </item>
    
  <item>
    <title>Linux Kernel Update 2.6.31</title>
    <link>http://pierre.lacave.me/index.php?post/2009/09/12/Linux-Kernel-Update-2.6.31</link>
    <guid isPermaLink="false">urn:md5:dc27f6dc9aba1d4b4826ede7a974aaf2</guid>
    <pubDate>Sat, 12 Sep 2009 11:37:00 +0100</pubDate>
    <dc:creator>Pierre Lacave</dc:creator>
        <category>Linux</category>
        <category>ati</category><category>cuse</category><category>linux</category><category>memory</category><category>usb</category>    
    <description>    &lt;h2&gt;Linux 2.6.31 kernel released on 9 September, 2009&lt;/h2&gt;


&lt;p&gt;Among all the changes, a few changes deserve to be noticed here&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;USB 3 support&lt;/p&gt;


&lt;pre&gt;Thanks to Intel, Linux now support USB 3 and xHCI.
No xHCI hardware hit the mass market yet.
Linux is still a step ahead !&lt;/pre&gt;



&lt;p&gt;CUSE&lt;/p&gt;


&lt;pre&gt;The awaited extension of the famous FUSE.
With this new &quot;virtual device&quot; File system,
we will be able to link application in different layers,
a good example case i read on the net would be
to &quot;proxying&quot; OSS audio from OSS apps through the ALSA userspace layer.&lt;/pre&gt;


&lt;p&gt;ATI kernel mode&lt;/p&gt;


&lt;pre&gt;For those having problem with your old ATI GPU,
this new release should fix quite a lot of freeze in X.&lt;/pre&gt;



&lt;p&gt;Better memomy management under pressure.&lt;/p&gt;


&lt;pre&gt;Benchmark showed a drop of 50% of memory major Fault
when using a graphical desktop !&lt;/pre&gt;



&lt;p&gt;http://kernel.org/&lt;/p&gt;</description>
    
    
    
          <comments>http://pierre.lacave.me/index.php?post/2009/09/12/Linux-Kernel-Update-2.6.31#comment-form</comments>
      <wfw:comment>http://pierre.lacave.me/index.php?post/2009/09/12/Linux-Kernel-Update-2.6.31#comment-form</wfw:comment>
      <wfw:commentRss>http://pierre.lacave.me/index.php?feed/atom/comments/5</wfw:commentRss>
      </item>
    
</channel>
</rss>