<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged infos</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/infos/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/infos/order_by/date</id>
  <updated>2006-10-26T11:43:04Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Trouver le nombre de slots mémoires disponibles/occupés sous Linux</title>
  <link href="http://snippets.prendreuncafe.com/snippet/4"></link>
  <updated>2006-10-26T11:43:04Z</updated>
  <id>4</id>
  <summary type="html">Sous linux :

[code]
$ dmidecode | grep -i &quot;size&quot;
[/code]

Ce qui renvoie un truc du genre :

[code]
Size: 512 MB
Size: 512 MB
Size: No Module Installed
Size: No Module Installed
Size: No Module Installed
Size: No Module Installed
[/code]

Donc là on a 6 slots occupés par deux barrettes de 512Mo.</summary>
</entry>
</feed>