<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://jeremyfrison.info/articles/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>Articles (f)utiles</title>
  <link>http://jeremyfrison.info/articles/index.php?</link>
  <atom:link href="http://jeremyfrison.info/articles/index.php?feed/rss2" rel="self" type="application/rss+xml"/>
  <description>Ce journal en ligne a pour but d'archiver tout contenu jugé intéressant de conserver.</description>
  <language>fr</language>
  <pubDate>Fri, 18 May 2012 03:16:22 +0200</pubDate>
  <copyright>Copyright Jérémy Frison</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Restaurer l'interface classique sous Ubuntu 11.10</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/11/06/Restaurer-l-interface-classique-sous-Ubuntu-11.10</link>
    <guid isPermaLink="false">urn:md5:24da968a24bb23d7d566f087667bba07</guid>
    <pubDate>Sun, 06 Nov 2011 22:45:00 +0100</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Pour pouvoir choisir l'interface classique à la place d'Unity sous Ubuntu 11.10, il suffit d'éxécuter la commande suivante dans la console&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt; sudo apt-get install gnome-panel&lt;/pre&gt;


&lt;p&gt;Une fois l'installation terminée, quitter la session et se reconnecter avec son utilisateur en choisissant la bonne interface&amp;nbsp;!&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/11/06/Restaurer-l-interface-classique-sous-Ubuntu-11.10#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/11/06/Restaurer-l-interface-classique-sous-Ubuntu-11.10#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/19</wfw:commentRss>
      </item>
    
  <item>
    <title>Forcer une extention dans Firefox !</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/10/03/Forcer-une-extention-dans-Firefox-%21</link>
    <guid isPermaLink="false">urn:md5:444272a86681846e2aff3a5aac513e21</guid>
    <pubDate>Mon, 03 Oct 2011 10:40:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Suite à une mise à jour de Firefox, vous vous retrouvez avec une extention des plus utiles qui ne fonctionne plus car non compatible avec la version de Firefox.&lt;/p&gt;


&lt;p&gt;Voici comment bypasser cette vérification&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt; Lancer un nouvel onglet dans Firefox
 Taper About;config dans la barre et valider la confirmation
 Créer une nouvelle clé booléenne avec comme nom &quot;extensions.checkCompatibility.V.X&quot; (avec le numéro de version de Firefox en V.X, par exemple extensions.checkCompatibility.8.0).
 Redémarrer Firefox&lt;/pre&gt;


&lt;p&gt;&lt;img src=&quot;http://jeremyfrison.info/articles/Ressources/Images/About_config.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;



&lt;p&gt;Et voila&amp;nbsp;! toutes les extentions sont réactivées&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;Attention tout de même, il pourrait y avoir des bugs qui trainent en cas de réelles incompatibilités&amp;nbsp;!&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/10/03/Forcer-une-extention-dans-Firefox-%21#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/10/03/Forcer-une-extention-dans-Firefox-%21#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/18</wfw:commentRss>
      </item>
    
  <item>
    <title>Mettre a jour Firefox sous Ubuntu 10.04</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/09/07/Mettre-a-jour-Firefox-sous-Ubuntu-10.04</link>
    <guid isPermaLink="false">urn:md5:de278d48152ea58d6df7d90e852210da</guid>
    <pubDate>Wed, 07 Sep 2011 23:46:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Avec Ubuntu, Canonical fournit une version de Firefox. Sauf que après mise à jour du système (version d'Ubuntu 10;04), firefox était encore en 3.6.2...&lt;/p&gt;


&lt;p&gt;C'est bien mais la version stable est la version 6 qui améliore pas mal l'ergonomie et les performances.&lt;/p&gt;


&lt;p&gt;Du coup, pour mettre à jour firefox, il suffit d'installer le dépot suivant&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt; sudo add-apt-repository ppa:mozillateam/firefox-stable&lt;/pre&gt;


&lt;p&gt;Puis d'actualiser les sources&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt; sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;/pre&gt;



&lt;p&gt;Et voila&amp;nbsp;! Votre navigateur préféré (ou pas) est à jour.&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/09/07/Mettre-a-jour-Firefox-sous-Ubuntu-10.04#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/09/07/Mettre-a-jour-Firefox-sous-Ubuntu-10.04#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/16</wfw:commentRss>
      </item>
    
  <item>
    <title>Pistes d'entrainements à l'improvisation chez Guitar Center</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/08/19/Pistes-d-entrainements-%C3%A0-l-improvisation-chez-Guitar-Center</link>
    <guid isPermaLink="false">urn:md5:dd9661080ef3a2d4d1846a610d3fe099</guid>
    <pubDate>Fri, 19 Aug 2011 18:02:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Un peu de repos musical...&lt;/p&gt;


&lt;p&gt;Sur le site Guitar Center, ils proposent un lot d'accompagnements disponible en écoute et téléchargement (parfois avec la grille).&lt;/p&gt;


&lt;p&gt;Ca va du blues au rock en passant par la funk&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://jeremyfrison.info/articles/Ressources/Images/GC-backing tracks.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Pour y accéder, c'est ici&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://gc.guitarcenter.com/kingoftheblues/tracks/&quot;&gt;http://gc.guitarcenter.com/kingoftheblues/tracks/&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/08/19/Pistes-d-entrainements-%C3%A0-l-improvisation-chez-Guitar-Center#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/08/19/Pistes-d-entrainements-%C3%A0-l-improvisation-chez-Guitar-Center#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/15</wfw:commentRss>
      </item>
    
  <item>
    <title>Réparer un fichier avi sous linux</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/08/14/R%C3%A9parer-un-fichier-avi-sous-linux</link>
    <guid isPermaLink="false">urn:md5:83258d8278561493f90bbaf3a453b289</guid>
    <pubDate>Sun, 14 Aug 2011 13:27:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Il arrive parfois qu'une vidéo soit corrompue et cela empèche la lecture.&lt;/p&gt;


&lt;p&gt;Après avoir cherché, j'ai trouvé sous linux un moyen de réparer un fichier avi.&lt;/p&gt;


&lt;p&gt;Il faut d'abord avoir vlc et mencoder d'installé (on en profite pour installer les différents codecs).&lt;/p&gt;



&lt;pre&gt; sudo aptitude install vlc mplayer
 sudo aptitude install non-free-codecs libxine1-ffmpeg gxine mencoder mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg libmp4v2-0 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs libmpcdec3 libquicktime1 flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-dev&lt;/pre&gt;



&lt;p&gt;Lancer ensuite un terminal et exécuter la commande suivante (quelques minutes maximum).&lt;/p&gt;

&lt;pre&gt; mencoder -forceidx -oac copy -ovc copy video_corrompue.avi -o video_corrigée.avi&lt;/pre&gt;



&lt;p&gt;Relancer ensuite la nouvelle vidéo avec VLC&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/08/14/R%C3%A9parer-un-fichier-avi-sous-linux#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/08/14/R%C3%A9parer-un-fichier-avi-sous-linux#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/14</wfw:commentRss>
      </item>
    
  <item>
    <title>Anonymiser son accès en IPV6</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/06/06/Anonymiser-son-acc%C3%A8s-en-IPV6</link>
    <guid isPermaLink="false">urn:md5:be3ab9516cace2f9d5a658bb7795ccb9</guid>
    <pubDate>Mon, 06 Jun 2011 13:32:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;L'adresse IPv6 est générée à partir de l'adresse MAC du poste.
Il serait donc possible de retrouver une @MAC depuis une IPv6.&lt;/p&gt;


&lt;p&gt;Sur les systèmes d'exploitations, une manipulation permet de générer l'adresse IPv6 en &quot;l'anonymisant&quot;.&lt;/p&gt;


&lt;p&gt;Sous OSX (et FreeBSD):&lt;/p&gt;


&lt;p&gt;sudo sysctl -w net.inet6.ip6.use_tempaddr=1 (pensez à relancer l’interface réseau avec un ifconfig en0 down suivi d’un ifconfig en0 up)&lt;/p&gt;


&lt;p&gt;D’ailleurs, pour activer ce paramètre à chaque reboot, pensez à ajouter la ligne suivante dans le fichier /etc/sysctl.conf (créez le si il n’existe pas encore)&lt;/p&gt;


&lt;pre&gt;   net.inet6.ip6.use_tempaddr=1&lt;/pre&gt;


&lt;p&gt;Enfin, sous Linux, mettez vous en root et entrez les commandes suivantes&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;   echo 1 &amp;gt; /proc/sys/net/ipv6/conf/all/use_tempaddr&lt;/pre&gt;


&lt;pre&gt;   echo 1 &amp;gt; /proc/sys/net/ipv6/conf/default/use_tempaddr&lt;/pre&gt;


&lt;pre&gt;   echo 1 &amp;gt; /proc/sys/net/ipv6/conf/eth0/use_tempaddr&lt;/pre&gt;


&lt;p&gt;Pour faire en sorte que ce paramètre soit actif à chaque boot, c’est presque comme pour MacOSX, il faut ajouter la ligne suivante au /etc/sysctl.conf&lt;/p&gt;


&lt;pre&gt;   net.ip6.conf.if.use_tempaddr=1&lt;/pre&gt;



&lt;p&gt;Source&amp;nbsp;: http://www.korben.info/&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/06/06/Anonymiser-son-acc%C3%A8s-en-IPV6#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/06/06/Anonymiser-son-acc%C3%A8s-en-IPV6#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/13</wfw:commentRss>
      </item>
    
  <item>
    <title>Redimensionner des images depuis le navigateur de fichier sous Ubuntu</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/06/01/Redimensionner-des-images-depuis-le-navigateur-de-fichier-sous-Ubuntu</link>
    <guid isPermaLink="false">urn:md5:55df63343b32b06b762c3153ee6fc59d</guid>
    <pubDate>Wed, 01 Jun 2011 00:13:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Rien de plus pratique que de faire clique-droit puis redimensionner les images&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;Dans le terminal, faire&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sudo apt-get install nautilus-image-converter&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;A la fin de l'installation, faire une reconnexion de session ou un redémarrage pour voir apparaître le nouveau menu&amp;nbsp;!&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/06/01/Redimensionner-des-images-depuis-le-navigateur-de-fichier-sous-Ubuntu#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/06/01/Redimensionner-des-images-depuis-le-navigateur-de-fichier-sous-Ubuntu#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/12</wfw:commentRss>
      </item>
    
  <item>
    <title>Installation de pLoader</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/05/31/Installation-de-pLoader</link>
    <guid isPermaLink="false">urn:md5:9f0a0bccc82967000f3dd63e9967f1cd</guid>
    <pubDate>Tue, 31 May 2011 23:52:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;pLoader est un outil disponible sur toutes les plateformes pour pouvoir exporter facilement ses photos vers piwigo (gallerie d'images).&lt;/p&gt;


&lt;p&gt;Je me suis donc interessé à l'installation sous linux.&lt;/p&gt;


&lt;p&gt;Sous Ubuntu, on le trouve dans le centre d'applications, mais il ne marche pas sous la version 64 bits.&lt;/p&gt;



&lt;p&gt;Voici donc comment l'installer à partir du code source&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sudo apt-get install subversion perl libwx-perl-processstream-perl libfile-slurp-perl libfile-homedir-perl libjson-perl libdigest-md5-file-perl libimage-exiftool-perl perlmagick libcrypt-cbc-perl libcrypt-des-perl libclass-accessor-perl&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Puis on récupère les sources&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;svn export http://piwigo.org/svn/extensions/pLoader/tags/1.6/ pLoader&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Nettoyage de printemps&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;rm -R pLoader/build/&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;et on va dans le dossier lancer le script perl&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;cd ~/pLoader/src/
perl ploader.pl&lt;/p&gt;&lt;/blockquote&gt;



&lt;p&gt;Pour créer le lanceur, on fait un alias dans le fichier .bashrc&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;gedit ~/.bashrc&lt;/p&gt;&lt;/blockquote&gt;



&lt;p&gt;A la fin du fichier, on ajoute la ligne suivante&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;alias ploader='cd ~/pLoader/src/ &amp;amp;&amp;amp; perl ploader.pl'&lt;/p&gt;&lt;/blockquote&gt;



&lt;p&gt;Le logiciel sera maintenant disponible via la commande ploader (on peut donc créer un nouveau lanceur avec cette commande)&lt;/p&gt;




&lt;p&gt;Enfin, en cas de problème, essayer la commande suivante&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sudo cpan Wx&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;en répondant yes à chaque question...&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;source&amp;nbsp;: http://fr.piwigo.org/forum/viewtopic.php?id=16806&lt;/p&gt;&lt;/blockquote&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/05/31/Installation-de-pLoader#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/05/31/Installation-de-pLoader#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/11</wfw:commentRss>
      </item>
    
  <item>
    <title>Installer un equaliseur sous Ubuntu</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2011/02/24/Installer-un-equaliseur-sous-Ubuntu</link>
    <guid isPermaLink="false">urn:md5:740fb08e52959ef02fb26ef57bf6f252</guid>
    <pubDate>Thu, 24 Feb 2011 20:16:00 +0100</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Linux c'est bien, mais avec un equaliseur, c'est mieux&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;Voici celui que j'utilise&amp;nbsp;: pulseaudio_equalizer&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Advantages:&lt;/p&gt;


&lt;pre&gt;   * Configurable 15 band equalizer for PulseAudio;
   * You can enable or disable equalized audio on-the-fly, without having to restart any running applications;
   * Offers the choice of using equalized audio for the current session or permanently;
   * No need to edit any configuration files by hand;
   * User-customizable: you can use any LADSPA audio processing plugin (which can apply various audio effects beyond equalization);
   * Packaged as a .deb file for easy installation;
   * Graphical User Interface.&lt;/pre&gt;



&lt;p&gt;Installation:
Since v2.6, the pulseaudio-equalizer package is available from my PPA, which you can access like so:
Code:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sudo software-properties-gtk --enable-ppa=psyke83/ppa;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Après ajout du dépot, on rafraichit et on installe&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sudo apt-get update; sudo apt-get install pulseaudio-equalizer&lt;/p&gt;&lt;/blockquote&gt;



&lt;p&gt;Usage:
Open the PulseAudio Equalizer (Applications -&amp;gt; Sound &amp;amp; Video). The interface should be fairly self-explanatory:&lt;/p&gt;


&lt;pre&gt;   * 15 frequency bands you can adjust to your liking;
   * Preamp will boost your equalized volume (as a multiplier value from 1x to 4x);
   * Presets are included (based on VLC's built-in equalizer), or you can choose to save own favourite configuration as a new preset;
   * EQ Enabled will enable the equalizer in the current session (which applies to all running applications);
   * Keep Settings will configure your PulseAudio configuration to remain permanently equalized (and therefore, you won't need to run the PulseAudio Equalizer interface each time you login);
   * Advanced menu options so that you can reset all settings (useful for troubleshooting) or delete user presets;
   * Apply Settings will apply all changes.&lt;/pre&gt;



&lt;p&gt;source&amp;nbsp;: http://ubuntuforums.org/showthread.php?t=1308838&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2011/02/24/Installer-un-equaliseur-sous-Ubuntu#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2011/02/24/Installer-un-equaliseur-sous-Ubuntu#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/10</wfw:commentRss>
      </item>
    
  <item>
    <title>Android : charger un module automatiquement</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/10/05/Android-%3A-charger-un-module-automatiquement</link>
    <guid isPermaLink="false">urn:md5:9d07abb7c33ad7a2719c04efc2fed6a0</guid>
    <pubDate>Tue, 05 Oct 2010 16:16:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Lorsque je lance XDAndroid sur mon Touch Pro 2, je voulais qu'il me charge un module.&lt;/p&gt;


&lt;p&gt;Connectez le téléphone via ActiveSync, se rendre dans le dossier andboot puis conf sur la carte mémoire et modifier le fichier froyo.user.conf.&lt;/p&gt;


&lt;p&gt;Dans la partie Custom shell commands, arrangez-vous pour avoir&amp;nbsp;:&lt;/p&gt;




&lt;blockquote&gt;&lt;p&gt;# custom shell commands, these commands run last&lt;br /&gt;
custom_shells{&lt;br /&gt;
rm -f /sdcard/fsck*.rec&lt;br /&gt;
insmod /sdcard/psfreedom.ko&lt;br /&gt;
}&lt;/p&gt;&lt;/blockquote&gt;



&lt;p&gt;On enregistre et on lance Haret :)&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/10/05/Android-%3A-charger-un-module-automatiquement#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/10/05/Android-%3A-charger-un-module-automatiquement#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/9</wfw:commentRss>
      </item>
    
  <item>
    <title>Ubuntu : Changer la résolution de l'écran de démarrage</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/09/27/Changer-la-r%C3%A9solution-de-l-%C3%A9cran-de-d%C3%A9marrage</link>
    <guid isPermaLink="false">urn:md5:3143488f9efa81817711afcac76784ea</guid>
    <pubDate>Mon, 27 Sep 2010 23:41:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Depuis la mise à jour du kernel de je-sais-plus-quelle-version, l'animation pendant le démarrage n'est plus visible car la résolution n'est plus supportée.&lt;/p&gt;


&lt;p&gt;Voici l'astuce trouvée sur le net pour palier à cela&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Ouvrez un terminal et installez v86d&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo apt-get install v86d&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Ouvrez le fichier grub&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo gedit /etc/default/grub&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;et remplacez à la ligne 9&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash&quot;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;par&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splashnomodeset&lt;br /&gt;
video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap&quot;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;puis la ligne 18&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;GRUB_GFXMODE=640x480&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;par&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;GRUB_GFXMODE=1280x1024&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Ouvrez le fichier module&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo gedit /etc/initramfs-tools/modules&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;A la fin de ce fichier rajoutez la ligne suivante:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Lancez la commande suivante&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Mettez à jour le grub&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo update-grub&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Mettez à jour initramfs&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo update-initramfs -u&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Ca à l'air compliqué mais ça prend 5 minutes. Il suffit ensuite de redémarrer pour admirer le résultat&amp;nbsp;!&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/09/27/Changer-la-r%C3%A9solution-de-l-%C3%A9cran-de-d%C3%A9marrage#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/09/27/Changer-la-r%C3%A9solution-de-l-%C3%A9cran-de-d%C3%A9marrage#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/8</wfw:commentRss>
      </item>
    
  <item>
    <title>lancement automatique du service Mediatomb</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/09/26/lancement-automatique-du-service-Mediatomb</link>
    <guid isPermaLink="false">urn:md5:6d5d019bbdf43774faf8c83c13d28a37</guid>
    <pubDate>Sun, 26 Sep 2010 19:06:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Mediatomb fraichement installé, je trouve désagréable de devoir ouvrir une console et faire sudo mediatomb pour lancer le logiciel.&lt;/p&gt;


&lt;p&gt;Il semblerait que ce soit un probleme de lancement alors que la couche réseau n'est pas encore initialisée.&lt;/p&gt;


&lt;p&gt;L'astuce consisterai à éditer le fichier /etc/init.d/mediatomb et à rajouter la commande suivante en début de fichier&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sleep 30 (si pas assez, augmenter la valeur)&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Normalement, le service se lancera correctement au prochain démarrage.&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/09/26/lancement-automatique-du-service-Mediatomb#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/09/26/lancement-automatique-du-service-Mediatomb#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/7</wfw:commentRss>
      </item>
    
  <item>
    <title>Ubuntu Unity et Light</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Ubuntu-Unity-et-Light</link>
    <guid isPermaLink="false">urn:md5:19958061b1e1450d7557cff633713a34</guid>
    <pubDate>Thu, 12 Aug 2010 11:38:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Ubuntu Unity est une modification de l'interface d'Ubuntu pour s'adapter aux netbooks et autres portables.&lt;/p&gt;


&lt;p&gt;L'interface est à mon conviviale avec les raccourcis des logiciels sur le coté.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://jeremyfrison.info/articles/Ressources/Images/unity_1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;et la version Light&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://jeremyfrison.info/articles/Ressources/Images/unity_2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;



&lt;p&gt;Pour l'installation sous Lucid Lynx&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;ajouter une nouvelle source de dépot&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;menu Système puis Administration et Sources de logiciels. Cliquez sur l'onglet Autres logiciels et sur le bouton ajouter.
renseignez le nom en indiquant &quot;ppa:canonical-dx-team/une&quot; et validez par &quot;Ajouter une source de mises à jour&quot;&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Le dépot étant valider, un raffraichissement de la liste des logiciels est nécessaire&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;En ligne de commande&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo apt-get update&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;En mode graphique&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;via le menu Système puis Administration et Gestionnaire de mises à jour&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Cocher le paquet Unity pour l'installer.&lt;/p&gt;


&lt;p&gt;Quittez la session et au choix du login (GDM) sélectionner Unity&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Ubuntu-Unity-et-Light#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Ubuntu-Unity-et-Light#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/6</wfw:commentRss>
      </item>
    
  <item>
    <title>Rattraper une commande dont le sudo a été oublié</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/08/06/rattrap%C3%A9-une-commande-dont-le-sudo-a-%C3%A9t%C3%A9-oubli%C3%A9</link>
    <guid isPermaLink="false">urn:md5:99c1551eb30c144d5bb6d448eeff4a79</guid>
    <pubDate>Mon, 09 Aug 2010 15:05:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Pour éviter de tout réecrire, est possible d'utiliser la fonction sudo !! pour éxécuter la dernier opération du shell en mode sudo.&lt;/p&gt;


&lt;p&gt;Ainsi, si vous tapez&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;gedit /etc/default/grub&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;vous ouvrirez l'accès en lecture seule avec impossibilité d'enregistrer les modifications.&lt;/p&gt;


&lt;p&gt;Pour pas tout retaper, faire un sudo !!&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo !!&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;qui aura le même effet que si vous avez taper&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo gedit /etc/default/grub&lt;/p&gt;&lt;/blockquote&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/08/06/rattrap%C3%A9-une-commande-dont-le-sudo-a-%C3%A9t%C3%A9-oubli%C3%A9#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/08/06/rattrap%C3%A9-une-commande-dont-le-sudo-a-%C3%A9t%C3%A9-oubli%C3%A9#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/5</wfw:commentRss>
      </item>
    
  <item>
    <title>Ajouter un pc avec son compte Ubuntu One</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Ajouter-un-pc-avec-son-compte-Ubuntu-One</link>
    <guid isPermaLink="false">urn:md5:f98c4a3491038e879fe10dce6bee3f7d</guid>
    <pubDate>Fri, 06 Aug 2010 13:25:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Normalement il suffit de cliquer sur notre user, dans le menu de choisir Ubuntu One et si l'ordinateur n'est pas ajouté, cela ouvre une page internet pour effectuer l'appairage.&lt;/p&gt;


&lt;p&gt;Or hier, impossible d'avoir cette fameuse page web.&lt;/p&gt;


&lt;p&gt;Heureusement, en tapant dans un terminal la commande suivante&amp;nbsp;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;u1sdtool -q; killall ubuntuone-login; u1sdtool -c&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;cela permet de quitter l'appli Ubuntu One lancée et de le relancer en affichant la page pour ajouter un compte ordinateur.&lt;/p&gt;


&lt;p&gt;Magique&amp;nbsp;!&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Ajouter-un-pc-avec-son-compte-Ubuntu-One#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Ajouter-un-pc-avec-son-compte-Ubuntu-One#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/4</wfw:commentRss>
      </item>
    
  <item>
    <title>Verrouillage / Déverrouillage du pc via bluetooth</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Verrouillage-automatique-du-pc-via-bluetooth</link>
    <guid isPermaLink="false">urn:md5:ce264456e48eda463f9546ea49e53ec5</guid>
    <pubDate>Fri, 06 Aug 2010 13:17:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;J'avais envie de faire joujou avec le bluetooth pour verrouiller l'ordinateur dès que je ne suis plus à ma place et débloquer ma session quand je reviens. Chose faite.&lt;/p&gt;


&lt;p&gt;Installation de Blueproximity (ou via le store Ubuntu)&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo apt-get install blueproximity&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Lancement du soft par&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;aller dans le menu Accessoires et choisir BlueProximity&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Une icone s'ajoute dans l'espace de notification&lt;/p&gt;


&lt;p&gt;En cliquant dessus et en allant dans les propriétés, il faut associer un téléphone avec l'ordinateur et configurer le temps et la distance avant vérrouillage / déverrouillage. Pour que le verrouillage fonctionne, il faut activer l'écran de veille.&lt;/p&gt;


&lt;p&gt;Activation de l'écran de veille&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;dans le menu Système puis Préférences et Economiseur d’écran. Choisir celui qui vous fait plaisir :)&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Ne reste qu'à tester en reculant avec son tel et en se rapprochant pour débloquer la session. Ajuster la valeur si besoin.&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Verrouillage-automatique-du-pc-via-bluetooth#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/08/06/Verrouillage-automatique-du-pc-via-bluetooth#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/3</wfw:commentRss>
      </item>
    
  <item>
    <title>Gestion luminosité ecran - Smartdimmer</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/08/05/Gestion-luminosit%C3%A9-ecran</link>
    <guid isPermaLink="false">urn:md5:87307d6850855a89b3a63cb4aacb7fcf</guid>
    <pubDate>Thu, 05 Aug 2010 23:41:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Mon portable ne gérant pas la luminosité avec les touches FN, j'ai cherché pour modifier la luminosité en attendant de trouver un moyen de le faire avec les raccourcis clavier (problèmes liés aux capteurs de luminosité sur les portables pourtant je ne suis pas persuadé que le mien en dispose d'un)&lt;/p&gt;



&lt;p&gt;Installation de smartdimmer (version ligne de commande ou rechercher smartdimmer dans le store Ubuntu)&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;sudo apt-get install smartdimmer&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Utilisation&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;sudo smartdimmer -s 30 (valeur sur batterie voir 20 en intèrieur, passage entre 50 et 70 sur secteur)&lt;/p&gt;&lt;/blockquote&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/08/05/Gestion-luminosit%C3%A9-ecran#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/08/05/Gestion-luminosit%C3%A9-ecran#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/2</wfw:commentRss>
      </item>
    
  <item>
    <title>Introduction à l'archivage</title>
    <link>http://jeremyfrison.info/articles/index.php?post/2010/08/05/Introduction-%C3%A0-l-archivage</link>
    <guid isPermaLink="false">urn:md5:911f5d36498dc2be1745a8297f6b89a9</guid>
    <pubDate>Thu, 05 Aug 2010 23:29:00 +0200</pubDate>
    <dc:creator>jeremy Frison</dc:creator>
            
    <description>    &lt;p&gt;Pour comprendre le pourquoi du pourquoi, il ne faut pas chercher&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;Le but de journal en ligne (plus souvent appelé weblog ou blog) est d'archiver les articles et astuces interessantes, notamment sur l'expérience linux vécue au quotidien.&lt;/p&gt;


&lt;p&gt;Have a nice way :)&lt;/p&gt;</description>
    
    
    
          <comments>http://jeremyfrison.info/articles/index.php?post/2010/08/05/Introduction-%C3%A0-l-archivage#comment-form</comments>
      <wfw:comment>http://jeremyfrison.info/articles/index.php?post/2010/08/05/Introduction-%C3%A0-l-archivage#comment-form</wfw:comment>
      <wfw:commentRss>http://jeremyfrison.info/articles/index.php?feed/atom/comments/1</wfw:commentRss>
      </item>
    
</channel>
</rss>
