From: Olivier Tétard Date: Sat, 18 Apr 2009 15:40:44 +0000 (+0200) Subject: init X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=ae2ebb209f9d386654c9c34f75bce581afb18c30;p=muse.git init --- ae2ebb209f9d386654c9c34f75bce581afb18c30 diff --git a/common/footer.html b/common/footer.html new file mode 100644 index 0000000..8ba7121 --- /dev/null +++ b/common/footer.html @@ -0,0 +1,72 @@ + + + + + + + +

+   + + + + + + +

+ + + + diff --git a/common/header.html b/common/header.html new file mode 100644 index 0000000..b90e8c0 --- /dev/null +++ b/common/header.html @@ -0,0 +1,39 @@ + + + + + + <lisp>(muse-wiki-publish-pretty-title)</lisp> - Olivier « toutoune25 » Tétard + + + + + muse-html-style-sheet + + + +
+ + + + + +
diff --git a/common/header.muse.html_lang_support b/common/header.muse.html_lang_support new file mode 100644 index 0000000..240cd99 --- /dev/null +++ b/common/header.muse.html_lang_support @@ -0,0 +1,45 @@ + + + + + + <lisp>(muse-wiki-publish-pretty-title)</lisp> - Olivier Tétard + + + + + muse-html-style-sheet + + + +
+ + + + + +
+
+ +
diff --git a/common/style.css b/common/style.css new file mode 100644 index 0000000..e32079e --- /dev/null +++ b/common/style.css @@ -0,0 +1,414 @@ +/* ********************** + * Apparence Générale * + **********************/ + +html +{ + font-family: "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif; + background: #f1f1f1; + } + +#page +{ + width: 950px; + border: 1px solid black; + margin: 0 auto; + padding-left: 1em; + padding-right: 1em; + padding-bottom: 1em; + background: white; + } + +img +{ + border: none; + } + +a:link +{ + color: #36598e; + text-decoration: none; + } + +a:visited +{ + color: #36598e; + text-decoration: none; + } + +a:hover +{ + text-decoration: underline; + } + +td +{ + padding: 5px; + border: 1px solid black; + } + +hr +{ + border: 0; + width: 80%; + color: #f00; + background-color: black; + height: 1px; + } + +h1 +{ + color: black; + text-align: center; + } + +h2 +{ + margin-left: 0px; + margin-right: 0px; + margin-top: 10px; + margin-bottom: 10px; + border: 1px solid #ccc; + padding-top: 1px; + padding-bottom: 1px; + padding-right: 10px; + padding-left: 10px; + background: url("/images/background.png") repeat-y; + font-size: 13pt; + } + +h2 > a:hover +{ + text-decoration: none; + } + +h3 +{ + color: black; + font-size: 13pt; + } + +dl.contents +{ + margin-top: 0; + } + +dt.contents a:hover +{ + text-decoration: none; + } + +dt.contents +{ + margin-bottom: 0; + border-bottom: 1px solid black; + border-left: 6px solid black; + } + +dt.contents:hover +{ + border-bottom: 1px solid #808080; + border-left: 6px solid #808080; + } + +dd > dl.contents > dt.contents +{ + border: 0; + } + +dt +{ + font-weight: bold; + padding: 3px; + } + +em +{ + font-style: italic; + } + +li +{ + margin-bottom: 5px; + } + +pre.example +{ + margin-left: 5%; + margin-bottom: 2.5em; + } + +pre.verse +{ + font-family: inherit; + line-height: 2em; + margin-left: 5%; + } + +strong +{ + font-weight: bold; + } + +ul +{ + list-style-type: disc; + } + +input, textarea +{ + border: 1px solid black; + background-color: white; + color: #333333; + font-family: Geneva, Arial, Helvetica, sans-serif; + font-size: 1em; + -moz-border-radius: 4px; + padding-left: 0.2em; + } + +input:hover, textarea:hover +{ + background: #f1f1f1; + } + +input:focus, textarea:focus +{ + background-color: #ffeb79; + } + +fieldset +{ + border: 0; + padding-bottom: 0px; + } + +exemple +{ + background-color: red; + white-space: pre; + font-family: monospace; + margin-left: 5%; + } + +pre +{ + border: 1px solid #808080; + background-color: white; + padding: 0.5em; + margin-right: 1em; + font-family: monospace; + margin-left: 5%; + white-space: pre; + } + +.nonexistent +{ + background-color: white; + font-weight: bold; + } + +/* ********** + * Header * + ***********/ + +#header +{ + margin: 0.5em -0.5em 0.5em -0.5em; + padding-top: 0.5em; + background-color: #a9c9ea; + } + +#header h1 a +{ + margin: 0; + color: black; + } + +#header h1 a:visited +{ + margin: 0; + color: black; + } + +#header h1 a:hover +{ + margin: 0; + padding: 0; + background-color: transparent; + } + +#header ul +{ + margin: 0; + padding: 0; + text-align: center; + } + +#header li +{ + display: inline; + } + +#header a +{ + color: black; + padding-left: 1em; + padding-right: 1em; + margin: 0px; + text-decoration: none; + color: #36598e; + } + +#header a:hover +{ + color: black; + -moz-border-radius: 10px; + background-color: #f1f1f1; + } + +#header li > a +{ + border: 1px solid #808080; + -moz-border-radius: 10px; + } + +#header li > a:hover +{ + border: 1px solid #808080; + } + +#header a:visited +{ + color: black; + padding-left: 1em; + padding-right: 1em; + margin: 0px; + text-decoration: none; + color: #36598e; + } + +#header h1#top +{ + margin-top: 0.2em; + border-top: 3px solid black; + border-bottom: 3px solid black; + background-color: #f1f1f1; + } + + +/* ******** + * Main * + ********/ + +div#main > div > h3 +{ + border-bottom: 1px solid black; + margin-right: 0.7em; + } + +div#rightbox +{ + border: 1px dotted #6699cc; + text-align: right; + } + +div#rightbox ul +{ + margin: 0; + padding: 0; + } + +div#rightbox ul > li +{ + display: inline; + } + +div#rightbox li.current +{ + background-color: orange; + } + +/* ********** + * Footer * + **********/ + +#footer +{ + border-top: 3px solid black; + margin: 0.5em -0.5em -0.5em -0.5em; + padding-bottom: 0.1em; + padding-top: 0.1em; + background-color: #a9c9ea; + text-align: center; + } + +#footer .footdate +{ + text-align: left; + color: red; + } + + +/* ************** + * Emacs-Wiki * + **************/ + +/* --- Emacs Wiki src-tag --- */ +.comment +{ + /* font-lock-comment-face */ + color: #DEBC83; + } + +.doc +{ + /* font-lock-doc-face */ + color: #F0A4A4; + } + +.constant +{ + /* font-lock-constant-face */ + color: #D8ACDD; + } + +.function-name +{ + /* font-lock-function-name-face */ + color: #96CEF8; + } + +.keyword +{ + /* font-lock-keyword-face */ + color: #78f5e6; + } + +.preprocessor +{ + /* font-lock-preprocessor-face */ + color: #96CEF8; + } + +.string +{ + /* font-lock-string-face */ + color: #F0A4A4; + } + +.type +{ + /* font-lock-type-face */ + color: #9BEEB8; + } + +.variable-name +{ + /* font-lock-variable-name-face */ + color: #B5CF76; + } + +small +{ + font-size: 7pt; +} diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..f31e649 Binary files /dev/null and b/images/background.png differ diff --git a/images/foot_background.png b/images/foot_background.png new file mode 100644 index 0000000..54fb2cf Binary files /dev/null and b/images/foot_background.png differ diff --git a/images/head_background.png b/images/head_background.png new file mode 100644 index 0000000..a231bbf Binary files /dev/null and b/images/head_background.png differ diff --git a/muse/en/Debian.muse b/muse/en/Debian.muse new file mode 100644 index 0000000..77f8162 --- /dev/null +++ b/muse/en/Debian.muse @@ -0,0 +1,22 @@ +#title Debian + +* How to use my repository? + +Launch a term and type: + +$ echo "deb http://www.miskin.fr/debian unstable/" | sudo tee -a /etc/apt/source.list +$ apt-get update +$ apt-get install "package" + + +* Packages + +** libaninadead + + - [[http://animadead.sf.net/][Official website]] + - Latest version : [[http://miskin.fr/debian/unstable/libanimadead_2.0-4_i386.changes][libaninamdead 2.0-4]] + +*** ".deb" files + + - [[http://miskin.fr/debian/unstable/libanimadead0_2.0-4_i386.deb][libaninamead0]] + - [[http://miskin.fr/debian/unstable/libanimadead-dev_2.0-4_i386.deb][libaninamead-dev]] diff --git a/muse/en/WhoAmI.muse b/muse/en/WhoAmI.muse new file mode 100644 index 0000000..548b72a --- /dev/null +++ b/muse/en/WhoAmI.muse @@ -0,0 +1,30 @@ +#title About + +* Coordonnées + + - E-mail[1] : **[[mailto:olivier.tetard_AT_miskin.fr][olivier.tetard_AT_miskin.fr]]** + - Jabber[2] : **toutoune25@jabber.org** + +* Menu + + - *(fr)* **[[/blog/][Blog]]** + - *(fr)* **[[CV][Curiculum Vitae]]** ([[/fr/CV.pdf][PDF version]]) + +** Documentations + + - [[EnDoc::Acer1683][Acer Aspire 1683 under Debian GNU/Linux]] + +* GPG + +I'm using GPG to sign almost all my outgoing mails. You can retreive +my key [[/toutoune25.gpg.asc][on this server]], [[http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x43CEA851][on the MIT's server]], or by executing the +following command in your shell: + +gpg --keyserver pgp.mit.edu --recv-keys 0x578499CB + +I forget my old key during a war against my hard drive, my key +=0x43CEA851= is not valid anymore. + +---- + +[1] Replace **_AT_** by '**@**'. diff --git a/muse/en_documentation/Acer1683.muse b/muse/en_documentation/Acer1683.muse new file mode 100644 index 0000000..9ab304c --- /dev/null +++ b/muse/en_documentation/Acer1683.muse @@ -0,0 +1,140 @@ +#title Acer Aspire 1683 sous Debian GNU/Linux + +[[FrDoc::Acer1683][Acceder à la version francaise]] + +**This translation is incomplete and not up to date!** + +#contents + + +* News + + - ACPI is now fully operationnal (except fan control) + +* Distribution and Kernel + + - Debian/Sid + - Kernel : 2.6.12 (from Debian + smart batt patch) + - [[/~toutoune25//download/linux_config-2.6.12.gz]['.config' file]] (Linux 2.6.12) + - [[/~toutoune25/download/xorg.gz][Xorg configuration file]] (6.8.2) + - [[/~toutoune25/download/XF86Config-4.gz][XFree86 configuration file]] (for « [[http://www.debian.org/releases/sarge/][Sarge]] » users) + +* Hardware + +**Materiel** || **Status** || **Notes** +[[#cpu][Intel Centrino 1.6 GHz (Dothan)]] | OK | Speedstep ok +[[#acpi][ACPI]] | OK | No fan control support +512 Mo of RAM | OK | - +80 Go of HDD | OK | - +[[#ati][ATI Radeon 9700 - M11]] | OK | Non-free drivers +[[#sound][Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller]] | OK | **snd_intel8x0** module +[[#lan][Broadcom BCM4401 100Base-T]] | OK | **b44** module +[[#wifi][Intel Corp. PRO/Wireless 2200BG]] | Partial | module **ipw2200** (non-free firmware) +Intel Corp. 82801DB/DBL/DBM AC'97 Modem Controller | Untested | - +DVD Burner | OK | - +Firewire | Untested | - +Cardbus bridge | Untested | - + +#cpu +* Intel Centrino 1.6 GHz (Dothan) + +Not much to do, just compile your kernel with these options: + + - CONFIG_CPU_FREQ=y + - CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y + - CONFIG_CPU_FREQ_GOV_PERFORMANCE=m + - CONFIG_CPU_FREQ_GOV_POWERSAVE=m + - CONFIG_CPU_FREQ_TABLE=y + - CONFIG_X86_ACPI_CPUFREQ=m + + +and for Centrino support: + + - CONFIG_X86_SPEEDSTEP_CENTRINO=y + - CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y + - CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y + + +Next you just need to load the **acpi** kernel module if you have not compiled +it staticly, and you could change your CPU frequency: + + +cd /sys/devices/system/cpu/cpu0/cpufreq/ +echo -n 600000 > scaling_setspeed + + +#acpi +* ACPI and power saving + +** You may need to read the [[http://www.gentoo.org/doc/en/power-management-guide.xml][Power Management Guide]] from Gentoo. + + - **standy** (S1): do not do anything + - **mem** (S3): laptop enters in standby mode, but I can't leave + - it. Complete freeze of the system + - **battery/ac**: works correctly with smart-battery patch + - **fan**: no status in /proc, but it seems to work fine + - **termal**: nothing to report, everything seems to be ok + - **processor**: I can go in C3 state only if I remove all usb modules. + - **button**: no problems, everything works fine (sleep, lid, power) + +** « Smart battery system » support + + - Download [[http://shayol.bartol.udel.edu/~rhdt/download/acpi_sbs-20050120.tar.gz][acpi_sbs]] (01/20/2005 version) + - Patch your kernel with *acpi-ec-2.6.10.diff*. + - Just compile your modules with *make* and *make install* + - Thanks to *modprobe*, load these modules: *i2c-dev, i2c-acpi-ec, acpi-sbs* + +** Some files + + - [[/~toutoune25/download/linux_cpufreqd.conf.gz][/etc/cpufreq.conf]] + +#ati +* ATI Radeon 9700 [M11] + +ATI driver is not free (as in free speech) and is not included in +Debian yet. You'll find proprietary drivers on +[[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html][Flavio Stanchina's page]] and a good documentation. + +Here is [[/~toutoune25/download/XF86Config-4.gz][my XFree86 config file]] and [[/~toutoune25/download/xorg.gz][my XFree86 config file]]. + +#sound +* Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller + +Here is the list of loaded modules with the old 2.6.9 linux kernel: + + + - snd_intel8x0 + - snd_ac97_codec + - snd_pcm + - snd_timer + - snd_page_alloc + - snd_mpu401_uart + - snd_rawmidi + - snd_seq_device + - snd + - soundcore + + +I'm using ALSA (without OSS emulation). There is nothing very special +in the configuration, and it work with a Debian-compiled kernel +([[http://packages.debian.org/unstable/base/linux-image-2.6-386][linux-image-2.6]]) + +#lan +* Broadcom BCM4401 100Base-T + +There is juste the **b44** module to load to see this card working. + +#wifi +* Intel Corp. PRO/Wireless 2200BG + +You'll need to use the *ipw2200* driver available at +[[http://ipw2200.sf.net/][http://ipw2200.sf.net]] which is also available in Debian: +[[http://packages.debian.org/unstable/net/ipw2200-source][ipw2200-source]]. + +#contact +* Need Help? + +I'm available to help you installing your distrib on your laptop. You +can [[HomePage#contact][contact me easily]]. + +© 2005, 2006 [[WhoAmI][Olivier Tétard]] diff --git a/muse/en_documentation/Acer1683.muse~ b/muse/en_documentation/Acer1683.muse~ new file mode 100644 index 0000000..866e835 --- /dev/null +++ b/muse/en_documentation/Acer1683.muse~ @@ -0,0 +1,140 @@ +#title Acer Aspire 1683 sous Debian GNU/Linux + +[[Acer1683][Acceder à la version francaise]] + +**This translation is incomplete and not up to date!** + +#contents + + +* News + + - ACPI is now fully operationnal (except fan control) + +* Distribution and Kernel + + - Debian/Sid + - Kernel : 2.6.12 (from Debian + smart batt patch) + - [[/~toutoune25//download/linux_config-2.6.12.gz]['.config' file]] (Linux 2.6.12) + - [[/~toutoune25/download/xorg.gz][Xorg configuration file]] (6.8.2) + - [[/~toutoune25/download/XF86Config-4.gz][XFree86 configuration file]] (for « [[http://www.debian.org/releases/sarge/][Sarge]] » users) + +* Hardware + +**Materiel** || **Status** || **Notes** +[[#cpu][Intel Centrino 1.6 GHz (Dothan)]] | OK | Speedstep ok +[[#acpi][ACPI]] | OK | No fan control support +512 Mo of RAM | OK | - +80 Go of HDD | OK | - +[[#ati][ATI Radeon 9700 - M11]] | OK | Non-free drivers +[[#sound][Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller]] | OK | **snd_intel8x0** module +[[#lan][Broadcom BCM4401 100Base-T]] | OK | **b44** module +[[#wifi][Intel Corp. PRO/Wireless 2200BG]] | Partial | module **ipw2200** (non-free firmware) +Intel Corp. 82801DB/DBL/DBM AC'97 Modem Controller | Untested | - +DVD Burner | OK | - +Firewire | Untested | - +Cardbus bridge | Untested | - + +#cpu +* Intel Centrino 1.6 GHz (Dothan) + +Not much to do, just compile your kernel with these options: + + - CONFIG_CPU_FREQ=y + - CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y + - CONFIG_CPU_FREQ_GOV_PERFORMANCE=m + - CONFIG_CPU_FREQ_GOV_POWERSAVE=m + - CONFIG_CPU_FREQ_TABLE=y + - CONFIG_X86_ACPI_CPUFREQ=m + + +and for Centrino support: + + - CONFIG_X86_SPEEDSTEP_CENTRINO=y + - CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y + - CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y + + +Next you just need to load the **acpi** kernel module if you have not compiled +it staticly, and you could change your CPU frequency: + + +cd /sys/devices/system/cpu/cpu0/cpufreq/ +echo -n 600000 > scaling_setspeed + + +#acpi +* ACPI and power saving + +** You may need to read the [[http://www.gentoo.org/doc/en/power-management-guide.xml][Power Management Guide]] from Gentoo. + + - **standy** (S1): do not do anything + - **mem** (S3): laptop enters in standby mode, but I can't leave + - it. Complete freeze of the system + - **battery/ac**: works correctly with smart-battery patch + - **fan**: no status in /proc, but it seems to work fine + - **termal**: nothing to report, everything seems to be ok + - **processor**: I can go in C3 state only if I remove all usb modules. + - **button**: no problems, everything works fine (sleep, lid, power) + +** « Smart battery system » support + + - Download [[http://shayol.bartol.udel.edu/~rhdt/download/acpi_sbs-20050120.tar.gz][acpi_sbs]] (01/20/2005 version) + - Patch your kernel with *acpi-ec-2.6.10.diff*. + - Just compile your modules with *make* and *make install* + - Thanks to *modprobe*, load these modules: *i2c-dev, i2c-acpi-ec, acpi-sbs* + +** Some files + + - [[/~toutoune25/download/linux_cpufreqd.conf.gz][/etc/cpufreq.conf]] + +#ati +* ATI Radeon 9700 [M11] + +ATI driver is not free (as in free speech) and is not included in +Debian yet. You'll find proprietary drivers on +[[http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html][Flavio Stanchina's page]] and a good documentation. + +Here is [[/~toutoune25/download/XF86Config-4.gz][my XFree86 config file]] and [[/~toutoune25/download/xorg.gz][my XFree86 config file]]. + +#sound +* Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller + +Here is the list of loaded modules with the old 2.6.9 linux kernel: + + + - snd_intel8x0 + - snd_ac97_codec + - snd_pcm + - snd_timer + - snd_page_alloc + - snd_mpu401_uart + - snd_rawmidi + - snd_seq_device + - snd + - soundcore + + +I'm using ALSA (without OSS emulation). There is nothing very special +in the configuration, and it work with a Debian-compiled kernel +([[http://packages.debian.org/unstable/base/linux-image-2.6-386][linux-image-2.6]]) + +#lan +* Broadcom BCM4401 100Base-T + +There is juste the **b44** module to load to see this card working. + +#wifi +* Intel Corp. PRO/Wireless 2200BG + +You'll need to use the *ipw2200* driver available at +[[http://ipw2200.sf.net/][http://ipw2200.sf.net]] which is also available in Debian: +[[http://packages.debian.org/unstable/net/ipw2200-source][ipw2200-source]]. + +#contact +* Need Help? + +I'm available to help you installing your distrib on your laptop. You +can [[HomePage#contact][contact me easily]]. + +© 2005, 2006 [[WhoAmI][Olivier Tétard]] diff --git a/muse/en_documentation/index.muse b/muse/en_documentation/index.muse new file mode 100644 index 0000000..da99be5 --- /dev/null +++ b/muse/en_documentation/index.muse @@ -0,0 +1,3 @@ +#title Index + +(muse-index-as-string t t) diff --git a/muse/fr/AboutMuseMode.muse b/muse/fr/AboutMuseMode.muse new file mode 100644 index 0000000..27f6e12 --- /dev/null +++ b/muse/fr/AboutMuseMode.muse @@ -0,0 +1,9 @@ +#title A propos de Muse + +Ce site à été écrit sous [[http://www.gnu.org/softwares/emacs/][GNU Emacs]] à l'aide de [[http://www.emacswiki.org/cgi-bin/wiki/MuseMode][MuseMode]]. Il s'agit +d'un systeme de publication simplifiée : les pages sont écrites grâce +à une synataxe Wiki. Il est possible de publier les pages en XHTML, +LaTeX, PDF, ... Que du bonheur ! + +Vous trouverez tout les fichiers de configurations ainsi que les +templates utilisés sur ce site dans [[(archzoom "dotfiles--mainline--0" "emacs/emacs-wiki/")][mon archive Arch]]. diff --git a/muse/fr/Bookmarks.muse b/muse/fr/Bookmarks.muse new file mode 100644 index 0000000..b200c74 --- /dev/null +++ b/muse/fr/Bookmarks.muse @@ -0,0 +1,3 @@ +#title Bookmarks + + diff --git a/muse/fr/CAT.muse b/muse/fr/CAT.muse new file mode 100644 index 0000000..b183f1c --- /dev/null +++ b/muse/fr/CAT.muse @@ -0,0 +1,15 @@ +#title Cosedia Arena Team + +* Qui ça ? + +La **[[http://www.cat-lan.com/][Cosedia Arena Team]]** est (était ?) une association de Coutances (50) +qui organise des manifestations de jeux vidéo en réseau. + +* Liens + +Voici quelques liens qui pourront être utiles : + - [[http://www.cat-lan.com][Site]] + - [[http://planet.cat-lan.com][Planet]] (agrégateur de blogs) + - [[http://galerie.cat-lan.com/][Albums Photo]] + - [[http://www.cat-lan.com/forum/][Forum]] + - [[http://www.cat-lan.com/tribune/][Tribune]] diff --git a/muse/fr/CV.muse b/muse/fr/CV.muse new file mode 100644 index 0000000..46fc9da --- /dev/null +++ b/muse/fr/CV.muse @@ -0,0 +1,76 @@ +#title Curriculum Vitae + +**[[http://toutoune25.miskin.fr/fr/CV.pdf][Voir la version PDF]]** + +* Expérience professionnelle + + - **2008** : Stage de fin de Master professionnel (6 mois) au *CELAR* + (Rennes). + + - **2006** : Stage de fin de Licence (9 semaines) à l'*Ifremer* (Brest). + + Développement d'un portail d'accès aux ressources informatiques, + mise en place du CMS eZPublish, avec authentification CAS + (Single­Sign­On). + + - **2005** : Stage de fin de DUT (10 semaines) à l'*Ifremer* (Brest). + + Développement de logiciels destinés à l'intranet écrits en PHP : + application de réservation de véhicules de fonction, partage de + documents. + + - **2004** : Opérateur de saisie (7 semaines) chez *Carrefour + Administration* (Caen). + + - **2003** : Conception d'un site Internet pour le fabriquant de meubles + Hemelaer France, Bayeux (14). + + - **2000 et 2001** : Moniteur de planche à voile pendant l'été, Cercle + Nautique de la Sinôpe, Quinéville (50). + +* Compétences + + - **Système d'exploitation** : GNU/Linux, Microsoft Windows, + Virtualisation (Xen). + - **Sécurité** : IDS/IPS, SSL, Kerberos, rétroingénierie, cryptographie + (RSA, DES, AES, ...). + - **Réseaux** : Ethernet, Wireless, TCP/IP, IPv6, monitoring. + - **Mail** : Exim4, Postfix, antivirus, antispam, autheuntification. + - **Programmation** : Java, C, Perl, Python, PHP, Smalltalk. + - **Génie logiciel** : Merise et UML. + - **Base de données** : SQL, PL/SQL, MySQL, PostgreSQL, Oracle. + - **Anglais** : lu, écrit et parlé. + +* Formation + + - **2008** : **Master professionnel Sécurité des Systèmes d'Informations** + (SSI), mention *Bien*. IFSIC, Université de Rennes 1. + + Projet annuel : corrélation d'alertes IDS. + Stage : « sécurisation de systèmes basés sur de la paravirtualisation », effectué au CELAR (Délégation Générale pour l'Armement). + + - **2007** : **Master 1 Informatique**, mention *Assez Bien*. IFSIC, Université + de Rennes 1. + + Projet annuel : développement d'un logiciel d'analyse statique de code Java. + + - **2006** : **Licence Informatique**, mention *Bien*. Université de Caen. + + - **2005** : **DUT Informatique**, option *génie logiciel*, IUT de Caen. + + - **2002/2003** : *Formation Scientifique de Base* (FSB), Université, Caen. + + - **2002** : *Baccalauréat général*, série Scientifique. Lycée Alain + Chartier, Bayeux (14). + + +* Activités + + - Secrétaire de la *PALME*, association des étudiants en informatique + de Rennes 1. + - Secrétaire de la *Cosedia Arena Team*, association organisatrice de + soirées jeux en réseaux. + - Pratique fréquente de la *planche à voile* (niveau aide-moniteur) et + de la *plongée* (niveau II). + - Contributeur actif sur *Wikipédia* et sur les autres projets de la + fondation *Wikimédia*. diff --git a/muse/fr/Debian.muse b/muse/fr/Debian.muse new file mode 100644 index 0000000..56e7dfd --- /dev/null +++ b/muse/fr/Debian.muse @@ -0,0 +1,24 @@ +#title Debian + +[[en::Debian][English version]] + +* Comment utiliser mon dépot + +Lancez un term et tapez : + +$ echo "deb http://www.miskin.fr/debian unstable/" | sudo tee -a /etc/apt/source.list +$ apt-get update +$ apt-get install "package" + + +* Paquets + +** libaninadead + + - [[http://animadead.sf.net/][Site Officiel]] + - Dernière version : [[http://miskin.fr/debian/unstable/libanimadead_2.0-4_i386.changes][libaninamdead 2.0-4]] + +*** Fichiers « .deb » + + - [[http://miskin.fr/debian/unstable/libanimadead0_2.0-4_i386.deb][libaninamead0]] + - [[http://miskin.fr/debian/unstable/libanimadead-dev_2.0-4_i386.deb][libaninamead-dev]] diff --git a/muse/fr/Documentation.muse b/muse/fr/Documentation.muse new file mode 100644 index 0000000..050fbf2 --- /dev/null +++ b/muse/fr/Documentation.muse @@ -0,0 +1,13 @@ +#title Doc et fichiers de configuration + +* Documentations + + - [[FrDoc::Acer1683][Acer Aspire sous Debian GNU/Linux]] + - [[FrDoc::Sauvegarde][Système de souvegarde sous Debian « Etch » 4.0]] + - [[FrDoc::SauvegardeSarge][Système de souvegarde sous Debian « Sarge » 3.1]] + - [[FrDoc::RTGraph3D][Installer RTGraph3D]] + +#configFiles +* Fichiers de configuration + +Les fichiers ont été déplacés sur la [[Projets#configFiles][page projets]] diff --git a/muse/fr/Lectures.muse b/muse/fr/Lectures.muse new file mode 100644 index 0000000..46cf361 --- /dev/null +++ b/muse/fr/Lectures.muse @@ -0,0 +1,22 @@ +#title Lectures + +* Dernieres lectures + + - « *Propaganda* » - [[http://fr.wikipedia.org/wiki/Edward_Bernays][Edward Bernays]] + - « *[[http://fr.wikipedia.org/wiki/1984_(roman)][1984]]* » - [[http://fr.wikipedia.org/wiki/George_Orwell][George Orwell]] + - « *[[http://fr.wikipedia.org/wiki/Le_Scaphandre_et_le_Papillon][Le Scaphandre et la Papillon]]* » - [[http://fr.wikipedia.org/wiki/Jean-Dominique_Bauby][Jean-Dominique Baudy]] + - « *Journal intime de Nicolas S.* » Albert Algoud + - « *[[http://fr.wikipedia.org/wiki/Petit_trait%C3%A9_de_manipulation_%C3%A0_l%27usage_des_honn%C3%AAtes_gens][Petit traité de manipulation à l'usage des honnêtes gens]]* » - J-L Beauvois, R-V Joule + - « *Médias et censure : Figures de l'orthodoxie* » - Pascal Durand (Dir.) + - « *La Chaussure sur le toit* » - Vincent Delecroix + - « *[[http://fr.wikipedia.org/wiki/La_Ferme_des_animaux][La Ferme des animaux]]* » - [[http://fr.wikipedia.org/wiki/George_Orwell][George Orwell]] + +**Archives** : [[Lectures_2004][2004]] - [[Lectures_2005][2005]] - [[Lectures_2006][2006]] + +* Lectures diverses + + - [[http://www.monde-diplomatique.fr][Le Monde diplomatique]] + - [[http://www.politis.fr][Politis]] + - [[http://www.leplanb.org/][Le Plan B]] + - [[http://www.acrimed.org/][Acrimed (ACtion CRItique MEDia)]] + - [[http://www.cequilfautdetruire.org/][CQFD]] diff --git a/muse/fr/Lectures_2004.muse b/muse/fr/Lectures_2004.muse new file mode 100644 index 0000000..daffe8b --- /dev/null +++ b/muse/fr/Lectures_2004.muse @@ -0,0 +1,10 @@ +#title Lectures (2004) + +[[Lectures][Retour aux dernières lectures]] + + - « *C'était nous* » - [[http://fr.wikipedia.org/wiki/Laurent_Joffrin][Laurent Joffrin]] + - « *[[http://www.fayard.fr/Catalogue/FicheOuvrage.asp?LeCodeOuvrage=3524857][Le déshonneur de VGE]]* » - [[http://fr.wikipedia.org/wiki/Gilles_Perrault][Gilles Perrault]] + - « *Musique Buisness* » - Hubert Allin + - « *Mermere* » - Hugo Verlomme + - « *JFK Le dernier Témoin* » - William Reymond et Billie Sol Estes + - « *Flash* » - [[http://fr.wikipedia.org/wiki/Charles_Duchaussois][Charles Duchaussois]] diff --git a/muse/fr/Lectures_2005.muse b/muse/fr/Lectures_2005.muse new file mode 100644 index 0000000..047ad05 --- /dev/null +++ b/muse/fr/Lectures_2005.muse @@ -0,0 +1,16 @@ +#title Lectures (2005) + +[[Lectures][Retour aux dernières lectures]] + + - « *[[http://www.homme-moderne.org/raisonsdagir-editions/catalog/rimbert/libe.html][Libération de Sartre à Rothschild]]* » - Pierre Rimbert + - « *L'existentialisme est un humanisme* » - [[http://fr.wikipedia.org/wiki/Jean-Paul_Sartre][Jean-Paul Sartre]] + - « *[[http://www.monde-diplomatique.fr/livre/chavez/][Chávez présidente !]]* » - [[http://fr.wikipedia.org/wiki/Maurice_Lemoine][Maurice Lemoine]] + - « *[[http://www.1001nuits.com/catalogue/Fiche.asp?LeCodeOuvrage=4918124][Quand Google défie l'Europe]]* » - [[http://fr.wikipedia.org/wiki/Jean-No%C3%ABl_Jeanneney][Jean-Noël Jeanneney]] + - « *Le seigneur des porcheries* » - [[http://fr.wikipedia.org/wiki/Tristan_Egolf][Tristan Egolf]] + - « *[[http://www.1001nuits.com/catalogue/Fiche.asp?LeCodeOuvrage=4948626][Cette constitution qui piège l'Europe]]* » - ATTAC + - « *[[http://atheles.org/agone/contrefeux/lopinioncasetravaille/][L'opinion ça se travaille...]]* » - [[http://fr.wikipedia.org/wiki/Serge_Halimi][Serge Halimi]] et [[http://fr.wikipedia.org/wiki/Dominique_Vidal][Dominique Vidal]] + - « *[[http://www.1001nuits.com/catalogue/Fiche.asp?LeCodeOuvrage=4918108][Ils se sont dit Oui]]* » - ATTAC + - « *[[http://www.yodawork.com/websp/SW2_consult_ref?F_refid=24341&F_ent_diff_id=1][Les Yes Men]]* » - Andy Bichlbaum et Mike Bonanno + - « *[[http://www.homme-moderne.org/raisonsdagir-editions/catalog/halimi/chiens2.html][Les nouveaux chiens de garde]]* » - [[http://fr.wikipedia.org/wiki/Serge_Halimi][Serge Halimi]] + - « *[[http://www.yodawork.com/websp/SW2_consult_ref?F_refid=22391&F_ent_diff_id=1][La bataille des logiciels libre]]* » - Perline et Thierry Noisette + - « *[[http://www.yodawork.com/websp/SW2_consult_ref?F_refid=22386&F_ent_diff_id=1][Pour la désobéissance civique]]* » - [[http://fr.wikipedia.org/wiki/Jos%C3%A9_Bov%C3%A9][José Bové]] et [[http://fr.wikipedia.org/wiki/Gilles_Luneau][Gilles Luneau]] diff --git a/muse/fr/Lectures_2006.muse b/muse/fr/Lectures_2006.muse new file mode 100644 index 0000000..4b3cd65 --- /dev/null +++ b/muse/fr/Lectures_2006.muse @@ -0,0 +1,22 @@ +#title Lectures (2006) + +[[Lectures][Retour aux dernières lectures]] + + - « *Parias urbains* » - [[http://fr.wikipedia.org/wiki/Lo%C3%AFc_Wacquant][Loïc Wacquant]] + - « *La Molvanie* » - Tom Gleisner, Santo Cilauro et Rob Sitch + - « *La Grande Désillusion* » - [[http://fr.wikipedia.org/wiki/Joseph_Stiglitz][Joseph Stiglitz]] + - « *Wikipédia, comprendre et participer* » - Sébastien Blondeel + - « *[[http://fr.wikipedia.org/wiki/Fight_Club_%28roman%29][Fight Club]]* » - [[http://fr.wikipedia.org/wiki/Chuck_Palahniuk][Chuck Palahniuk]] + - « *[[http://www.arenes.fr/livres/fiche-livre.php?numero_livre=52][Les petits soldats du journalisme]]* » - François Ruffin + - « *Récits d'un jeune médecin* » - [[http://fr.wikipedia.org/wiki/Mikha%C3%AFl_Boulgakov][Mikhaïl Boulgakov]] + - « *La Conjuration des imbéciles* » - [[http://fr.wikipedia.org/wiki/John_Kennedy_Toole][John Kennedy Toole]] + - « *[[http://www.homme-moderne.org/raisonsdagir-editions/catalog/hazan/lqr.html][LQR : La propagande du quotidien]]* » - [[http://fr.wikipedia.org/wiki/%C3%89ric_Hazan][Eric Hazan]] + - « *Sur le contrôle de nos vies* » - [[http://fr.wikipedia.org/wiki/Noam_Chomsky][Noam Chomsky]] + - « *[[http://www.cetim.ch/oldsite/pub/00afmi-j.htm][FMI : Les peuples entrent en résistance]]* » - ATTAC + - « *[[http://www.arenes.fr/livres/fiche-livre.php?numero_livre=20][Deux heures de lucidité]]* » - [[http://fr.wikipedia.org/wiki/Noam_Chomsky][Noam Chomsky. Entretiens avec Denis Robert et Weronika Zarachowicz]] + - « *[[http://www.1001nuits.com/catalogue/Fiche.asp?LeCodeOuvrage=4949673][Vivent les impôts]]* » - ATTAC + - « *Oeuvres* » - [[http://fr.wikipedia.org/wiki/Michel_Bakounine][Michel Bakounine]] + - « *[[http://www.homme-moderne.org/raisonsdagir-editions/catalog/bourdieu/contref2.html][Contre-feux 2]]* » - [[http://fr.wikipedia.org/wiki/Pierre_Bourdieu][Pierre Bourdieu]] + - « *[[http://www.arenes.fr/livres/fiche-livre.php?numero_livre=129][Le Masque Et La Plume]]* » - Jérôme Garcin et Daniel Garcia + - « *[[http://www.homme-moderne.org/raisonsdagir-editions/catalog/bourdieu/contref.html][Contre-feux]]* » - [[http://fr.wikipedia.org/wiki/Pierre_Bourdieu][Pierre Bourdieu]] + - « *[[http://www.homme-moderne.org/raisonsdagir-editions/catalog/bourdieu/surtele.html][Sur la télévision]]* » - [[http://fr.wikipedia.org/wiki/Pierre_Bourdieu][Pierre Bourdieu]] diff --git a/muse/fr/Lectures_2007.muse b/muse/fr/Lectures_2007.muse new file mode 100644 index 0000000..635637e --- /dev/null +++ b/muse/fr/Lectures_2007.muse @@ -0,0 +1,18 @@ +#title Lectures (2007) + +[[Lectures][Retour aux dernières lectures]] + + - « *La Loi du plus fort : Mise au pas des Etats voyous* » - [[http://fr.wikipedia.org/wiki/Noam_Chomsky][Noam Chomsky]], Ramsey Clark, Edward W. Said + - « *L'Aube le soir ou la nuit* » - [[http://fr.wikipedia.org/wiki/Yasmina_Reza][Yasmina Reza]] + - « *[[http://www.editions-fayard.fr/FrCatalogue.asp?Ouvrage=3531191][Les États manqués : Abus de puissance et déficit démocratique]]* » - [[http://fr.wikipedia.org/wiki/Noam_Chomsky][Noam Chomsky]] + - « *[[http://fr.wikipedia.org/wiki/La_Mis%C3%A8re_du_monde][La Misère du monde]]* » - [[http://fr.wikipedia.org/wiki/Pierre_Bourdieu][Pierre Bourdieu]] + - « *[[http://www.1001nuits.com/Fiche.asp?LeCodeOuvrage=4933834][De la démocratie participative : Fondements et limites]]* » - [[http://fr.wikipedia.org/wiki/Marc_Cr%C3%A9pon][Marc Crépon]] et [[http://fr.wikipedia.org/wiki/Bernard_Stiegler][Bernard Stiegler]] + - « *[[http://atheles.org/agone/contrefeux/lettreouverteaceuxquisontpassesducolmaoaurotary/][Lettre ouverte à ceux qui sont passés du col Mao au Rotaty]]* » - [[http://fr.wikipedia.org/wiki/Guy_Hocquenghem][Guy Hocquenghem]] + - « *[[http://www.yodawork.com/webcc/sog_dec/notice_reference.html?F_ean13=9782707141378&F_lang_id=1][Rien n'est sacré, tout peut se dire]]* » - [[http://fr.wikipedia.org/wiki/Raoul_Vaneigem][Raoul Vaneigem]] ([[http://fr.wikiquote.org/wiki/Raoul_Vaneigem][citation sur Wikiquote]]) + - « *Candidat rebelle* » - [[http://fr.wikipedia.org/wiki/Jos%C3%A9_Bov%C3%A9][José Bové]] + - « *Manifeste altermondialiste* » - ATTAC + - « *[[http://fr.wikipedia.org/wiki/Manifeste_du_parti_communiste][Manifeste du Parti communiste]]* » - [[http://fr.wikipedia.org/wiki/Karl_Marx][Karl Marx]], [[http://fr.wikipedia.org/wiki/Friedrich_Engels][Friedrich Engels]] + - « *Les Chiens de garde* » - [[http://fr.wikipedia.org/wiki/Paul_Nizan][Paul Nizan]] + - « *[[http://fr.wikipedia.org/wiki/Les_Mains_sales][Les Mains sales]]* » - [[http://fr.wikipedia.org/wiki/Jean-Paul_Sartre][Jean-Paul Sartre]] + - « *Media Control* » - [[http://fr.wikipedia.org/wiki/Noam_Chomsky][Noam Chomsky]] + - « *La face karchée de Sarkozy* » - Philippe Cohen, Richard Malka et Riss diff --git a/muse/fr/Photos.muse b/muse/fr/Photos.muse new file mode 100644 index 0000000..1be3074 --- /dev/null +++ b/muse/fr/Photos.muse @@ -0,0 +1,31 @@ +#title Photos + +* Mes photos publiés + +Je publie mes photos sur : + - [[http://commons.wikimedia.org/wiki/User:Toutoune25][Wikimedia Commons]] + - [[http://flickr.com/photos/toutoune25/][Flickr]] + +** Licence « CC-by-sa » + +Mes photos sont toutes publiés sous licence Creative Commons +[[http://creativecommons.org/licenses/by-sa/3.0/deed.fr][CC-by-sa]]. Vous pouvez donc : + - partager ces photos (copier, distribuer, transmettre) ; + - modifier et adapter ces photos ; + +Il est cependant nécessaire de respecter les conditions suivantes : + - indiquer mon nom d'auteur ; + - redistribuer les photos sous les mêmes conditions + +Pour faire simple simple, si vous reprennez une de mes photos, vous +pouvez placer le texte suivant dessous : +© Olivier Tétard - CC-by-sa-30 + +* Réutilisation de mes photos + + - [[URL:http://commons.wikimedia.org/wiki/File:Gisele_Halimi_-_Huma-2008_2.jpg][File:Gisele Halimi - Huma-2008 2]] (commons) : + - [[http://www.feministisktinitiativ.se/artiklar.php?show=795][Fem feminister: 2. Gisèle Halimi]], feministisktinitiativ.se. + + - [[http://www.flickr.com/photos/toutoune25/2785840367/][Éoliennes]] (Flickr, commons) : + - [[http://www.neo-planete.com/2009/01/27/les-eoliennes-boustent-l%E2%80%99emploi/][Les éoliennes boustent l’emploi]], neo-planete.com + - [[http://www.econostrum.info/Un-parc-eolien-de-100-M-pres-de-Tanger_a481.html][Un parc éolien de 100 M€ près de Tanger]], econostrum.info diff --git a/muse/fr/Photos.muse~ b/muse/fr/Photos.muse~ new file mode 100644 index 0000000..a4b5d48 --- /dev/null +++ b/muse/fr/Photos.muse~ @@ -0,0 +1,28 @@ +#title Photos + +* Mes photos publiés + +Je publie mes photos sur : + - [[http://commons.wikimedia.org/wiki/User:Toutoune25][Wikimedia Commons]] + - [[http://flickr.com/photos/toutoune25/][Flickr]] + +** Licence « CC-by-sa » + +Mes photos sont toutes publiés sous licence Creative Commons +[[http://creativecommons.org/licenses/by-sa/3.0/deed.fr][CC-by-sa]]. Vous pouvez donc : + - partager ces photos (copier, distribuer, transmettre) ; + - modifier et adapter ces photos ; + +Il est cependant nécessaire de respecter les conditions suivantes : + - indiquer mon nom d'auteur ; + - redistribuer les photos sous les mêmes conditions + +Pour faire simple simple, si vous reprennez une de mes photos, vous +pouvez placer le texte suivant dessous : +© Olivier Tétard - CC-by-sa-30 + +* Réutilisation de mes photos + + - [[URL:http://commons.wikimedia.org/wiki/File:Gisele_Halimi_-_Huma-2008_2.jpg][File:Gisele Halimi - Huma-2008 2]] (commons) + - [[http://www.feministisktinitiativ.se/artiklar.php?show=795][Fem feminister: 2. Gisèle Halimi]], feministisktinitiativ.se. + diff --git a/muse/fr/Projets.muse b/muse/fr/Projets.muse new file mode 100644 index 0000000..8fba73a --- /dev/null +++ b/muse/fr/Projets.muse @@ -0,0 +1,41 @@ +#title Projets qui m'occupent + +* Liste des projets + + - [[Debian][Paquets Debian]] (non officiels) + - [[Projets::Dotclear2_jabberNotification][jabberNotification]], un plugin pour Dotclear2 + - [[Projets::HBFManager][HBF Manager]] + - [[Projets::LicenceInfo][Projets de Licence Informatique]] + - [[Projets::MGM][Miskin GameManager]] + +#configFiles +* Fichiers de configuration +J'utilise le *[[http://fr.wikipedia.org/wiki/Gestion_de_version][système de gestion de versions]]* « [[http://www.gnuarch.org/][Arch]] » pour stocker mes +fichiers de configurations. Tous mes fichiers de configuration sont +accessibles via [[http://arch.miskin.fr/toutoune25@free.fr--2005/dotfiles--mainline--0--LATEST][l'interface archzoom]]. + +** GNU Emacs + + - Emacs : [[(archzoom "dotfiles--mainline--0" "emacs/emacs.el")][emacs.el]] + - Gnus : [[(archzoom "dotfiles--mainline--0" "emacs/gnus.el")][gnus.el]] + +*** MuseMode + + - [[(archzoom "dotfiles--mainline--0" "emacs/emacs/tt25-muse.el")][tt25-muse.el]] + - [[(archzoom "website--mainline--0" "common/footer.html")][footer.html]] + - [[(archzoom "website--mainline--0" "common/header.html")][header.html]] + - [[(archzoom "website--mainline--0" "common/style.css")][style.css]] + +** Divers + + - [[(archzoom "dotfiles--mainline--0" "cpufreqd/cpufreqd.conf")][cpufreqd]] + - [[(archzoom "dotfiles--mainline--0" "xorg/")][xorg.conf]] + +* Sites Web + + - [[http://www.agrofeed.fr][Agrofeed]], site de l'entreprise Agrofeed, *en construction*. + - [[http://www.cat-lan.com][Cat-Lan]] (en collaboration avec [[http://www.sygus.net][Sygus]]), association organisant des + [[CAT][jeux en réseau sur Coutances]] (50) + - [[http://www.bruno-le-bouteiller.com][Bruno Le Bouteiller]], artiste peintre de Barneville-Carteret (50) + - [[http://www.hemelaer.fr/][Hemelaer France]], site d'un fabriquant de meubles (site hors + ligne) diff --git a/muse/fr/Serveur.muse b/muse/fr/Serveur.muse new file mode 100644 index 0000000..8d08a1b --- /dev/null +++ b/muse/fr/Serveur.muse @@ -0,0 +1,17 @@ +#title Serveur + +* Sites hebergés + + - [[http://toutoune25.miskin.fr/gallery/][Galerie photos]] + - Grosse-tata.org, nouvelle adresse : [[http://gto.miskin.fr][http://gto.miskin.fr]] + - [[http://matthieu.miskin.fr/][Blog de Matthieu Tétard]] + - [[http://www.bruno-le-bouteiller.com][Site de Bruno Le Bouteiller]], artiste peintre + - [[http://hippocampe.miskin.fr][Club de plongée Hippocample Club Calvados de Caen]] + - [[http://nopasaran.miskin.fr/][¡ No pasarán !]] + - [[http://wiki.miskin.fr/][Wiki]] + +* Divers + + - [[http://www.miskin.fr/~toutoune25/wikiquote/qotd.xml][Citation du jour de Wikiquote]] + - [[http://svn.miskin.fr/][WebSVN]] + - [[https://webmail.miskin.fr/][Webmail]] diff --git a/muse/fr/WhoAmI.muse b/muse/fr/WhoAmI.muse new file mode 100644 index 0000000..85189df --- /dev/null +++ b/muse/fr/WhoAmI.muse @@ -0,0 +1,57 @@ +#title About + +Mon adresse mail change : vous pouvez +maintenant m'écrire[1] à **[[mailto:olivier.tetard_AT_miskin.fr][olivier.tetard_AT_miskin.fr]]** *(mais bien sur, mon +ancienne adresse reste valide)* + +* Coordonnées + + - E-mail[1] : **[[mailto:olivier.tetard_AT_miskin.fr][olivier.tetard_AT_miskin.fr]]** + - Jabber[2] : **toutoune25@jabber.org** (utilisable avec GoogleTalk[3]) + +* Au menu + + - **[[/blog/][Blog]]** + - **[[CV][Curiculum Vitae]]** ([[/fr/CV.pdf][version PDF]]) + - [[Lectures][Dernières lectures]] + - [[Projets#configFiles][Fichiers de configuration]] + +* Associations et participations + + - *[[http://www.france.attac.org/][ATTAC]]* (membre du [[http://www.local.attac.org/35/][comité local 35]]) + - *[[http://www.april.org][APRIL]]* (membre) + - Wikipédia : + - *[[http://www.wikimedia.fr][Wikimedia France]]* (membre) + - [[http://fr.wikipedia.org][Wikipédia]] ([[http://fr.wikipedia.org/wiki/Discussion_Utilisateur:Toutoune25][Discuter]], [[http://fr.wikipedia.org/wiki/Special:Contributions/Toutoune25][Contribs]]) + - [[http://fr.wikiquote.org][Wikiquote]] ([[http://fr.wikiquote.org/wiki/Discussion_Utilisateur:Toutoune25][Discuter]], [[http://fr.wikiquote.org/wiki/Special:Contributions/Toutoune25][Contribs]]), où je suis [[http://fr.wikiquote.org/wiki/WQ:ADM][administrateur]]. + - *[[http://www.cat-lan.com][Cosedia Arena Team]]* (Coutances, 50) - secrétaire + +** Documentations + + - [[FrDoc::Acer1683][Acer Aspire 1683 sous Debian GNU/Linux]] + - [[FrDoc::Sauvegarde][Système de sauvegarde sous Debian]] + - [[FrDoc::RTGraph3D][Installer RTGraph3D]] + +* GPG + +J'utilise GPG pour signer la plupart de mes mails. Vous trouverez ma +clé [[/toutoune25.gpg.asc][sur ce serveur]], +[[http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x43CEA851][sur le serveur du MIT]], +ou en tapant la commande suivante dans un shell : + +gpg --keyserver pgp.mit.edu --recv-keys 0x578499CB + +J'ai perdu mon ancienne clé dans une dure bataille contre mon disque +dur, mon ancienne clé =0x43CEA851= n'est donc plus valide. + +---- + +[1] Pensez à remplacer le **_AT_** par un '**@**'. + +[2] [[http://www.jabber.org/][Jabber]] est un système de discutions instantané (dans le style de +IRC, ICQ, AIM, MSN, ...) qui à l'avantage d'être libre et reposant sur +un protocole de communication standardisé ([[http://fr.wikipedia.org/wiki/Extensible_messaging_and_presence_protocol][XMPP]]). Vous pouvez +l'utiliser avec différents logiciels ([[http://www.pidgin.im/][Pidgin]] par exemple). + +[3] [[http://www.google.com/talk][GoogleTalk]] un système de discutions instantané basé sur le +protocole ouvert [[http://www.xmpp.org][Jabber (XMPP)]]. diff --git a/muse/fr/WikiIndex.muse b/muse/fr/WikiIndex.muse new file mode 100644 index 0000000..da99be5 --- /dev/null +++ b/muse/fr/WikiIndex.muse @@ -0,0 +1,3 @@ +#title Index + +(muse-index-as-string t t) diff --git a/muse/fr_documentation/Acer1683.muse b/muse/fr_documentation/Acer1683.muse new file mode 100644 index 0000000..fc71d96 --- /dev/null +++ b/muse/fr_documentation/Acer1683.muse @@ -0,0 +1,301 @@ +#title Acer Aspire 1683 sous Debian GNU/Linux + +([[EnDoc::Acer1683][English version]]) + + + +* Nouvelles + + - **26 septembre 2006** : mise à jour de la doc pour linux-2.6.18. _Le + support des smart batteries est maintenant intégré au noyau_ ! + - **23 juin 2006** : mise à jour de la doc pour linux-2.6.17, + xorg-7. Mise à jour et correction de certain liens. + - **14 novembre 2005** : mise à jour de la documentation (nouvelle + méthode pour faire marcher les smart batteries) + +* Distribution et Noyau + + - Version de Debian : [[http://www.debian.org/releases/unstable/][Sid/unstable]] + - Configuration du noyau (version de [[http://packages.debian.org/linux-source-2.6.17][Debian]]) : [[(archzoom "dotfiles--mainline--0" "linux/config-2.6.18")][2.6.18]] + - Configuration de X : [[(archzoom "dotfiles--mainline--0" "xorg/X11R7_xorg.conf")][Xorg 7.0 ou 7.1]], [[(archzoom "dotfiles--mainline--0" "xorg/X11R6_xorg.conf")][Xorg 6.9 ou 6.8]], [[(archzoom "dotfiles--mainline--0" "xorg/XF86Config-4")][XFree86]]. + +* Machine + +**Matériel** || **Statut** || **Notes** +[[Acer1683#cpu][Intel Centrino 1.6 GHz (Dothan)]] | OK | Speedstep ok +[[Acer1683#acpi][ACPI]] | OK | - +512 Mo de RAM | OK | - +80 Go de disque dur | OK | - +[[Acer1683#ati][ATI Radeon 9700 - M11]] | OK | Driver 3D libre uniquement avec Xorg7 +[[Acer1683#sound][Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller]] | OK | module **snd_intel8x0** +[[Acer1683#lan][Broadcom BCM4401 100Base-T]] | OK | module **b44** +[[Acer1683#wifi][Intel Corp. PRO/Wireless 2200BG]] | OK | module **ipw2200** (firmware non libre) +Intel Corp. 82801DB/DBL/DBM AC'97 Modem Controller | Non testé | - +Graveur DVD | OK | - +Firewire | Non testé | - +Cardbus bridge | Non testé | - + +#cpu +* CPU : Intel Centrino 1.6 GHz (Dothan) + +Pour faire fonctionner la variation de fréquence du CPU c'est +relativement simple, il suffit de compiler son noyau avec les options +suivantes : + + + - CONFIG_CPU_FREQ=y + - CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y + - CONFIG_CPU_FREQ_GOV_PERFORMANCE=m + - CONFIG_CPU_FREQ_GOV_POWERSAVE=m + - CONFIG_CPU_FREQ_TABLE=y + - CONFIG_X86_ACPI_CPUFREQ=m + - CONFIG_X86_SPEEDSTEP_CENTRINO=y + - CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y + - CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y + + +Pour les personnes qui ne sont pas des habitués de la compilation de +noyaux, je vous conseille la [[http://www.andesi.org/index.php?node=77][lecture de ce document]]. Dans le noyau, +les options sont dans les catégories suivantes : + + + - Processor type and features + - Power management options (ACPI, APM) + CPU Frequency scaling ---> + + +Ensuite il faut penser à charger le module *acpi* (sauf bien sur si vous +l'avez compilé en "dur"), et vous pourrez faire varier la fréquence de +votre CPU: + + +cd /sys/devices/system/cpu/cpu0/cpufreq/ +echo -n 600000 > scaling_setspeed + + +Je vous conseille l'utilisation de [[Acer1683#laptop-mode-tools][laptop-mode]], il n'est pas très dur +à configurer et permet une bonne gestion de l'energie. + +#acpi +* ACPI et gestion de l'énergie + +** A lire + + - [[http://www.gentoo.org/doc/en/power-management-guide.xml][Power Management Guide]] de Gentoo. + - [[http://forums.gentoo.org/viewtopic.php?t=122145][HOWTO: Fix Common ACPI Problems]] de Gentoo + +** État des lieux + +**Fonctionnalité** || **Statut** || **Remarques** +batterie/ac | OK | nécessite de recompiler le noyau +button | OK | - +fan | OK | - +mem (mode S3) | KO | ne ressort pas de la veille +processor | OK | - +standy (mode S1) | KO | ne fait rien du tout +termal | OK | - + +** « smart battery system » + +*** Linux >= 2.6.18 + +Le support des smart batteries a été intégré dans le noyau à partir de +la version 2.6.18. Il n'est maintenant plus necessaire de patcher son +noyau ! + +Il faut juste activer l'option suivante : + + + - Power Management support ---> + ACPI ... ---> + <*> Smart Battery System (EXPERIMENTAL) + + +Cela devrait maintenant marcher *out of the box* ! + +Vous pouvez tout de même vérifier que le noyau a bien activé le Smart +Battery System : + + +$ dmesg | grep Smart +ACPI: Smart Battery System [SBS0] + + +*** Linux <= 2.6.17 + +Le nom du projet sourceforge est [[http://sf.net/projects/sbs-linux][sbs-linux]]. Il est nécessaire de +recompiler son noyau pour faire marcher les SBS, la procédure est bien +décrite dans le README. Il est important d'avoir déjà un noyau compilé +qui marche, et si vous ne savez pas compiler un noyau, lisez « +[[http://www.andesi.org/index.php?node=77][compiler un noyau à la sauce Debian]] ». + +**** Pre-requis + +Vous aurez besoin des composants suivants : + + - [[http://packages.debian.org/iasl][paquet Debian iasl]] (ou les sources [[http://developer.intel.com/technology/iapc/acpi/downloads.htm][acpica-unix-20050930]]) + - [[http://gaugusch.at/kernel.shtml][acpi-dsdt-initrd-v0.8.2-2.6.17.patch]] + - [[http://sourceforge.net/projects/sbs-linux/][sbs-cm-20051112]] + - **Si vous utilisez un noyau 2.6.16 (ou plus)** : [[http://www.miskin.fr/~toutoune25/download/acpi-ec-nospinlock-2.6.16.patch][acpi-ec-nospinlock-2.6.16.patch]] + +**** Étape 1 : Patcher votre DSDT (Differentiated System Description Table). + + +# cd sbs-cm-20051112 +# cat /proc/acpi/dsdt > dsdt.dat +# iasl -d dsdt.dat +# patch < acer-tm32xx-sbs-cm.diff +# iasl dsdt.dsl +# cp DSDT.aml /boot/DSDT.aml + + +**** Étape 2 : Patcher votre noyau pour qu'on puisse lui donner nouvelle DSDT. + + +$ patch -p1 -d /usr/src/linux-soure-2.6.17 < acpi-dsdt-initrd-v0.8.2-2.6.17.patch + + +**** Étape 3 : Activer les bonnes options dans le noyau. + + + - Power Management support ---> + ACPI ... ---> + [*] Read Custom DSDT + - Device Drivers ---> + Block devices ---> + <*> RAM disk support + [*] Initial RAM disk (initrd) support + + +**** Étape 4 : (re)Patcher votre noyau + +(facultatif, mais si vous ne le faites pas, certains caractères tapés +au clavier seront oubliés). + + +$ patch -p1 -d /usr/src/linux-source-2.6.17 < acpi-ec-nospinlock-2.6.16.patch + + + +**** Étape 5 : Compiler votre noyau. + +Il est indispensable de compiler votre noyau avec l'option +**--initrd**. Dans cette documentation, j'explique comment créer votre +initrd avec **yaird** (si quelqu'un sais comment le faire avec **initramfs**, +je prend :)). + + +$ cd /usr/src/linux-source-2.6.17 +$ make-kpkg --rootcmd fakeroot clean +$ make-kpkg --rootcmd fakeroot --append-to-version -debian-sbs-1 --initrd kernel-image + + +**** Étape 6 : Installer le noyau et configurer Grub. + +Il faut maintenant ajouter votre DSDT dans l'initrd. Il faut placer le +fichier DSDT.aml à la *racine* de votre initrd. + + +Si vous utilisez *initramfs-tools*, il suffit de copier votre fichier +DSDT.aml dans */etc/initramfs-tools* : + + +$ cp /boot/DSDT.aml /etc/initramfs-tools/ + + +Il faut ensuite installer votre noyau : + + +# dpkg -i .../linux-image-2.6.17-debian-sbs-1_1.0_i386.deb + + +**** Étape 7 : Reboot. + +Ca a marché : + + +$ dmesg | grep DSDT +ACPI: Looking for DSDT in initramfs... successfully read 25853 bytes from /DSDT.aml. +ACPI (tbget-0290): Table [DSDT] replaced by host OS [20060127] + +$ cat /proc/acpi/battery/BAT0/state +present: yes +capacity state: ok +charging state: charged +present rate: 0 mA +remaining capacity: 936 mAh +present voltage: 16505 mV + + +#laptop-mode-tools +** laptop-mode-tools + +Pour profiter le plus longtemps de votre batterie, je vous conseille +d'installer **laptop-mode-tools** (paquet Debian du même nom). Pour le +configurer, rien de plus simple, il suffit de lire et de modifier le +fichier de configuration : /etc/laptop-mode/laptop-mode.conf + +Je vous conseille d'activer les options suivantes : + - ENABLE_LAPTOP_MODE_ON_BATTERY=1 + - CONTROL_CPU_FREQUENCY=1 + - CONTROL_DPMS_STANDBY=1 + +#ati +* ATI Radeon 9700 [M11] + +Avec Xorg7, il est possible de bénéficier de l'acceleration graphique +3D avec un driver libre ! + +Explications à venir :) + +#sound +* Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller + +Voila la liste des modules qui sont chargés (avec un noyau 2.6.9) : + + - snd_intel8x0 + - snd_ac97_codec + - snd_pcm + - snd_timer + - snd_page_alloc + - snd_mpu401_uart + - snd_rawmidi + - snd_seq_device + - snd + - soundcore + + +J'utilise ALSA (sans émulation OSS). Il n'y a rien de très spécial +dans la configuration de la carte son. Ça marche avec un noyau Debian +pré-compilé ([[http://packages.debian.org/linux-image-2.6-386][linux-image-2.6]]). + +#lan +* Broadcom BCM4401 100Base-T + +Pas grand chose à faire pour faire marcher le driver : il suffit juste +de charger le module *b44*, la carte marche bien et ne consomme pas trop de CPU. + +#wifi +* Intel Corp. PRO/Wireless 2200BG + +Le module IPW2200 est maintenant intégré au noyau, il suffit de +l'activer. Il vous faudra quand même le firmware disponible sur le +[[http://ipw2200.sf.net/][site du driver]]. + +Pour le compiler, il faut qu'il soit activé dans la configuration du +noyau : + + + - Device Drivers ---> + Network device support ---> + Wireless LAN (non hamradio) ---> + Intel PRO/Wireless 2200BG and 2915ABG Network Connection + + +#contact +* Besoin d'aide ? + +Je suis tout à fait prêt à vous aider à installer une distrib sur +votre portable. Vous pouvez me [[WhoAmI#coord][contacter facilement]] le week end. + +© 2005, 2006 [[WhoAmI][Olivier Tétard]] diff --git a/muse/fr_documentation/DebianWoWAMD64.muse b/muse/fr_documentation/DebianWoWAMD64.muse new file mode 100644 index 0000000..b8ae123 --- /dev/null +++ b/muse/fr_documentation/DebianWoWAMD64.muse @@ -0,0 +1,41 @@ +#title Acer Aspire 1683 sous Debian GNU/Linux + +#contents + + +* Nouveautés + +* Avant propos + +Ce guide est destiné aux utilisateurs de [[http://www.debian.org/][Debian]] désireux de vouloir +installer [[http://www.worldofwarcraft.org][World of Warcraft]]. Il est tout à fait possible que ce guide +fonctionne pour une autre distribution ([[http://www.ubutu.com][Ubuntu]] par exemple). + +** A FINIR ** + +* Installation + +Prérequis : + - Avoir Debian unstable recente + - Avoir un chroot, pour savoir comment le créer, rendez vous sur le + HowTo DebianAMD64 + +** Installation du chroot + +** Installation de wine + +** Installation de World of Warcraft + +*** Installation + +*** Configuration + +** Installation du GLX + +*** Driver non libre nvidia + +*** Driver non libre ati + +* Des problèmes ? + +© 2006 [[WhoAmI][Olivier Tétard]] diff --git a/muse/fr_documentation/RTGraph3D.muse b/muse/fr_documentation/RTGraph3D.muse new file mode 100644 index 0000000..fae3fea --- /dev/null +++ b/muse/fr_documentation/RTGraph3D.muse @@ -0,0 +1,111 @@ +#title Installer et utiliser RTGraph3D +#date 23 septembre 2008 + + + +* Introduction + +Cette documentation s'adresse aux utilisateur de [[http://www.secdev.org/projects/rtgraph3d/][RTGraph3D]], un outil +permettant de créer des graphs dynamiques en 3D. + +* Installation + +** Pré-requis + + 1. Installer les paquets [[http://packages.debian.org/python-visual][python-visual]], [[http://packages.debian.org/python-dev][python-dev]] (pour Debian) + 2. Récupérer [[http://www.secdev.org/projects/rtgraph3d/files/rtgraph3d-0.1.tgz][rtgraph3d-0.1.tgz]] sur le site de [[http://www.secdev.org/projects/rtgraph3d/][RTGraph3D]] + 3. Récupérer [[http://www.vpython.org/contributed/povexport-2005-12-06.zip][povexport-2005-12-06.zip]] sur le site de [[http://www.vpython.org/][VPython]] + 4. Récupérer [[http://downloads.sourceforge.net/pyinline/PyInline-0.03.tar.gz][PyInline-0.03.tar.gz]] sur le site de [[http://pyinline.sourceforge.net/][PyInline]] + +** Installation de PyInline + +Le plus simple est d'installer PyInline dans le repertoire *~/apps*, ce +qui vous évitera d'avoir à trop abimer votre */usr*. + + +$ tar zxvf PyInline-0.03.tar.gz +PyInline-0.03/ +PyInline-0.03/PyInline/ +PyInline-0.03/PyInline/C.py +PyInline-0.03/PyInline/__init__.py +PyInline-0.03/PyInline/c_util.py +PyInline-0.03/README.txt +PyInline-0.03/setup.py +PyInline-0.03/PKG-INFO +$ cd PyInline-0.03/ +$ python setup.py install --home=$HOME/apps +running install +running build +running build_py +running install_lib +running install_egg_info +Removing /home/toutoune25/apps/lib/python/PyInline-0.03.egg-info +Writing /home/toutoune25/apps/lib/python/PyInline-0.03.egg-info +$ export PYTHONPATH=$PYTHONPATH:$HOME/apps/lib/python +$ python -c "import PyInline" + + +** Installation de RTGraph3D + +Décompresser *rtgraph3d-0.1.tgz* et copier *povexport.py* provenant du +fichier *povexport-2005-12-06.zip* : + + +$ tar zxvf rtgraph3d-0.1.tgz +rtgraph3d-0.1/rtgraph3d.py +rtgraph3d-0.1/rtg_cli.py +rtgraph3d-0.1/hydra.py +rtgraph3d-0.1/rtg/c60.rtg +rtgraph3d-0.1/rtg/hexadeca.rtg +$ unzip povexport-2005-12-06.zip +Archive: povexport-2005-12-06.zip + inflating: povexport-2005-12-06/povexample.py + inflating: povexport-2005-12-06/povexample_wood.py + inflating: povexport-2005-12-06/povexport.py +$ cp povexport-2005-12-06/povexport.py rtgraph3d-0.1/ + + +* Utilisation + +Pour utiliser RTGraph3D, il faut lancer *rtgraph3d.py* qui se trouve +dans le répertoire de RTGraph3D. Lors du premier lancement, les choses +suivantes devraient s'afficher : + + +$ cd rtgraph3d-0.1/ +$ ./rtgraph3d.py +running build +running build_ext +building '_PyInline_f97f4bc92900739ca50e422c1b9bf748' extension +creating build +creating build/temp.linux-i686-2.4 +gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c _PyInline_f97f4bc92900739ca50e422c1b9bf748.c -o build/temp.linux-i686-2.4/_PyInline_f97f4bc92900739ca50e422c1b9bf748.o +creating build/lib.linux-i686-2.4 +gcc -pthread -shared build/temp.linux-i686-2.4/_PyInline_f97f4bc92900739ca50e422c1b9bf748.o -o build/lib.linux-i686-2.4/_PyInline_f97f4bc92900739ca50e422c1b9bf748.so +INFO : Detected SSE2 compatible CPU +INFO : Using C+SSE physics engine +running build +running build_ext +building '_PyInline_35914e64f39d6935fd980089102b9b5e' extension +creating build +creating build/temp.linux-i686-2.4 +gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c _PyInline_35914e64f39d6935fd980089102b9b5e.c -o build/temp.linux-i686-2.4/_PyInline_35914e64f39d6935fd980089102b9b5e.o +creating build/lib.linux-i686-2.4 +gcc -pthread -shared build/temp.linux-i686-2.4/_PyInline_35914e64f39d6935fd980089102b9b5e.o -o build/lib.linux-i686-2.4/_PyInline_35914e64f39d6935fd980089102b9b5e.so +INFO : Entering main loop +INFO : Cinematic thread started + + +* A propos et nouveautés + +Vous pouvez modifier et distribuer cette documentation sous les termes +de la [[http://www.fsf.org/licensing/licenses/gpl.txt][licence GPL]]. + +** Versions + + - 0.0-20080923 (version originale) + +#sources +** Sources + + - [[http://www.secdev.org/projects/rtgraph3d/][Site de RTGraph3D]] diff --git a/muse/fr_documentation/Sauvegarde.muse b/muse/fr_documentation/Sauvegarde.muse new file mode 100644 index 0000000..47b8ee0 --- /dev/null +++ b/muse/fr_documentation/Sauvegarde.muse @@ -0,0 +1,141 @@ +#title Système de sauvegarde sous Debian + +**Note** : cette documentation est destinée à la configuration de +backupninja >= 0.7, donc applicable pour *Debian « Etch » 4.0*. Pour +configurer la version 0.5, disponible dans Debian « Sarge » 3.1, lire +SauvegardeSarge. + + + +* Présentation du système + +Ce document présente l'installation de [[http://riseuplabs.net/backupninja/][backupninja]] sous +[[http://www.debian.org/releases/etch/][Debian Etch]]. Ce système de sauvegarde est très évolutif et permet de +sauvegarder une grande variété de données (LDAP, SQL, SVN, ...). + +Backupninja fonctionne avec des *handlers* (globalement c'est un système +de plugins). En voila la liste des principaux installés de base : + + - _rdiff_ : permet de faire des sauvegardes incrémentales locales ou +distantes. + - _sys_ : permet de sauvegarder la configuration système de la machine +(listes des paquets Debian installés, partitions du disque dur, ...). + - _mysql_ : permet de sauvegarder une base de donnée MySQL + - ldap, svn, trac, ... + +Nous allons surtout voir comment le configurer pour faire des +sauvegardes incrémentales locale et distantes. + +* Conventions + +On va considérer les données suivantes : + + - Dossier à sauvegarder : */etc/* + - Destination de la sauvegarde locale : */backups/* + - Destination de la sauvegarde distante : *backup.miskin.fr:/backups/* + - Label : *daily* (les sauvegardes seront donc placées dans */backups/daily/etc/*) + +* Installation + +Dans la Debian stable (« *sarge* ») on retrouve la version 0.5, alors +que la unstable (« *sid* ») intègre la version 0.7. Cette dernière offre +principalement un assistant qui permet de générer les fichiers de +configuration. + +Sur la machine cliente, il suffit d'installer *backupninja* et +*rdiff-backup* (ainsi que leurs dépendances) : + + +root@localhost:~# apt-get install backupninja rdiff-backup + + +Si vous voulez placer vos sauvegarde sur une machine distante, il +faudra y installer *rdiff-backup* : + + +root@sauvegarde:~# apt-get install rdiff-backup + + +* Configuration de la sauvegarde + +**Note** : cette documentation est destinée à la configuration de +backupninja >= 0.7, donc applicable pour *Debian « Etch » 4.0*. Pour +configurer la version 0.5, disponible dans Debian « Sarge » 3.1, lire +SauvegardeSarge. + +Avec la dernière version de backupninja, la configuration se fait très +simplement : + + +# ninjahelper + + +L'utilitaire vous permettra de choisir le type de sauvegarde, la +liste des répertoires à sauvegarder, la machine cible, et permettra +même de générer les clés SSH pour se connecter au serveur sans mot de +passe. Cet assistant ne permet de configurer que certains handlers +(sys, rdiff, mysql et ldap). + +L'utilisation de l'assistant est tellement intuitive que je ne vais +pas en expliquer son fonctionnement ici. Il peut être intéressant de +lire la suite pour configurer plus finement backupninja. + +La configuration générée pour le handler *rdiff* n'a pas marché directement +pour moi. Il a fallu que j'ajoute dans la catégorie *[source]* la ligne +suivante : + + +# dans le fichier /etc/backup.d/90.rdiff +label = daily + + +* Restauration + +Backupninja nécessite l'utilisation de rdiff-backup pour restaurer ses +sauvegardes. Je vous conseille donc la lecture du document « +[[http://www.nongnu.org/rdiff-backup/examples.html][rdiff-backup examples]] » ainsi que la page de manuel de [[http://www.nongnu.org/rdiff-backup/rdiff-backup.1.html][rdiff-backup(1)]] +pour en connaître plus sur cet outils. + +** Locale + +Pour récupérer la dernière version d'une sauvegarde locale, c'est très +simple : + + +root@localhost:~# rdiff-backup -r now /backups/daily/etc/passwd /tmp/passwd + + +Il est possible de restaurer une version plus ancienne du fichier : + + +root@localhost:~# rdiff-backup -r 2005-09-19 /backups/daily/etc/passwd /tmp/passwd + + +** Distante + +Pour restaurer des fichiers sauvegardés sur une machine distante, le +mécanisme est le même : + + +root@localhost:~# rdiff-backup -r now \ + sauvegarde.miskin.fr::/backups/daily/etc/passwd \ + /tmp/passwd + + +* A propos et nouveautés + +Vous pouvez modifier et distribuer cette documentation sous les termes +de la [[http://www.fsf.org/licensing/licenses/gpl.txt][licence GPL]]. Elle est inspiré de +[[#sources][documentations trouvée sur le web]] et de ma propre expérience de +backupninja. + +** Versions + + - 0.0-20070417 (split pour Debian Sarge/Etch) + - 0.0-20050919 (version originale) + +#sources +** Sources + + - [[http://riseuplabs.net/backupninja/][backupninja]] + - [[http://www.nongnu.org/rdiff-backup/][rdiff-backup]] diff --git a/muse/fr_documentation/SauvegardeSarge.muse b/muse/fr_documentation/SauvegardeSarge.muse new file mode 100644 index 0000000..f86c89c --- /dev/null +++ b/muse/fr_documentation/SauvegardeSarge.muse @@ -0,0 +1,171 @@ +#title Système de sauvegarde sous Debian + +**Note** : cette documentation est destinée à la configuration de +backupninja 0.5, donc applicable pour *Debian « Sarge » 3.1*. Pour +configurer les version >= 0.7, disponible dans Debian « Etch » 4.0, +lire [[Sauvegarde]]. + + + +* Présentation du système + +Ce document présente l'installation de [[http://riseuplabs.net/backupninja/][backupninja]] sous +[[http://www.debian.org/releases/sarge][Debian Sarge]]. Ce système de sauvegarde est très évolutif et permet de +sauvegarder une grande variété de données (LDAP, SQL, SVN, ...). + +Backupninja fonctionne avec des *handlers* (globalement c'est un système +de plugins). En voila la liste des principaux installés de base : + + - _rdiff_ : permet de faire des sauvegardes incrémentales locales ou +distantes. + - _sys_ : permet de sauvegarder la configuration système de la machine +(listes des paquets Debian installés, partitions du disque dur, ...). + - _mysql_ : permet de sauvegarder une base de donnée MySQL + - ldap, svn, trac, ... + +Nous allons surtout voir comment le configurer pour faire des +sauvegardes incrémentales locale et distantes. + +* Conventions + +On va considérer les données suivantes : + + - Dossier à sauvegarder : */etc/* + - Destination de la sauvegarde locale : */backups/* + - Destination de la sauvegarde distante : *backup.miskin.fr:/backups/* + - Label : *daily* (les sauvegardes seront donc placées dans */backups/daily/etc/*) + +* Installation + +Dans la Debian stable (« *sarge* ») on retrouve la version 0.5, alors +que la unstable (« *sid* ») intègre la version 0.7. Cette dernière offre +principalement un assistant qui permet de générer les fichiers de +configuration. + +Sur la machine cliente, il suffit d'installer *backupninja* et +*rdiff-backup* (ainsi que leurs dépendances) : + + +root@localhost:~# apt-get install backupninja rdiff-backup + + +Si vous voulez placer vos sauvegarde sur une machine distante, il +faudra y installer *rdiff-backup* : + + +root@sauvegarde:~# apt-get install rdiff-backup + + +* Configuration de la sauvegarde + +**Note** : cette documentation est destinée à la configuration de +backupninja 0.5, donc applicable pour *Debian « Sarge » 3.1*. Pour +configurer les version >= 0.7, disponible dans Debian « Etch » 4.0, +lire [[Sauvegarde]]. + +Même sans l'assistant, la configuration se faire relativement +simplement. Il suffit de se baser sur les exemples fournis avec le +paquet Debian (dans */usr/share/doc/backupninja/exemples/*). Le +paramètre *label* permet de spécifier le nom du répertoire où seront +placées les sauvegardes (ici */backups/daily*). + +Les règles de sauvegardes doivent être placées dans */etc/backup.d/* et +ne doivent être lisible que par root (droits 700). Les noms de +fichiers commencent par un 0 seront ignorés. + +Pour la sauvegarde locale, le fichier serait donc celui-ci : + + +# nom du fichier : /etc/backup.d/90_local.rdiff +when = everyday at 12:30 + +[source] +label = daily +type = local +keep = 15D + +include = /etc + +[dest] +type = local +directory = /backups/ + + +Pour la sauvegarde distante : + + +# nom du fichier : /etc/backup.d/91_remote.rdiff +when = everyday at 12:30 + +[source] +label = daily +type = local +keep = 15D + +include = /etc + +[dest] +type = remote +directory = /backups/ +host = backup.miskin.fr +user = root + + +Dans le cas d'une sauvegarde distante, il est nécessaire de générer +les clés SSH qui permettront de s'y connecter dans mot de passe : + + +root@localhost# ssh-keygen -t dsa +root@localhost# ssh-copy-id -i /root/.ssh/id_dsa.pub root@sauvegarde + + +* Restauration + +Backupninja nécessite l'utilisation de rdiff-backup pour restaurer ses +sauvegardes. Je vous conseille donc la lecture du document « +[[http://www.nongnu.org/rdiff-backup/examples.html][rdiff-backup examples]] » ainsi que la page de manuel de [[http://www.nongnu.org/rdiff-backup/rdiff-backup.1.html][rdiff-backup(1)]] +pour en connaître plus sur cet outils. + +** Locale + +Pour récupérer la dernière version d'une sauvegarde locale, c'est très +simple : + + +root@localhost:~# rdiff-backup -r now /backups/daily/etc/passwd /tmp/passwd + + +Il est possible de restaurer une version plus ancienne du fichier : + + +root@localhost:~# rdiff-backup -r 2005-09-19 /backups/daily/etc/passwd /tmp/passwd + + +** Distante + +Pour restaurer des fichiers sauvegardés sur une machine distante, le +mécanisme est le même : + + +root@localhost:~# rdiff-backup -r now \ + sauvegarde.miskin.fr::/backups/daily/etc/passwd \ + /tmp/passwd + + +* A propos et nouveautés + +Vous pouvez modifier et distribuer cette documentation sous les termes +de la [[http://www.fsf.org/licensing/licenses/gpl.txt][licence GPL]]. Elle est inspiré de +[[#sources][documentations trouvée sur le web]] et de ma propre expérience de +backupninja. + +** Versions + + - 0.0-20070417 (split pour Debian Sarge/Etch) + - 0.0-20050919 (version originale) + +#sources +** Sources + + - [[http://riseuplabs.net/backupninja/][backupninja]] + - [[http://www.nongnu.org/rdiff-backup/][rdiff-backup]] diff --git a/muse/fr_documentation/index.muse b/muse/fr_documentation/index.muse new file mode 100644 index 0000000..da99be5 --- /dev/null +++ b/muse/fr_documentation/index.muse @@ -0,0 +1,3 @@ +#title Index + +(muse-index-as-string t t) diff --git a/muse/fr_projets/Dotclear2_jabberNotification.muse b/muse/fr_projets/Dotclear2_jabberNotification.muse new file mode 100644 index 0000000..5bae3cd --- /dev/null +++ b/muse/fr_projets/Dotclear2_jabberNotification.muse @@ -0,0 +1,5 @@ +#title Dotclear2 - jabberNotification + +***[[http://sacha.phénix.net/post/2007/10/30/Dotclear-Suivez-les-commentaires-sur-votre-blog-en-temps-reel-avec-Jabber][Jabber Notifications]] est maintenant principalement maintenu par [[http://sacha.phénix.net][Sacha]]***. + + - Voir l'[[Dotclear2_jabberNotification_archives][ancienne page]] diff --git a/muse/fr_projets/Dotclear2_jabberNotification_archives.muse b/muse/fr_projets/Dotclear2_jabberNotification_archives.muse new file mode 100644 index 0000000..a3cc5bc --- /dev/null +++ b/muse/fr_projets/Dotclear2_jabberNotification_archives.muse @@ -0,0 +1,87 @@ +#title Dotclear2 - jabberNotification - Archives + +***[[http://sacha.phénix.net/post/2007/10/30/Dotclear-Suivez-les-commentaires-sur-votre-blog-en-temps-reel-avec-Jabber][Jabber Notifications]] est maintenant principalement maintenu par [[http://sacha.phénix.net][Sacha]]***. + +* Description + +Il s'agit d'un plugin pour [[http://dev.dotclear.net/2.0][Dotclear2]] permettant d'envoyer un message +via le système de [[http://fr.wikipedia.org/wiki/Jabber][messagerie instantanée Jabber]] lorsqu'un nouveau +commentaire est publié sur votre blog. + +* Actualité + + - La version 0.1.3 est disponible et offre la possibilité d'utiliser + un compte GoogleTalk pour envoyer les notifications (mise à jour + de Class.Jabber.PHP). + +* Licence et copyright + + - Licence : [[http://www.gnu.org/licenses/gpl.html][GPL]] + - Auteur : [[http://toutoune25.miskin.fr/fr/WhoAmI.html][Olivier Tétard]] + +Ce plugin est basé sur le plugin [[http://dev.dotclear.net/2.0/browser/plugins/emailNotification][emailNotification]] d'[[http://neokraft.net][Olivier Meunier]] +publié sous la licence GPL. Il intègre [[http://cjphp.netflint.net][Class.Jabber.PHP]] de Nathan +Fritz et publié sous la licence GPL. + +* Téléchargement + + - La dernière version du package est disponible ici : + [[http://toutoune25.miskin.fr/download/plugin-jabberNotification.pkg.gz][plugin-jabberNotification.pkg.gz]] + - La dernière version de l'archive =tar.gz= est disponible + ici : [[http://toutoune25.miskin.fr/download/plugin-jabberNotification.tar.gz][plugin-jabberNotification.tar.gz]] + +** Version de développement + +jabberNotification est maintenu grâce au logiciel [[http://www.bazaar-vcs.org][bazaar]] (aussi connu +sous le nom de bzr). Le dépot est public et accessible ici : +[[http://bzr.miskin.fr/dotclear2/jabberNotification]]. + +Pour récuperer la version de developpement : + +$ bzr get http://bzr.miskin.fr/dotclear2/jabberNotification/unstable jabberNotification + +* Installation + +Dans l'interface d'administration de Dotclear2, cliquez sur +*Extensions* puis allez dans l'onglet *Ajouter une nouvelle +extension*. Dans le champs *Ajouter une nouvelle extension*, indiquez +l'adresse de l'archive puis cliquez sur *Récupérer le paquet*. + +* Configuration + +Il suffit d'aller dans l'onglet *Utilisateur* de l'interface +d'administration de Dotclear2, puis de remplir tous les paramètres +demandés dans la section *Jabber notification*. + +* Ce qu'il reste à faire + + - Traduction (disponible depuis la + version 0.1.1) + - Un peu de JavaScript : désactiver les zones de texte si + l'utilisateur ne souhaite pas recevoir de notifications (sera + disponble dans la version 0.2) + - Configurer le compte utilisé pour l'envoi de messages au niveau du + blog ? (sera disponible dans la version 0.2) + - Offrir une partie publique, où les lecteurs du blogs pourront + recevoir des notifications Jabber quand de nouveaux commentaires + seront publiés sur le blog + - Tester et retester, ... + +* Versions + +*** 0.1.3 - 9 juillet 2007 + - [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.3.pkg.gz][pkg.gz]] et [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.3.tar.gz][tar.gz]] + - mise à jour de Class.Jabber.PHP, possibilité d'utiliser un compte + GoogleTalk dorénavant. + +*** 0.1.2 - 20 juin 2007 + - [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.2.pkg.gz][pkg.gz]] et [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.2.tar.gz][tar.gz]] + - modifications mineures et diverses. + +*** 0.1.1 - 19 juin 2007 + - [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.1.pkg.gz][pkg.gz]] et [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.1.tar.gz][tar.gz]] + - ajout de la traduction française. + +*** 0.1 - 18 juin 2007 + - [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.pkg.gz][pkg.gz]] et [[http://toutoune25.miskin.fr/download/plugin-jabberNotification-0.1.tar.gz][tar.gz]] + - version initiale. diff --git a/muse/fr_projets/HBFManager.muse b/muse/fr_projets/HBFManager.muse new file mode 100644 index 0000000..d57bff2 --- /dev/null +++ b/muse/fr_projets/HBFManager.muse @@ -0,0 +1,2 @@ +#title HBF Manager + diff --git a/muse/fr_projets/LicenceInfo.muse b/muse/fr_projets/LicenceInfo.muse new file mode 100644 index 0000000..0a58f76 --- /dev/null +++ b/muse/fr_projets/LicenceInfo.muse @@ -0,0 +1,11 @@ +#title Licence d'informatique : projets + +** Subversion + +Tous les projets sont disponibles sur ce serveur via SVN. Vous pouvez +consulter la liste des projets à partir du [[http://svn.miskin.fr/][WebSVN]]. Pour récuperer le +projet *systeme1* par exemple, il faudra taper : + +svn co svn://svn.miskin.fr/svn/l3_systeme1 + +La suite à venir... diff --git a/muse/fr_projets/MGM.muse b/muse/fr_projets/MGM.muse new file mode 100644 index 0000000..ebd1f0c --- /dev/null +++ b/muse/fr_projets/MGM.muse @@ -0,0 +1,47 @@ +#title Miskin Game Manager + +* Objectif + +Le but de ce projet est de fournir aux joueurs le moyen d'administrer +facilement un serveur de jeu. Il est possible de détecter les serveurs +lancés sur un réseau local (Quake3 pour l'instant). Il est possible de +voir les joueurs présents et d'éventuellement les *kicker*. + +Il est écrit en JAVA et utilise le toolkit graphique SWT. Si vous êtes +intéressés pour travailler dessus, [[FR::WhoAmI][faites moi signe]] ;). + +* News + + - **21/01/06** : Mise à jour des liens vers l'archive tla + - **13/02/05** : Ajout d'un screenshot + - **27/01/05** : Correction de quelques liens... + - **09/01/05** : Mise à Jour du lien vers le reposity. + - **27/11/04** : Mise à jour des screenshots + - **04/11/04** : Ajout d'un screenshot + - **09/10/04** : Mise à jour du reposity (voir en bas) + - **27/09/04** : Ajout d'un screenshot (+ mise à jour le 2/10) + - **24/07/04** : Ajout d'un screenshot + +* Screenshots + +[[MGM_shot1][/images/mgm/mgm-shot1-small.jpg]] +[[MGM_shot2][/images/mgm/mgm-shot2-small.jpg]] +[[MGM_shot3][/images/mgm/mgm-shot3-small.jpg]] +[[MGM_shot4][/images/mgm/mgm-shot4-small.jpg]] + +* Dépot Arch + +** Informations + + - Reposity : [[http://arch.miskin.fr/archives/2005][http://arch.miskin.fr/archives/2005/]] + - Branche : [[http://arch.miskin.fr/mgm/mgm--mainline/mgm--mainline--0.1/][toutoune25@free.fr--2005/mgm--mainline--0.1]] + +** ArchZoom + +Il est possible de [[http://miskin.fr/cgi-bin/archzoom.cgi/toutoune25@free.fr--2005/mgm?expand][naviguer dans mon archive]] tla via votre navigateur internet. + +*** Comment recuperer l'archive ? + + - *tla register-archive http://arch.miskin.fr/archives/2005* (ou *tla register-archive ftp://ftp.miskin.fr/arch/2005*) + - tla get *toutoune25@free.fr--2005/mgm--mainline--0.1 mgm* + diff --git a/muse/fr_projets/MGM_shot1.muse b/muse/fr_projets/MGM_shot1.muse new file mode 100644 index 0000000..eaf3f81 --- /dev/null +++ b/muse/fr_projets/MGM_shot1.muse @@ -0,0 +1,5 @@ +#title Miskin Game Manager + + [[MGM][/images/mgm/mgm-shot1.jpg]] + + Interface générale diff --git a/muse/fr_projets/MGM_shot2.muse b/muse/fr_projets/MGM_shot2.muse new file mode 100644 index 0000000..aa7399a --- /dev/null +++ b/muse/fr_projets/MGM_shot2.muse @@ -0,0 +1,5 @@ +#title Miskin Game Manager + + [[MGM][/images/mgm/mgm-shot2.jpg]] + + Interface générale diff --git a/muse/fr_projets/MGM_shot3.muse b/muse/fr_projets/MGM_shot3.muse new file mode 100644 index 0000000..aedd620 --- /dev/null +++ b/muse/fr_projets/MGM_shot3.muse @@ -0,0 +1,5 @@ +#title Miskin Game Manager + + [[MGM][/images/mgm/mgm-shot3.jpg]] + + Interface générale diff --git a/muse/fr_projets/MGM_shot4.muse b/muse/fr_projets/MGM_shot4.muse new file mode 100644 index 0000000..4037b96 --- /dev/null +++ b/muse/fr_projets/MGM_shot4.muse @@ -0,0 +1,5 @@ +#title Miskin Game Manager + + [[MGM][/images/mgm/mgm-shot4.jpg]] + + Interface générale diff --git a/muse/fr_projets/index.muse b/muse/fr_projets/index.muse new file mode 100644 index 0000000..da99be5 --- /dev/null +++ b/muse/fr_projets/index.muse @@ -0,0 +1,3 @@ +#title Index + +(muse-index-as-string t t) diff --git a/muse/pics/mgm-shot1-small.jpg b/muse/pics/mgm-shot1-small.jpg new file mode 100644 index 0000000..9a5d295 Binary files /dev/null and b/muse/pics/mgm-shot1-small.jpg differ diff --git a/muse/pics/mgm-shot1.jpg b/muse/pics/mgm-shot1.jpg new file mode 100644 index 0000000..2799ca5 Binary files /dev/null and b/muse/pics/mgm-shot1.jpg differ diff --git a/muse/pics/mgm-shot2-small.jpg b/muse/pics/mgm-shot2-small.jpg new file mode 100644 index 0000000..ffd2a47 Binary files /dev/null and b/muse/pics/mgm-shot2-small.jpg differ diff --git a/muse/pics/mgm-shot2.jpg b/muse/pics/mgm-shot2.jpg new file mode 100644 index 0000000..560e73f Binary files /dev/null and b/muse/pics/mgm-shot2.jpg differ diff --git a/muse/pics/mgm-shot3-small.jpg b/muse/pics/mgm-shot3-small.jpg new file mode 100644 index 0000000..d3a27db Binary files /dev/null and b/muse/pics/mgm-shot3-small.jpg differ diff --git a/muse/pics/mgm-shot3.jpg b/muse/pics/mgm-shot3.jpg new file mode 100644 index 0000000..4a03305 Binary files /dev/null and b/muse/pics/mgm-shot3.jpg differ diff --git a/muse/pics/mgm-shot4-small.jpg b/muse/pics/mgm-shot4-small.jpg new file mode 100644 index 0000000..987606c Binary files /dev/null and b/muse/pics/mgm-shot4-small.jpg differ diff --git a/muse/pics/mgm-shot4.jpg b/muse/pics/mgm-shot4.jpg new file mode 100644 index 0000000..9719414 Binary files /dev/null and b/muse/pics/mgm-shot4.jpg differ diff --git a/output/en/Debian.html b/output/en/Debian.html new file mode 100644 index 0000000..ee44120 --- /dev/null +++ b/output/en/Debian.html @@ -0,0 +1,125 @@ + + + + + + Debian - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

How to use my repository?

+ +

Launch a term and type:

+ +
+$ echo "deb http://www.miskin.fr/debian unstable/" | sudo tee -a /etc/apt/source.list
+$ apt-get update
+$ apt-get install "package"
+
+ + +

Packages

+ +

libaninadead

+ + + +

".deb" files

+ + + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/en/WhoAmI.html b/output/en/WhoAmI.html new file mode 100644 index 0000000..12720ba --- /dev/null +++ b/output/en/WhoAmI.html @@ -0,0 +1,136 @@ + + + + + + About - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Coordonnées

+ + + + +

Menu

+ + + +

Documentations

+ + + + + +

GPG

+ +

I'm using GPG to sign almost all my outgoing mails. You can retreive +my key on this server, on the MIT's server, or by executing the +following command in your shell:

+ +
+gpg --keyserver pgp.mit.edu --recv-keys 0x578499CB
+
+ +

I forget my old key during a war against my hard drive, my key +0x43CEA851 is not valid anymore.

+ +
+ +

1. Replace _AT_ by '@'.

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/en/documentation/Acer1683.html b/output/en/documentation/Acer1683.html new file mode 100644 index 0000000..aa36f38 --- /dev/null +++ b/output/en/documentation/Acer1683.html @@ -0,0 +1,359 @@ + + + + + + Acer Aspire 1683 sous Debian GNU/Linux - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Acceder à la version francaise

+ +

This translation is incomplete and not up to date!

+ + +

+News

+ +
    +
  • ACPI is now fully operationnal (except fan control)
  • +
+ + +

+Distribution and Kernel

+ + + + +

+Hardware

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MaterielStatusNotes
Intel Centrino 1.6 GHz (Dothan)OKSpeedstep ok
ACPIOKNo fan control support
512 Mo of RAMOK-
80 Go of HDDOK-
ATI Radeon 9700 - M11OKNon-free drivers
Intel Corp. 82801DB/DBL/DBM AC'97 Audio ControllerOKsnd_intel8x0 module
Broadcom BCM4401 100Base-TOKb44 module
Intel Corp. PRO/Wireless 2200BGPartialmodule ipw2200 (non-free firmware)
Intel Corp. 82801DB/DBL/DBM AC'97 Modem ControllerUntested-
DVD BurnerOK-
FirewireUntested-
Cardbus bridgeUntested-
+ +

+Intel Centrino 1.6 GHz (Dothan)

+ +

Not much to do, just compile your kernel with these options:

+ +
+ - CONFIG_CPU_FREQ=y
+ - CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
+ - CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
+ - CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+ - CONFIG_CPU_FREQ_TABLE=y
+ - CONFIG_X86_ACPI_CPUFREQ=m
+
+ +

and for Centrino support:

+ +
+ - CONFIG_X86_SPEEDSTEP_CENTRINO=y
+ - CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
+ - CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
+
+ +

Next you just need to load the acpi kernel module if you have not compiled +it staticly, and you could change your CPU frequency:

+ +
+cd /sys/devices/system/cpu/cpu0/cpufreq/
+echo -n 600000 > scaling_setspeed
+
+ +

+ACPI and power saving

+ +

+You may need to read the Power Management Guide from Gentoo.

+ +
    +
  • standy (S1): do not do anything
  • +
  • mem (S3): laptop enters in standby mode, but I can't leave
  • +
  • it. Complete freeze of the system
  • +
  • battery/ac: works correctly with smart-battery patch
  • +
  • fan: no status in /proc, but it seems to work fine
  • +
  • termal: nothing to report, everything seems to be ok
  • +
  • processor: I can go in C3 state only if I remove all usb modules.
  • +
  • button: no problems, everything works fine (sleep, lid, power)
  • +
+ + +

+« Smart battery system » support

+ +
    +
  • Download acpi_sbs (01/20/2005 version)
  • +
  • Patch your kernel with acpi-ec-2.6.10.diff.
  • +
  • Just compile your modules with make and make install
  • +
  • Thanks to modprobe, load these modules: i2c-dev, i2c-acpi-ec, acpi-sbs
  • +
+ + +

+Some files

+ + + +

+ATI Radeon 9700 [M11]

+ +

ATI driver is not free (as in free speech) and is not included in +Debian yet. You'll find proprietary drivers on +Flavio Stanchina's page and a good documentation.

+ +

Here is my XFree86 config file and my XFree86 config file.

+ +

+Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller

+ +

Here is the list of loaded modules with the old 2.6.9 linux kernel:

+ +
+ - snd_intel8x0
+ - snd_ac97_codec
+ - snd_pcm
+ - snd_timer
+ - snd_page_alloc
+ - snd_mpu401_uart
+ - snd_rawmidi
+ - snd_seq_device
+ - snd
+ - soundcore
+
+ +

I'm using ALSA (without OSS emulation). There is nothing very special +in the configuration, and it work with a Debian-compiled kernel +(linux-image-2.6)

+ +

+Broadcom BCM4401 100Base-T

+ +

There is juste the b44 module to load to see this card working.

+ +

+Intel Corp. PRO/Wireless 2200BG

+ +

You'll need to use the ipw2200 driver available at +http://ipw2200.sf.net which is also available in Debian: +ipw2200-source.

+ +

+Need Help?

+ +

I'm available to help you installing your distrib on your laptop. You +can contact me easily.

+ +

© 2005, 2006 Olivier Tétard

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/en/documentation/index.html b/output/en/documentation/index.html new file mode 100644 index 0000000..5272dde --- /dev/null +++ b/output/en/documentation/index.html @@ -0,0 +1,99 @@ + + + + + + Index - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+ +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/AboutMuseMode.html b/output/fr/AboutMuseMode.html new file mode 100644 index 0000000..cb52843 --- /dev/null +++ b/output/fr/AboutMuseMode.html @@ -0,0 +1,102 @@ + + + + + + A propos de Muse - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Ce site à été écrit sous GNU Emacs à l'aide de MuseMode. Il s'agit +d'un systeme de publication simplifiée : les pages sont écrites grâce +à une synataxe Wiki. Il est possible de publier les pages en XHTML, +LaTeX, PDF, ... Que du bonheur !

+ +

Vous trouverez tout les fichiers de configurations ainsi que les +templates utilisés sur ce site dans mon archive Arch.

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Bookmarks.html b/output/fr/Bookmarks.html new file mode 100644 index 0000000..27622e2 --- /dev/null +++ b/output/fr/Bookmarks.html @@ -0,0 +1,97 @@ + + + + + + Bookmarks - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

+Bookmarks

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/CAT.html b/output/fr/CAT.html new file mode 100644 index 0000000..5442f50 --- /dev/null +++ b/output/fr/CAT.html @@ -0,0 +1,114 @@ + + + + + + Cosedia Arena Team - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Qui ça ?

+ +

La Cosedia Arena Team est (était ?) une association de Coutances (50) +qui organise des manifestations de jeux vidéo en réseau.

+ + +

Liens

+ +

Voici quelques liens qui pourront être utiles :

+ + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/CV.html b/output/fr/CV.html new file mode 100644 index 0000000..6c45f29 --- /dev/null +++ b/output/fr/CV.html @@ -0,0 +1,182 @@ + + + + + + Curriculum Vitae - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Voir la version PDF

+ +

Expérience professionnelle

+ +
    +
  • 2008 : Stage de fin de Master professionnel (6 mois) au CELAR +(Rennes).
  • + +
  • 2006 : Stage de fin de Licence (9 semaines) à l'Ifremer (Brest). + +

    Développement d'un portail d'accès aux ressources informatiques, +mise en place du CMS eZPublish, avec authentification CAS +(Single­Sign­On).

  • + +
  • 2005 : Stage de fin de DUT (10 semaines) à l'Ifremer (Brest). + +

    Développement de logiciels destinés à l'intranet écrits en PHP : +application de réservation de véhicules de fonction, partage de +documents.

  • + +
  • 2004 : Opérateur de saisie (7 semaines) chez Carrefour +Administration (Caen).
  • + +
  • 2003 : Conception d'un site Internet pour le fabriquant de meubles +Hemelaer France, Bayeux (14).
  • + +
  • 2000 et 2001 : Moniteur de planche à voile pendant l'été, Cercle +Nautique de la Sinôpe, Quinéville (50).
  • +
+ + +

Compétences

+ +
    +
  • Système d'exploitation : GNU/Linux, Microsoft Windows, +Virtualisation (Xen).
  • +
  • Sécurité : IDS/IPS, SSL, Kerberos, rétroingénierie, cryptographie +(RSA, DES, AES, ...).
  • +
  • Réseaux : Ethernet, Wireless, TCP/IP, IPv6, monitoring.
  • +
  • Mail : Exim4, Postfix, antivirus, antispam, autheuntification.
  • +
  • Programmation : Java, C, Perl, Python, PHP, Smalltalk.
  • +
  • Génie logiciel : Merise et UML.
  • +
  • Base de données : SQL, PL/SQL, MySQL, PostgreSQL, Oracle.
  • +
  • Anglais : lu, écrit et parlé.
  • +
+ + +

Formation

+ +
    +
  • 2008 : Master professionnel Sécurité des Systèmes d'Informations +(SSI), mention Bien. IFSIC, Université de Rennes 1. + +

    Projet annuel : corrélation d'alertes IDS. +Stage : « sécurisation de systèmes basés sur de la paravirtualisation », effectué au CELAR (Délégation Générale pour l'Armement).

  • + +
  • 2007 : Master 1 Informatique, mention Assez Bien. IFSIC, Université +de Rennes 1. + +

    Projet annuel : développement d'un logiciel d'analyse statique de code Java.

  • + +
  • 2006 : Licence Informatique, mention Bien. Université de Caen.
  • + +
  • 2005 : DUT Informatique, option génie logiciel, IUT de Caen.
  • + +
  • 2002/2003 : Formation Scientifique de Base (FSB), Université, Caen.
  • + +
  • 2002 : Baccalauréat général, série Scientifique. Lycée Alain +Chartier, Bayeux (14).
  • +
+ + + +

Activités

+ +
    +
  • Secrétaire de la PALME, association des étudiants en informatique +de Rennes 1.
  • +
  • Secrétaire de la Cosedia Arena Team, association organisatrice de +soirées jeux en réseaux.
  • +
  • Pratique fréquente de la planche à voile (niveau aide-moniteur) et +de la plongée (niveau II).
  • +
  • Contributeur actif sur Wikipédia et sur les autres projets de la +fondation Wikimédia.
  • +
+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Debian.html b/output/fr/Debian.html new file mode 100644 index 0000000..ee7d3fa --- /dev/null +++ b/output/fr/Debian.html @@ -0,0 +1,127 @@ + + + + + + Debian - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

English version

+ +

Comment utiliser mon dépot

+ +

Lancez un term et tapez :

+ +
+$ echo "deb http://www.miskin.fr/debian unstable/" | sudo tee -a /etc/apt/source.list
+$ apt-get update
+$ apt-get install "package"
+
+ + +

Paquets

+ +

libaninadead

+ + + +

Fichiers « .deb »

+ + + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html new file mode 100644 index 0000000..d94062d --- /dev/null +++ b/output/fr/Documentation.html @@ -0,0 +1,109 @@ + + + + + + Doc et fichiers de configuration - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Documentations

+ + + +

Fichiers de configuration

+ +

Les fichiers ont été déplacés sur la page projets

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Lectures.html b/output/fr/Lectures.html new file mode 100644 index 0000000..5cf92fe --- /dev/null +++ b/output/fr/Lectures.html @@ -0,0 +1,122 @@ + + + + + + Lectures - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Dernieres lectures

+ + + +

Archives : 2004 - 2005 - 2006

+ + +

Lectures diverses

+ + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Lectures_2004.html b/output/fr/Lectures_2004.html new file mode 100644 index 0000000..dd783ad --- /dev/null +++ b/output/fr/Lectures_2004.html @@ -0,0 +1,105 @@ + + + + + + Lectures (2004) - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Retour aux dernières lectures

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Lectures_2005.html b/output/fr/Lectures_2005.html new file mode 100644 index 0000000..7d491f7 --- /dev/null +++ b/output/fr/Lectures_2005.html @@ -0,0 +1,111 @@ + + + + + + Lectures (2005) - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Retour aux dernières lectures

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Lectures_2006.html b/output/fr/Lectures_2006.html new file mode 100644 index 0000000..b121c6a --- /dev/null +++ b/output/fr/Lectures_2006.html @@ -0,0 +1,117 @@ + + + + + + Lectures (2006) - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Retour aux dernières lectures

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Lectures_2007.html b/output/fr/Lectures_2007.html new file mode 100644 index 0000000..5f66a0e --- /dev/null +++ b/output/fr/Lectures_2007.html @@ -0,0 +1,113 @@ + + + + + + Lectures (2007) - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Retour aux dernières lectures

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Photos.html b/output/fr/Photos.html new file mode 100644 index 0000000..247417a --- /dev/null +++ b/output/fr/Photos.html @@ -0,0 +1,148 @@ + + + + + + Photos - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Mes photos publiés

+ +

Je publie mes photos sur :

+ + + +

Licence « CC-by-sa »

+ +

Mes photos sont toutes publiés sous licence Creative Commons +CC-by-sa. Vous pouvez donc :

+ +
    +
  • partager ces photos (copier, distribuer, transmettre) ;
  • +
  • modifier et adapter ces photos ;
  • +
+ +

Il est cependant nécessaire de respecter les conditions suivantes :

+ +
    +
  • indiquer mon nom d'auteur ;
  • +
  • redistribuer les photos sous les mêmes conditions
  • +
+ +

Pour faire simple simple, si vous reprennez une de mes photos, vous +pouvez placer le texte suivant dessous :

+ +
+© Olivier Tétard - CC-by-sa-30
+
+ + + +

Réutilisation de mes photos

+ + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Projets.html b/output/fr/Projets.html new file mode 100644 index 0000000..e081b06 --- /dev/null +++ b/output/fr/Projets.html @@ -0,0 +1,150 @@ + + + + + + Projets qui m'occupent - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Liste des projets

+ + + +

Fichiers de configuration

+ +

J'utilise le système de gestion de versions « Arch » pour stocker mes +fichiers de configurations. Tous mes fichiers de configuration sont +accessibles via l'interface archzoom.

+ +

GNU Emacs

+ + + +

MuseMode

+ + + + + +

Divers

+ + + + + +

Sites Web

+ + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/Serveur.html b/output/fr/Serveur.html new file mode 100644 index 0000000..30c19ac --- /dev/null +++ b/output/fr/Serveur.html @@ -0,0 +1,117 @@ + + + + + + Serveur - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + + + + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/WhoAmI.html b/output/fr/WhoAmI.html new file mode 100644 index 0000000..80b5ba9 --- /dev/null +++ b/output/fr/WhoAmI.html @@ -0,0 +1,169 @@ + + + + + + About - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Mon adresse mail change : vous pouvez +maintenant m'écrire1 à olivier.tetard_AT_miskin.fr (mais bien sur, mon +ancienne adresse reste valide)

+ +

Coordonnées

+ + + + +

Au menu

+ + + + +

Associations et participations

+ + + +

Documentations

+ + + + + +

GPG

+ +

J'utilise GPG pour signer la plupart de mes mails. Vous trouverez ma +clé sur ce serveur, +sur le serveur du MIT, +ou en tapant la commande suivante dans un shell :

+ +
+gpg --keyserver pgp.mit.edu --recv-keys 0x578499CB
+
+ +

J'ai perdu mon ancienne clé dans une dure bataille contre mon disque +dur, mon ancienne clé 0x43CEA851 n'est donc plus valide.

+ +
+ +

1. Pensez à remplacer le _AT_ par un '@'.

+ +

2. Jabber est un système de discutions instantané (dans le style de +IRC, ICQ, AIM, MSN, ...) qui à l'avantage d'être libre et reposant sur +un protocole de communication standardisé (XMPP). Vous pouvez +l'utiliser avec différents logiciels (Pidgin par exemple).

+ +

3. GoogleTalk un système de discutions instantané basé sur le +protocole ouvert Jabber (XMPP).

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/WikiIndex.html b/output/fr/WikiIndex.html new file mode 100644 index 0000000..8782af3 --- /dev/null +++ b/output/fr/WikiIndex.html @@ -0,0 +1,113 @@ + + + + + + Index - Olivier « toutoune25 » Tétard + + + + + + + + + + + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/Acer1683.html b/output/fr/documentation/Acer1683.html new file mode 100644 index 0000000..37f6b0b --- /dev/null +++ b/output/fr/documentation/Acer1683.html @@ -0,0 +1,572 @@ + + + + + + Acer Aspire 1683 sous Debian GNU/Linux - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

(English version)

+ + + + +

+Nouvelles

+ +
    +
  • 26 septembre 2006 : mise à jour de la doc pour linux-2.6.18. Le +support des smart batteries est maintenant intégré au noyau !
  • +
  • 23 juin 2006 : mise à jour de la doc pour linux-2.6.17, +xorg-7. Mise à jour et correction de certain liens.
  • +
  • 14 novembre 2005 : mise à jour de la documentation (nouvelle +méthode pour faire marcher les smart batteries)
  • +
+ + +

+Distribution et Noyau

+ + + + +

+Machine

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MatérielStatutNotes
Intel Centrino 1.6 GHz (Dothan)OKSpeedstep ok
ACPIOK-
512 Mo de RAMOK-
80 Go de disque durOK-
ATI Radeon 9700 - M11OKDriver 3D libre uniquement avec Xorg7
Intel Corp. 82801DB/DBL/DBM AC'97 Audio ControllerOKmodule snd_intel8x0
Broadcom BCM4401 100Base-TOKmodule b44
Intel Corp. PRO/Wireless 2200BGOKmodule ipw2200 (firmware non libre)
Intel Corp. 82801DB/DBL/DBM AC'97 Modem ControllerNon testé-
Graveur DVDOK-
FirewireNon testé-
Cardbus bridgeNon testé-
+ +

+CPU : Intel Centrino 1.6 GHz (Dothan)

+ +

Pour faire fonctionner la variation de fréquence du CPU c'est +relativement simple, il suffit de compiler son noyau avec les options +suivantes :

+ +
+ - CONFIG_CPU_FREQ=y
+ - CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
+ - CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
+ - CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+ - CONFIG_CPU_FREQ_TABLE=y
+ - CONFIG_X86_ACPI_CPUFREQ=m
+ - CONFIG_X86_SPEEDSTEP_CENTRINO=y
+ - CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
+ - CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
+
+ +

Pour les personnes qui ne sont pas des habitués de la compilation de +noyaux, je vous conseille la lecture de ce document. Dans le noyau, +les options sont dans les catégories suivantes :

+ +
+ - Processor type and features
+ - Power management options (ACPI, APM)
+      CPU Frequency scaling --->
+
+ +

Ensuite il faut penser à charger le module acpi (sauf bien sur si vous +l'avez compilé en "dur"), et vous pourrez faire varier la fréquence de +votre CPU:

+ +
+cd /sys/devices/system/cpu/cpu0/cpufreq/
+echo -n 600000 > scaling_setspeed
+
+ +

Je vous conseille l'utilisation de laptop-mode, il n'est pas très dur +à configurer et permet une bonne gestion de l'energie.

+ +

+ACPI et gestion de l'énergie

+ +

+A lire

+ + + + +

+État des lieux

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FonctionnalitéStatutRemarques
batterie/acOKnécessite de recompiler le noyau
buttonOK-
fanOK-
mem (mode S3)KOne ressort pas de la veille
processorOK-
standy (mode S1)KOne fait rien du tout
termalOK-
+ + +

+« smart battery system »

+ +

Linux >= 2.6.18

+ +

Le support des smart batteries a été intégré dans le noyau à partir de +la version 2.6.18. Il n'est maintenant plus necessaire de patcher son +noyau !

+ +

Il faut juste activer l'option suivante :

+ +
+ - Power Management support --->
+      ACPI ... --->
+         <*> Smart Battery System (EXPERIMENTAL)
+
+ +

Cela devrait maintenant marcher out of the box !

+ +

Vous pouvez tout de même vérifier que le noyau a bien activé le Smart +Battery System :

+ +
+$ dmesg | grep Smart
+ACPI: Smart Battery System [SBS0]
+
+ + +

Linux <= 2.6.17

+ +

Le nom du projet sourceforge est sbs-linux. Il est nécessaire de +recompiler son noyau pour faire marcher les SBS, la procédure est bien +décrite dans le README. Il est important d'avoir déjà un noyau compilé +qui marche, et si vous ne savez pas compiler un noyau, lisez « +compiler un noyau à la sauce Debian ».

+ +
Pre-requis
+ +

Vous aurez besoin des composants suivants :

+ + + + +
Étape 1 : Patcher votre DSDT (Differentiated System Description Table).
+ +
+# cd sbs-cm-20051112
+# cat /proc/acpi/dsdt > dsdt.dat
+# iasl -d dsdt.dat
+# patch < acer-tm32xx-sbs-cm.diff
+# iasl dsdt.dsl
+# cp DSDT.aml /boot/DSDT.aml
+
+ + +
Étape 2 : Patcher votre noyau pour qu'on puisse lui donner nouvelle DSDT.
+ +
+$ patch -p1 -d /usr/src/linux-soure-2.6.17 < acpi-dsdt-initrd-v0.8.2-2.6.17.patch
+
+ + +
Étape 3 : Activer les bonnes options dans le noyau.
+ +
+ - Power Management support --->
+      ACPI ... --->
+         [*] Read Custom DSDT
+ - Device Drivers  --->
+      Block devices  --->
+         <*> RAM disk support
+         [*]   Initial RAM disk (initrd) support
+
+ + +
Étape 4 : (re)Patcher votre noyau
+ +

(facultatif, mais si vous ne le faites pas, certains caractères tapés +au clavier seront oubliés).

+ +
+$ patch -p1 -d /usr/src/linux-source-2.6.17 < acpi-ec-nospinlock-2.6.16.patch
+
+ + + +
Étape 5 : Compiler votre noyau.
+ +

Il est indispensable de compiler votre noyau avec l'option +—initrd. Dans cette documentation, j'explique comment créer votre +initrd avec yaird (si quelqu'un sais comment le faire avec initramfs, +je prend :)).

+ +
+$ cd /usr/src/linux-source-2.6.17
+$ make-kpkg --rootcmd fakeroot clean
+$ make-kpkg --rootcmd fakeroot --append-to-version -debian-sbs-1 --initrd kernel-image
+
+ + +
Étape 6 : Installer le noyau et configurer Grub.
+ +

Il faut maintenant ajouter votre DSDT dans l'initrd. Il faut placer le +fichier DSDT.aml à la racine de votre initrd.

+ + +

Si vous utilisez initramfs-tools, il suffit de copier votre fichier +DSDT.aml dans /etc/initramfs-tools :

+ +
+$ cp /boot/DSDT.aml /etc/initramfs-tools/
+
+ +

Il faut ensuite installer votre noyau :

+ +
+# dpkg -i .../linux-image-2.6.17-debian-sbs-1_1.0_i386.deb
+
+ + +
Étape 7 : Reboot.
+ +

Ca a marché :

+ +
+$ dmesg | grep DSDT
+ACPI: Looking for DSDT in initramfs... successfully read 25853 bytes from /DSDT.aml.
+ACPI (tbget-0290): Table [DSDT] replaced by host OS [20060127]
+
+$ cat /proc/acpi/battery/BAT0/state
+present:                 yes
+capacity state:          ok
+charging state:          charged
+present rate:            0 mA
+remaining capacity:      936 mAh
+present voltage:         16505 mV
+
+ +

+laptop-mode-tools

+ +

Pour profiter le plus longtemps de votre batterie, je vous conseille +d'installer laptop-mode-tools (paquet Debian du même nom). Pour le +configurer, rien de plus simple, il suffit de lire et de modifier le +fichier de configuration : /etc/laptop-mode/laptop-mode.conf

+ +

Je vous conseille d'activer les options suivantes :

+ +
    +
  • ENABLE_LAPTOP_MODE_ON_BATTERY=1
  • +
  • CONTROL_CPU_FREQUENCY=1
  • +
  • CONTROL_DPMS_STANDBY=1
  • +
+ +

+ATI Radeon 9700 [M11]

+ +

Avec Xorg7, il est possible de bénéficier de l'acceleration graphique +3D avec un driver libre !

+ +

Explications à venir :)

+ +

+Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller

+ +

Voila la liste des modules qui sont chargés (avec un noyau 2.6.9) :

+ +
+ - snd_intel8x0
+ - snd_ac97_codec
+ - snd_pcm
+ - snd_timer
+ - snd_page_alloc
+ - snd_mpu401_uart
+ - snd_rawmidi
+ - snd_seq_device
+ - snd
+ - soundcore
+
+ +

J'utilise ALSA (sans émulation OSS). Il n'y a rien de très spécial +dans la configuration de la carte son. Ça marche avec un noyau Debian +pré-compilé (linux-image-2.6).

+ +

+Broadcom BCM4401 100Base-T

+ +

Pas grand chose à faire pour faire marcher le driver : il suffit juste +de charger le module b44, la carte marche bien et ne consomme pas trop de CPU.

+ +

+Intel Corp. PRO/Wireless 2200BG

+ +

Le module IPW2200 est maintenant intégré au noyau, il suffit de +l'activer. Il vous faudra quand même le firmware disponible sur le +site du driver.

+ +

Pour le compiler, il faut qu'il soit activé dans la configuration du +noyau :

+ +
+ - Device Drivers  --->
+      Network device support  --->
+            Wireless LAN (non hamradio)  --->
+               <M> Intel PRO/Wireless 2200BG and 2915ABG Network Connection
+
+ +

+Besoin d'aide ?

+ +

Je suis tout à fait prêt à vous aider à installer une distrib sur +votre portable. Vous pouvez me contacter facilement le week end.

+ +

© 2005, 2006 Olivier Tétard

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/Acer1683en.html b/output/fr/documentation/Acer1683en.html new file mode 100644 index 0000000..ae648dd --- /dev/null +++ b/output/fr/documentation/Acer1683en.html @@ -0,0 +1,359 @@ + + + + + + Acer Aspire 1683 sous Debian GNU/Linux - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Acceder à la version francaise

+ +

This translation is incomplete and not up to date!

+ + +

+News

+ +
    +
  • ACPI is now fully operationnal (except fan control)
  • +
+ + +

+Distribution and Kernel

+ + + + +

+Hardware

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MaterielStatusNotes
Intel Centrino 1.6 GHz (Dothan)OKSpeedstep ok
ACPIOKNo fan control support
512 Mo of RAMOK-
80 Go of HDDOK-
ATI Radeon 9700 - M11OKNon-free drivers
Intel Corp. 82801DB/DBL/DBM AC'97 Audio ControllerOKsnd_intel8x0 module
Broadcom BCM4401 100Base-TOKb44 module
Intel Corp. PRO/Wireless 2200BGPartialmodule ipw2200 (non-free firmware)
Intel Corp. 82801DB/DBL/DBM AC'97 Modem ControllerUntested-
DVD BurnerOK-
FirewireUntested-
Cardbus bridgeUntested-
+ +

+Intel Centrino 1.6 GHz (Dothan)

+ +

Not much to do, just compile your kernel with these options:

+ +
+ - CONFIG_CPU_FREQ=y
+ - CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
+ - CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
+ - CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+ - CONFIG_CPU_FREQ_TABLE=y
+ - CONFIG_X86_ACPI_CPUFREQ=m
+
+ +

and for Centrino support:

+ +
+ - CONFIG_X86_SPEEDSTEP_CENTRINO=y
+ - CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
+ - CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
+
+ +

Next you just need to load the acpi kernel module if you have not compiled +it staticly, and you could change your CPU frequency:

+ +
+cd /sys/devices/system/cpu/cpu0/cpufreq/
+echo -n 600000 > scaling_setspeed
+
+ +

+ACPI and power saving

+ +

+You may need to read the Power Management Guide from Gentoo.

+ +
    +
  • standy (S1): do not do anything
  • +
  • mem (S3): laptop enters in standby mode, but I can't leave
  • +
  • it. Complete freeze of the system
  • +
  • battery/ac: works correctly with smart-battery patch
  • +
  • fan: no status in /proc, but it seems to work fine
  • +
  • termal: nothing to report, everything seems to be ok
  • +
  • processor: I can go in C3 state only if I remove all usb modules.
  • +
  • button: no problems, everything works fine (sleep, lid, power)
  • +
+ + +

+« Smart battery system » support

+ +
    +
  • Download acpi_sbs (01/20/2005 version)
  • +
  • Patch your kernel with acpi-ec-2.6.10.diff.
  • +
  • Just compile your modules with make and make install
  • +
  • Thanks to modprobe, load these modules: i2c-dev, i2c-acpi-ec, acpi-sbs
  • +
+ + +

+Some files

+ + + +

+ATI Radeon 9700 [M11]

+ +

ATI driver is not free (as in free speech) and is not included in +Debian yet. You'll find proprietary drivers on +Flavio Stanchina's page and a good documentation.

+ +

Here is my XFree86 config file and my XFree86 config file.

+ +

+Intel Corp. 82801DB/DBL/DBM AC'97 Audio Controller

+ +

Here is the list of loaded modules with the old 2.6.9 linux kernel:

+ +
+ - snd_intel8x0
+ - snd_ac97_codec
+ - snd_pcm
+ - snd_timer
+ - snd_page_alloc
+ - snd_mpu401_uart
+ - snd_rawmidi
+ - snd_seq_device
+ - snd
+ - soundcore
+
+ +

I'm using ALSA (without OSS emulation). There is nothing very special +in the configuration, and it work with a Debian-compiled kernel +(linux-image-2.6)

+ +

+Broadcom BCM4401 100Base-T

+ +

There is juste the b44 module to load to see this card working.

+ +

+Intel Corp. PRO/Wireless 2200BG

+ +

You'll need to use the ipw2200 driver available at +http://ipw2200.sf.net which is also available in Debian: +ipw2200-source.

+ +

+Need Help?

+ +

I'm available to help you installing your distrib on your laptop. You +can contact me easily.

+ +

© 2005, 2006 Olivier Tétard

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/DebianWoWAMD64.html b/output/fr/documentation/DebianWoWAMD64.html new file mode 100644 index 0000000..dbc6391 --- /dev/null +++ b/output/fr/documentation/DebianWoWAMD64.html @@ -0,0 +1,148 @@ + + + + + + Acer Aspire 1683 sous Debian GNU/Linux - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Nouveautés

+ + +

Avant propos

+ +

Ce guide est destiné aux utilisateurs de Debian désireux de vouloir +installer World of Warcraft. Il est tout à fait possible que ce guide +fonctionne pour une autre distribution (Ubuntu par exemple).

+ +

A FINIR **

+ + + +

Installation

+ +

Prérequis :

+ +
    +
  • Avoir Debian unstable recente
  • +
  • Avoir un chroot, pour savoir comment le créer, rendez vous sur le +HowTo DebianAMD64
  • +
+ +

Installation du chroot

+ + +

Installation de wine

+ + +

Installation de World of Warcraft

+ +

Installation

+ + +

Configuration

+ + + +

Installation du GLX

+ +

Driver non libre nvidia

+ + +

Driver non libre ati

+ + + + +

Des problèmes ?

+ +

© 2006 Olivier Tétard

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/RTGraph3D.html b/output/fr/documentation/RTGraph3D.html new file mode 100644 index 0000000..6ba1d7b --- /dev/null +++ b/output/fr/documentation/RTGraph3D.html @@ -0,0 +1,265 @@ + + + + + + Installer et utiliser RTGraph 3D - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+ + + +

+Introduction

+ +

Cette documentation s'adresse aux utilisateur de RTGraph3D, un outil +permettant de créer des graphs dynamiques en 3D.

+ + +

+Installation

+ +

+Pré-requis

+ +
    +
  1. Installer les paquets python-visual, python-dev (pour Debian)
  2. +
  3. Récupérer rtgraph3d-0.1.tgz sur le site de RTGraph3D
  4. +
  5. Récupérer povexport-2005-12-06.zip sur le site de VPython
  6. +
  7. Récupérer PyInline-0.03.tar.gz sur le site de PyInline
  8. +
+ + +

+Installation de PyInline

+ +

Le plus simple est d'installer PyInline dans le repertoire ~/apps, ce +qui vous évitera d'avoir à trop abimer votre /usr.

+ +
+$ tar zxvf PyInline-0.03.tar.gz
+PyInline-0.03/
+PyInline-0.03/PyInline/
+PyInline-0.03/PyInline/C.py
+PyInline-0.03/PyInline/__init__.py
+PyInline-0.03/PyInline/c_util.py
+PyInline-0.03/README.txt
+PyInline-0.03/setup.py
+PyInline-0.03/PKG-INFO
+$ cd PyInline-0.03/
+$ python setup.py install --home=$HOME/apps
+running install
+running build
+running build_py
+running install_lib
+running install_egg_info
+Removing /home/toutoune25/apps/lib/python/PyInline-0.03.egg-info
+Writing /home/toutoune25/apps/lib/python/PyInline-0.03.egg-info
+$ export PYTHONPATH=$PYTHONPATH:$HOME/apps/lib/python
+$ python -c "import PyInline"
+
+ + +

+Installation de RTGraph3D

+ +

Décompresser rtgraph3d-0.1.tgz et copier povexport.py provenant du +fichier povexport-2005-12-06.zip :

+ +
+$ tar zxvf rtgraph3d-0.1.tgz
+rtgraph3d-0.1/rtgraph3d.py
+rtgraph3d-0.1/rtg_cli.py
+rtgraph3d-0.1/hydra.py
+rtgraph3d-0.1/rtg/c60.rtg
+rtgraph3d-0.1/rtg/hexadeca.rtg
+$ unzip povexport-2005-12-06.zip
+Archive:  povexport-2005-12-06.zip
+  inflating: povexport-2005-12-06/povexample.py
+  inflating: povexport-2005-12-06/povexample_wood.py
+  inflating: povexport-2005-12-06/povexport.py
+$ cp povexport-2005-12-06/povexport.py rtgraph3d-0.1/
+
+ + + +

+Utilisation

+ +

Pour utiliser RTGraph3D, il faut lancer rtgraph3d.py qui se trouve +dans le répertoire de RTGraph3D. Lors du premier lancement, les choses +suivantes devraient s'afficher :

+ +
+$ cd rtgraph3d-0.1/
+$ ./rtgraph3d.py
+running build
+running build_ext
+building '_PyInline_f97f4bc92900739ca50e422c1b9bf748' extension
+creating build
+creating build/temp.linux-i686-2.4
+gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c _PyInline_f97f4bc92900739ca50e422c1b9bf748.c -o build/temp.linux-i686-2.4/_PyInline_f97f4bc92900739ca50e422c1b9bf748.o
+creating build/lib.linux-i686-2.4
+gcc -pthread -shared build/temp.linux-i686-2.4/_PyInline_f97f4bc92900739ca50e422c1b9bf748.o -o build/lib.linux-i686-2.4/_PyInline_f97f4bc92900739ca50e422c1b9bf748.so
+INFO : Detected SSE2 compatible CPU
+INFO : Using C+SSE physics engine
+running build
+running build_ext
+building '_PyInline_35914e64f39d6935fd980089102b9b5e' extension
+creating build
+creating build/temp.linux-i686-2.4
+gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c _PyInline_35914e64f39d6935fd980089102b9b5e.c -o build/temp.linux-i686-2.4/_PyInline_35914e64f39d6935fd980089102b9b5e.o
+creating build/lib.linux-i686-2.4
+gcc -pthread -shared build/temp.linux-i686-2.4/_PyInline_35914e64f39d6935fd980089102b9b5e.o -o build/lib.linux-i686-2.4/_PyInline_35914e64f39d6935fd980089102b9b5e.so
+INFO : Entering main loop
+INFO : Cinematic thread started
+
+ + +

+A propos et nouveautés

+ +

Vous pouvez modifier et distribuer cette documentation sous les termes +de la licence GPL.

+ +

+Versions

+ +
    +
  • 0.0-20080923 (version originale)
  • +
+ +

+Sources

+ + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/Sauvegarde.html b/output/fr/documentation/Sauvegarde.html new file mode 100644 index 0000000..23d05f2 --- /dev/null +++ b/output/fr/documentation/Sauvegarde.html @@ -0,0 +1,303 @@ + + + + + + Système de sauvegarde sous Debian - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Note : cette documentation est destinée à la configuration de +backupninja >= 0.7, donc applicable pour Debian « Etch » 4.0. Pour +configurer la version 0.5, disponible dans Debian « Sarge » 3.1, lire +Sauvegarde Sarge.

+ + + + +

+Présentation du système

+ +

Ce document présente l'installation de backupninja sous +Debian Etch. Ce système de sauvegarde est très évolutif et permet de +sauvegarder une grande variété de données (LDAP, SQL, SVN, ...).

+ +

Backupninja fonctionne avec des handlers (globalement c'est un système +de plugins). En voila la liste des principaux installés de base :

+ +
    +
  • rdiff : permet de faire des sauvegardes incrémentales locales ou +distantes.
  • +
  • sys : permet de sauvegarder la configuration système de la machine +(listes des paquets Debian installés, partitions du disque dur, ...).
  • +
  • mysql : permet de sauvegarder une base de donnée MySQL
  • +
  • ldap, svn, trac, ...
  • +
+ +

Nous allons surtout voir comment le configurer pour faire des +sauvegardes incrémentales locale et distantes.

+ + +

+Conventions

+ +

On va considérer les données suivantes :

+ +
    +
  • Dossier à sauvegarder : /etc/
  • +
  • Destination de la sauvegarde locale : /backups/
  • +
  • Destination de la sauvegarde distante : backup.miskin.fr:/backups/
  • +
  • Label : daily (les sauvegardes seront donc placées dans /backups/daily/etc/)
  • +
+ + +

+Installation

+ +

Dans la Debian stable (« sarge ») on retrouve la version 0.5, alors +que la unstable (« sid ») intègre la version 0.7. Cette dernière offre +principalement un assistant qui permet de générer les fichiers de +configuration.

+ +

Sur la machine cliente, il suffit d'installer backupninja et +rdiff-backup (ainsi que leurs dépendances) :

+ +
+root@localhost:~# apt-get install backupninja rdiff-backup
+
+ +

Si vous voulez placer vos sauvegarde sur une machine distante, il +faudra y installer rdiff-backup :

+ +
+root@sauvegarde:~# apt-get install rdiff-backup
+
+ + +

+Configuration de la sauvegarde

+ +

Note : cette documentation est destinée à la configuration de +backupninja >= 0.7, donc applicable pour Debian « Etch » 4.0. Pour +configurer la version 0.5, disponible dans Debian « Sarge » 3.1, lire +Sauvegarde Sarge.

+ +

Avec la dernière version de backupninja, la configuration se fait très +simplement :

+ +
+# ninjahelper
+
+ +

L'utilitaire vous permettra de choisir le type de sauvegarde, la +liste des répertoires à sauvegarder, la machine cible, et permettra +même de générer les clés SSH pour se connecter au serveur sans mot de +passe. Cet assistant ne permet de configurer que certains handlers +(sys, rdiff, mysql et ldap).

+ +

L'utilisation de l'assistant est tellement intuitive que je ne vais +pas en expliquer son fonctionnement ici. Il peut être intéressant de +lire la suite pour configurer plus finement backupninja.

+ +

La configuration générée pour le handler rdiff n'a pas marché directement +pour moi. Il a fallu que j'ajoute dans la catégorie [source] la ligne +suivante :

+ +
+# dans le fichier /etc/backup.d/90.rdiff
+label = daily
+
+ + +

+Restauration

+ +

Backupninja nécessite l'utilisation de rdiff-backup pour restaurer ses +sauvegardes. Je vous conseille donc la lecture du document « +rdiff-backup examples » ainsi que la page de manuel de rdiff-backup(1) +pour en connaître plus sur cet outils.

+ +

+Locale

+ +

Pour récupérer la dernière version d'une sauvegarde locale, c'est très +simple :

+ +
+root@localhost:~# rdiff-backup -r now /backups/daily/etc/passwd /tmp/passwd
+
+ +

Il est possible de restaurer une version plus ancienne du fichier :

+ +
+root@localhost:~# rdiff-backup -r 2005-09-19 /backups/daily/etc/passwd /tmp/passwd
+
+ + +

+Distante

+ +

Pour restaurer des fichiers sauvegardés sur une machine distante, le +mécanisme est le même :

+ +
+root@localhost:~# rdiff-backup -r now \
+                  sauvegarde.miskin.fr::/backups/daily/etc/passwd \
+                  /tmp/passwd
+
+ + + +

+A propos et nouveautés

+ +

Vous pouvez modifier et distribuer cette documentation sous les termes +de la licence GPL. Elle est inspiré de +documentations trouvée sur le web et de ma propre expérience de +backupninja.

+ +

+Versions

+ +
    +
  • 0.0-20070417 (split pour Debian Sarge/Etch)
  • +
  • 0.0-20050919 (version originale)
  • +
+ +

+Sources

+ + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/SauvegardeSarge.html b/output/fr/documentation/SauvegardeSarge.html new file mode 100644 index 0000000..1e1e07b --- /dev/null +++ b/output/fr/documentation/SauvegardeSarge.html @@ -0,0 +1,333 @@ + + + + + + Système de sauvegarde sous Debian - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Note : cette documentation est destinée à la configuration de +backupninja 0.5, donc applicable pour Debian « Sarge » 3.1. Pour +configurer les version >= 0.7, disponible dans Debian « Etch » 4.0, +lire Sauvegarde.

+ + + + +

+Présentation du système

+ +

Ce document présente l'installation de backupninja sous +Debian Sarge. Ce système de sauvegarde est très évolutif et permet de +sauvegarder une grande variété de données (LDAP, SQL, SVN, ...).

+ +

Backupninja fonctionne avec des handlers (globalement c'est un système +de plugins). En voila la liste des principaux installés de base :

+ +
    +
  • rdiff : permet de faire des sauvegardes incrémentales locales ou +distantes.
  • +
  • sys : permet de sauvegarder la configuration système de la machine +(listes des paquets Debian installés, partitions du disque dur, ...).
  • +
  • mysql : permet de sauvegarder une base de donnée MySQL
  • +
  • ldap, svn, trac, ...
  • +
+ +

Nous allons surtout voir comment le configurer pour faire des +sauvegardes incrémentales locale et distantes.

+ + +

+Conventions

+ +

On va considérer les données suivantes :

+ +
    +
  • Dossier à sauvegarder : /etc/
  • +
  • Destination de la sauvegarde locale : /backups/
  • +
  • Destination de la sauvegarde distante : backup.miskin.fr:/backups/
  • +
  • Label : daily (les sauvegardes seront donc placées dans /backups/daily/etc/)
  • +
+ + +

+Installation

+ +

Dans la Debian stable (« sarge ») on retrouve la version 0.5, alors +que la unstable (« sid ») intègre la version 0.7. Cette dernière offre +principalement un assistant qui permet de générer les fichiers de +configuration.

+ +

Sur la machine cliente, il suffit d'installer backupninja et +rdiff-backup (ainsi que leurs dépendances) :

+ +
+root@localhost:~# apt-get install backupninja rdiff-backup
+
+ +

Si vous voulez placer vos sauvegarde sur une machine distante, il +faudra y installer rdiff-backup :

+ +
+root@sauvegarde:~# apt-get install rdiff-backup
+
+ + +

+Configuration de la sauvegarde

+ +

Note : cette documentation est destinée à la configuration de +backupninja 0.5, donc applicable pour Debian « Sarge » 3.1. Pour +configurer les version >= 0.7, disponible dans Debian « Etch » 4.0, +lire Sauvegarde.

+ +

Même sans l'assistant, la configuration se faire relativement +simplement. Il suffit de se baser sur les exemples fournis avec le +paquet Debian (dans /usr/share/doc/backupninja/exemples/). Le +paramètre label permet de spécifier le nom du répertoire où seront +placées les sauvegardes (ici /backups/daily).

+ +

Les règles de sauvegardes doivent être placées dans /etc/backup.d/ et +ne doivent être lisible que par root (droits 700). Les noms de +fichiers commencent par un 0 seront ignorés.

+ +

Pour la sauvegarde locale, le fichier serait donc celui-ci :

+ +
+# nom du fichier : /etc/backup.d/90_local.rdiff
+when = everyday at 12:30
+
+[source]
+label = daily
+type = local
+keep = 15D
+
+include = /etc
+
+[dest]
+type = local
+directory = /backups/
+
+ +

Pour la sauvegarde distante :

+ +
+# nom du fichier : /etc/backup.d/91_remote.rdiff
+when = everyday at 12:30
+
+[source]
+label = daily
+type = local
+keep = 15D
+
+include = /etc
+
+[dest]
+type = remote
+directory = /backups/
+host = backup.miskin.fr
+user = root
+
+ +

Dans le cas d'une sauvegarde distante, il est nécessaire de générer +les clés SSH qui permettront de s'y connecter dans mot de passe :

+ +
+root@localhost# ssh-keygen -t dsa
+root@localhost# ssh-copy-id -i /root/.ssh/id_dsa.pub root@sauvegarde
+
+ + +

+Restauration

+ +

Backupninja nécessite l'utilisation de rdiff-backup pour restaurer ses +sauvegardes. Je vous conseille donc la lecture du document « +rdiff-backup examples » ainsi que la page de manuel de rdiff-backup(1) +pour en connaître plus sur cet outils.

+ +

+Locale

+ +

Pour récupérer la dernière version d'une sauvegarde locale, c'est très +simple :

+ +
+root@localhost:~# rdiff-backup -r now /backups/daily/etc/passwd /tmp/passwd
+
+ +

Il est possible de restaurer une version plus ancienne du fichier :

+ +
+root@localhost:~# rdiff-backup -r 2005-09-19 /backups/daily/etc/passwd /tmp/passwd
+
+ + +

+Distante

+ +

Pour restaurer des fichiers sauvegardés sur une machine distante, le +mécanisme est le même :

+ +
+root@localhost:~# rdiff-backup -r now \
+                  sauvegarde.miskin.fr::/backups/daily/etc/passwd \
+                  /tmp/passwd
+
+ + + +

+A propos et nouveautés

+ +

Vous pouvez modifier et distribuer cette documentation sous les termes +de la licence GPL. Elle est inspiré de +documentations trouvée sur le web et de ma propre expérience de +backupninja.

+ +

+Versions

+ +
    +
  • 0.0-20070417 (split pour Debian Sarge/Etch)
  • +
  • 0.0-20050919 (version originale)
  • +
+ +

+Sources

+ + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/documentation/index.html b/output/fr/documentation/index.html new file mode 100644 index 0000000..bfd75c0 --- /dev/null +++ b/output/fr/documentation/index.html @@ -0,0 +1,103 @@ + + + + + + Index - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + + + + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/Dotclear2_jabberNotification.html b/output/fr/projets/Dotclear2_jabberNotification.html new file mode 100644 index 0000000..176e30a --- /dev/null +++ b/output/fr/projets/Dotclear2_jabberNotification.html @@ -0,0 +1,100 @@ + + + + + + Dotclear 2 - jabber Notification - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Jabber Notifications est maintenant principalement maintenu par Sacha.

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/Dotclear2_jabberNotification_archives.html b/output/fr/projets/Dotclear2_jabberNotification_archives.html new file mode 100644 index 0000000..86e8f2d --- /dev/null +++ b/output/fr/projets/Dotclear2_jabberNotification_archives.html @@ -0,0 +1,214 @@ + + + + + + Dotclear 2 - jabber Notification - Archives - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Jabber Notifications est maintenant principalement maintenu par Sacha.

+ +

Description

+ +

Il s'agit d'un plugin pour Dotclear2 permettant d'envoyer un message +via le système de messagerie instantanée Jabber lorsqu'un nouveau +commentaire est publié sur votre blog.

+ + +

Actualité

+ +
    +
  • La version 0.1.3 est disponible et offre la possibilité d'utiliser +un compte GoogleTalk pour envoyer les notifications (mise à jour +de Class.Jabber.PHP).
  • +
+ + +

Licence et copyright

+ + + +

Ce plugin est basé sur le plugin emailNotification d'Olivier Meunier +publié sous la licence GPL. Il intègre Class.Jabber.PHP de Nathan +Fritz et publié sous la licence GPL.

+ + +

Téléchargement

+ + + +

Version de développement

+ +

jabberNotification est maintenu grâce au logiciel bazaar (aussi connu +sous le nom de bzr). Le dépot est public et accessible ici : +http://bzr.miskin.fr/dotclear2/jabberNotification.

+ +

Pour récuperer la version de developpement :

+ +

$ bzr get http://bzr.miskin.fr/dotclear2/jabberNotification/unstable jabberNotification

+ + + +

Installation

+ +

Dans l'interface d'administration de Dotclear2, cliquez sur +Extensions puis allez dans l'onglet Ajouter une nouvelle +extension. Dans le champs Ajouter une nouvelle extension, indiquez +l'adresse de l'archive puis cliquez sur Récupérer le paquet.

+ + +

Configuration

+ +

Il suffit d'aller dans l'onglet Utilisateur de l'interface +d'administration de Dotclear2, puis de remplir tous les paramètres +demandés dans la section Jabber notification.

+ + +

Ce qu'il reste à faire

+ +
    +
  • Traduction (disponible depuis la +version 0.1.1)
  • +
  • Un peu de JavaScript : désactiver les zones de texte si +l'utilisateur ne souhaite pas recevoir de notifications (sera +disponble dans la version 0.2)
  • +
  • Configurer le compte utilisé pour l'envoi de messages au niveau du +blog ? (sera disponible dans la version 0.2)
  • +
  • Offrir une partie publique, où les lecteurs du blogs pourront +recevoir des notifications Jabber quand de nouveaux commentaires +seront publiés sur le blog
  • +
  • Tester et retester, ...
  • +
+ + +

Versions

+ +

0.1.3 - 9 juillet 2007

+ +
    +
  • pkg.gz et tar.gz
  • +
  • mise à jour de Class.Jabber.PHP, possibilité d'utiliser un compte +GoogleTalk dorénavant.
  • +
+ + +

0.1.2 - 20 juin 2007

+ + + + +

0.1.1 - 19 juin 2007

+ + + + +

0.1 - 18 juin 2007

+ + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/HBFManager.html b/output/fr/projets/HBFManager.html new file mode 100644 index 0000000..6a26483 --- /dev/null +++ b/output/fr/projets/HBFManager.html @@ -0,0 +1,97 @@ + + + + + + HBFManager - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

+HBF Manager

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/LicenceInfo.html b/output/fr/projets/LicenceInfo.html new file mode 100644 index 0000000..bea6d1e --- /dev/null +++ b/output/fr/projets/LicenceInfo.html @@ -0,0 +1,108 @@ + + + + + + Licence d'informatique : projets - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Subversion

+ +

Tous les projets sont disponibles sur ce serveur via SVN. Vous pouvez +consulter la liste des projets à partir du WebSVN. Pour récuperer le +projet systeme1 par exemple, il faudra taper :

+ +
+svn co svn://svn.miskin.fr/svn/l3_systeme1
+
+ +

La suite à venir...

+ + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/MGM.html b/output/fr/projets/MGM.html new file mode 100644 index 0000000..0b27747 --- /dev/null +++ b/output/fr/projets/MGM.html @@ -0,0 +1,157 @@ + + + + + + Miskin Game Manager - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

Objectif

+ +

Le but de ce projet est de fournir aux joueurs le moyen d'administrer +facilement un serveur de jeu. Il est possible de détecter les serveurs +lancés sur un réseau local (Quake3 pour l'instant). Il est possible de +voir les joueurs présents et d'éventuellement les kicker.

+ +

Il est écrit en JAVA et utilise le toolkit graphique SWT. Si vous êtes +intéressés pour travailler dessus, faites moi signe ;).

+ + +

News

+ +
    +
  • 21/01/06 : Mise à jour des liens vers l'archive tla
  • +
  • 13/02/05 : Ajout d'un screenshot
  • +
  • 27/01/05 : Correction de quelques liens...
  • +
  • 09/01/05 : Mise à Jour du lien vers le reposity.
  • +
  • 27/11/04 : Mise à jour des screenshots
  • +
  • 04/11/04 : Ajout d'un screenshot
  • +
  • 09/10/04 : Mise à jour du reposity (voir en bas)
  • +
  • 27/09/04 : Ajout d'un screenshot (+ mise à jour le 2/10)
  • +
  • 24/07/04 : Ajout d'un screenshot
  • +
+ + +

Screenshots

+ +

+ + + + + + +

+ + +

Dépot Arch

+ +

Informations

+ + + + +

ArchZoom

+ +

Il est possible de naviguer dans mon archive tla via votre navigateur internet.

+ +

Comment recuperer l'archive ?

+ + + + + + +
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/MGM_shot1.html b/output/fr/projets/MGM_shot1.html new file mode 100644 index 0000000..6a17984 --- /dev/null +++ b/output/fr/projets/MGM_shot1.html @@ -0,0 +1,103 @@ + + + + + + Miskin Game Manager - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

+ + +

+ +

+Interface générale +

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/MGM_shot2.html b/output/fr/projets/MGM_shot2.html new file mode 100644 index 0000000..a669fe5 --- /dev/null +++ b/output/fr/projets/MGM_shot2.html @@ -0,0 +1,103 @@ + + + + + + Miskin Game Manager - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

+ + +

+ +

+Interface générale +

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/MGM_shot3.html b/output/fr/projets/MGM_shot3.html new file mode 100644 index 0000000..1b1a28e --- /dev/null +++ b/output/fr/projets/MGM_shot3.html @@ -0,0 +1,103 @@ + + + + + + Miskin Game Manager - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

+ + +

+ +

+Interface générale +

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/MGM_shot4.html b/output/fr/projets/MGM_shot4.html new file mode 100644 index 0000000..74f8f89 --- /dev/null +++ b/output/fr/projets/MGM_shot4.html @@ -0,0 +1,103 @@ + + + + + + Miskin Game Manager - Olivier « toutoune25 » Tétard + + + + + + + + +
+ + + + + +
+

+ + +

+ +

+Interface générale +

+
+ + + +
+ + +

+   + + + + + + +

+ + + + diff --git a/output/fr/projets/index.html b/output/fr/projets/index.html new file mode 100644 index 0000000..3fd4a24 --- /dev/null +++ b/output/fr/projets/index.html @@ -0,0 +1,107 @@ + + + + + + Index - Olivier « toutoune25 » Tétard + + + + + + + + + + + +

+   + + + + + + +

+ + + + diff --git a/output/style.css b/output/style.css new file mode 100644 index 0000000..2badb2c --- /dev/null +++ b/output/style.css @@ -0,0 +1,414 @@ +/* ********************** + * Apparence Générale * + **********************/ + +html +{ + font-family: "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif; + background: #f1f1f1; + } + +#page +{ + width: 950px; + border: 1px solid black; + margin: 0 auto; + padding-left: 1em; + padding-right: 1em; + padding-bottom: 1em; + background: white; + } + +p, li +{ + font-size: 11pt; +} + +img +{ + border: none; + } + +a:link +{ + color: #36598e; + text-decoration: none; + } + +a:visited +{ + color: #36598e; + text-decoration: none; + } + +a:hover +{ + text-decoration: underline; + } + +td +{ + padding: 5px; + border: 1px solid black; + } + +hr +{ + border: 0; + width: 80%; + color: #f00; + background-color: black; + height: 1px; + } + +h1 +{ + color: black; + text-align: center; + } + +h2 +{ + margin-left: 0px; + margin-right: 0px; + margin-top: 10px; + margin-bottom: 10px; + border: 1px solid #ccc; + padding-top: 1px; + padding-bottom: 1px; + padding-right: 10px; + padding-left: 10px; + background: url("/images/background.png") repeat-y; + font-size: 13pt; + } + +h2 > a:hover +{ + text-decoration: none; + } + +h3 +{ + color: black; + font-size: 13pt; + } + +dl.contents +{ + margin-top: 0; + } + +dt.contents a:hover +{ + text-decoration: none; + } + +dt.contents +{ + margin-bottom: 0; + border-bottom: 1px solid black; + border-left: 6px solid black; + } + +dt.contents:hover +{ + border-bottom: 1px solid #808080; + border-left: 6px solid #808080; + } + +dd > dl.contents > dt.contents +{ + border: 0; + } + +dt +{ + font-weight: bold; + padding: 3px; + } + +em +{ + font-style: italic; + } + +li +{ + margin-bottom: 5px; + } + +pre.example +{ + margin-left: 5%; + margin-bottom: 2.5em; + } + +pre.verse +{ + font-family: inherit; + line-height: 2em; + margin-left: 5%; + } + +strong +{ + font-weight: bold; + } + +ul +{ + list-style-type: disc; + } + +input, textarea +{ + border: 1px solid black; + background-color: white; + color: #333333; + font-family: Geneva, Arial, Helvetica, sans-serif; + font-size: 1em; + -moz-border-radius: 4px; + padding-left: 0.2em; + } + +input:hover, textarea:hover +{ + background: #f1f1f1; + } + +input:focus, textarea:focus +{ + background-color: #ffeb79; + } + +fieldset +{ + border: 0; + padding-bottom: 0px; + } + +exemple +{ + background-color: red; + white-space: pre; + font-family: monospace; + margin-left: 5%; + } + +pre +{ + border: 1px solid #808080; + background-color: white; + padding: 0.5em; + margin-right: 1em; + font-family: monospace; + margin-left: 5%; + white-space: pre; + } + +.nonexistent +{ + background-color: white; + font-weight: bold; + } + +/* ********** + * Header * + ***********/ + +#header +{ + margin: 0.5em -0.5em 0.5em -0.5em; + padding-top: 0.5em; + background-color: #a9c9ea; + } + +#header h1 a +{ + margin: 0; + color: black; + } + +#header h1 a:visited +{ + margin: 0; + color: black; + } + +#header h1 a:hover +{ + margin: 0; + padding: 0; + background-color: transparent; + } + +#header ul +{ + margin: 0; + padding: 0; + text-align: center; + } + +#header li +{ + display: inline; + } + +#header a +{ + color: black; + padding-left: 1em; + padding-right: 1em; + margin: 0px; + text-decoration: none; + color: #36598e; + } + +#header a:hover +{ + color: black; + -moz-border-radius: 10px; + background-color: #f1f1f1; + } + +#header li > a +{ + border: 1px solid #808080; + -moz-border-radius: 10px; + } + +#header li > a:hover +{ + border: 1px solid #808080; + } + +#header a:visited +{ + color: black; + padding-left: 1em; + padding-right: 1em; + margin: 0px; + text-decoration: none; + color: #36598e; + } + +#header h1#top +{ + margin-top: 0.2em; + border-top: 3px solid black; + border-bottom: 3px solid black; + background-color: #f1f1f1; + } + + +/* ******** + * Main * + ********/ + +div#main > div > h3 +{ + border-bottom: 1px solid black; + margin-right: 0.7em; + } + +div#rightbox +{ + border: 1px dotted #6699cc; + text-align: right; + } + +div#rightbox ul +{ + margin: 0; + padding: 0; + } + +div#rightbox ul > li +{ + display: inline; + } + +div#rightbox li.current +{ + background-color: orange; + } + +/* ********** + * Footer * + **********/ + +#footer +{ + border-top: 3px solid black; + margin: 0.5em -0.5em -0.5em -0.5em; + padding-bottom: 0.1em; + padding-top: 0.1em; + background-color: #a9c9ea; + text-align: center; + } + +#footer .footdate +{ + text-align: left; + color: red; + } + + +/* ************** + * Emacs-Wiki * + **************/ + +/* --- Emacs Wiki src-tag --- */ +.comment +{ + /* font-lock-comment-face */ + color: #DEBC83; + } + +.doc +{ + /* font-lock-doc-face */ + color: #F0A4A4; + } + +.constant +{ + /* font-lock-constant-face */ + color: #D8ACDD; + } + +.function-name +{ + /* font-lock-function-name-face */ + color: #96CEF8; + } + +.keyword +{ + /* font-lock-keyword-face */ + color: #78f5e6; + } + +.preprocessor +{ + /* font-lock-preprocessor-face */ + color: #96CEF8; + } + +.string +{ + /* font-lock-string-face */ + color: #F0A4A4; + } + +.type +{ + /* font-lock-type-face */ + color: #9BEEB8; + } + +.variable-name +{ + /* font-lock-variable-name-face */ + color: #B5CF76; + }