<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.berthon.eu/wiki/lib/styles/feed.css" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>iBrain Wiki</title>
        <description></description>
        <link>http://www.berthon.eu/wiki/</link>
        <lastBuildDate>Wed, 10 Mar 2010 04:07:56 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.berthon.eu/wiki/lib/images/favicon.ico</url>
            <title>iBrain Wiki</title>
            <link>http://www.berthon.eu/wiki/</link>
        </image>
        <item>
            <title>Free software wikishelf / Wikiothèque sur des logiciels libres</title>
            <link>http://www.berthon.eu/wiki/foss:wikishelf?rev=1267035637&amp;do=diff1267035637</link>
            <description>This wikishelf is a collection of guides of Free (libre) software.

General

	*  Power management: this section introduce power management on Linux. It includes insight about how the power is managed under Linux and also guide to optimise it (hopefully saving battery and energy consumption). It was first written for Ubuntu, but it is enough generic to be applicable for most Linux systems when using the Gnome desktop environment. I hope to extend it to KDE one day (I would need to have a bigger h…</description>
            <author>Alana Downing</author>
            <category>foss</category>
            <pubDate>Wed, 24 Feb 2010 19:20:37 +0100</pubDate>
        </item>
        <item>
            <title>perso:quotes - New quote from Gandhi</title>
            <link>http://www.berthon.eu/wiki/perso:quotes?rev=1259235334&amp;do=diff1259235334</link>
            <description>*  “In order to be old and wise you need to be young and stupid first.” Unknown
	*  “Products and customers are bound to the commercial world, whilst projects and users belong to the free world.” J-C Berthon, 2007
	*  “Linux is a fast moving project, with very fast evolving components. If you’re using an older distribution, older than 4 to 6 months (and anything with “Enterprise” in the name is by definition old), please consider going to a newer distribution.” by Linux PowerTo…</description>
            <author>Jean-Christophe Berthon</author>
            <category>perso</category>
            <pubDate>Thu, 26 Nov 2009 12:35:34 +0100</pubDate>
        </item>
        <item>
            <title>C++ best practices - created</title>
            <link>http://www.berthon.eu/wiki/perso:dump:cpp?rev=1257242739&amp;do=diff1257242739</link>
            <description>C++ best practices

boost library

Some interesting functions to reuse from boost:

	*  Date &amp; Time
	*  Any, a replacement for void
	*  constant size arrays
	*  Network IO
	*  Circular buffer
	*  Data conversion
	*  File system access
	*  Foreach, or how to get rid off iterators ;-)
	*  Format, a clean replacement for snprintf/sprintf
	*  Integer, a safer replacement for stdint.h
	*  Numerous Math functions
	*  Regular expressino functions
	*  Timer
	*  Typeof operator emulation</description>
            <author>Jean-Christophe Berthon</author>
            <category>perso:dump</category>
            <pubDate>Tue, 03 Nov 2009 11:05:39 +0100</pubDate>
        </item>
        <item>
            <title>List of useful commands</title>
            <link>http://www.berthon.eu/wiki/perso:dump:lnx:list_of_useful_commands?rev=1256722954&amp;do=diff1256722954</link>
            <description>A repository of useful commands for POSIX systems such as Unix and Linux.

Before, we go into more details about specific Linux or Unix commands, there is a really nice web site that tries to gather most common used commands on various Unix and Linux flavour in a table. It is then easy to find equivalences of commands between all those variants. The web site is called the Rosetta Stone for Unix.</description>
            <author>Jean-Christophe Berthon</author>
            <category>perso:dump:lnx</category>
            <pubDate>Wed, 28 Oct 2009 10:42:34 +0100</pubDate>
        </item>
        <item>
            <title>A big mess - Updated script</title>
            <link>http://www.berthon.eu/wiki/perso:dump:mess?rev=1251564856&amp;do=diff1251564856</link>
            <description>Things I want to store (like a brain extension), but that fits in no particular place...

Hardware information on Linux

Albeit not as graphical as the Windows counterpart CPU-Z, the following command is rich in information about your hardware: 

$ sudo dmidecode -d /dev/mem | less</description>
            <author>Jean-Christophe Berthon</author>
            <category>perso:dump</category>
            <pubDate>Sat, 29 Aug 2009 18:54:16 +0100</pubDate>
        </item>
        <item>
            <title>Power Management - Add SATA power management settings</title>
            <link>http://www.berthon.eu/wiki/foss:ubuntu:wikishelf:powermanagement?rev=1251296816&amp;do=diff1251296816</link>
            <description>*  Dim the LCD when the computer is idle: This article discuss how to dim the screen when the computer gets idle.
	*  Hacking Gnome Power Manager to get more energy from your battery.

Small hacks for a better energy efficient system

This articles illustrate a series of small hack to improve the efficiency (energy-wise) of your system. Each hack comes with a small explanatory paragraph.</description>
            <author>Jean-Christophe Berthon</author>
            <category>foss:ubuntu:wikishelf</category>
            <pubDate>Wed, 26 Aug 2009 16:26:56 +0100</pubDate>
        </item>
        <item>
            <title>Cleaning the repositories after an upgrade - Add info about the Orphan section</title>
            <link>http://www.berthon.eu/wiki/foss:ubuntu:aptclean?rev=1249814271&amp;do=diff1249814271</link>
            <description>Introduction

 This guide aimed to be a reference about cleaning residual configuration or obsolete packages that can occur after an upgrade of distribution.

Intended readership

 This document is intended to end user who wants to restore a clean state after having upgrade its distribution (like upgrading from Ubuntu 8.10 to Ubuntu 9.04). The user is assumed to have basic knowledge of the Ubuntu user interface.</description>
            <author>Jean-Christophe Berthon</author>
            <category>foss:ubuntu</category>
            <pubDate>Sun, 09 Aug 2009 12:37:51 +0100</pubDate>
        </item>
        <item>
            <title>An SSH daemon on your system - created</title>
            <link>http://www.berthon.eu/wiki/foss:wikishelf:ssh:ssh_server?rev=1249773428&amp;do=diff1249773428</link>
            <description>Installation

OpenSolaris

The SSH daemon (or server) is installed by default in OpenSolaris 2009.06. To make sure it is activated, go to System-&gt;Administration-&gt;Services and make sure SSH server (network/ssh) is activated.

Mac OS X

The SSH daemon is installed by default on Mac OS X Leopard (10.5). To activate it, you have to go to the System Preferences, then in the section Internet &amp; Networking click on Sharing. Select and activate Remote login.</description>
            <author>Jean-Christophe Berthon</author>
            <category>foss:wikishelf:ssh</category>
            <pubDate>Sun, 09 Aug 2009 01:17:08 +0100</pubDate>
        </item>
        <item>
            <title>Guide to SSH Authentication - Add better structure + info for other OS than Linux</title>
            <link>http://www.berthon.eu/wiki/foss:wikishelf:ssh:authentication?rev=1249772452&amp;do=diff1249772452</link>
            <description>Introduction

Using key-based authentication for SSH adds another layer of security to your SSH services, compare to plain password authentication which could be guessed by brute force attack.

Intended readership

This document is intended to end user who wants better security and understanding of SSH authentication.</description>
            <author>Jean-Christophe Berthon</author>
            <category>foss:wikishelf:ssh</category>
            <pubDate>Sun, 09 Aug 2009 01:00:52 +0100</pubDate>
        </item>
    </channel>
</rss>
