Rev 7310 | Rev 8237 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7156 | jlepiller | 1 | # SOME DESCRIPTIVE TITLE |
2 | # Copyright (C) YEAR Free Software Foundation, Inc. |
||
3 | # This file is distributed under the same license as the PACKAGE package. |
||
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||
7313 | jlepiller | 5 | # |
7156 | jlepiller | 6 | msgid "" |
7 | msgstr "" |
||
8 | "Project-Id-Version: PACKAGE VERSION\n" |
||
7280 | jlepiller | 9 | "POT-Creation-Date: 2017-05-17 04:09+0000\n" |
7267 | jlepiller | 10 | "PO-Revision-Date: 2017-05-16 11:56+0000\n" |
7156 | jlepiller | 11 | "Last-Translator: roptat <roptat@lepiller.eu>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
||
7313 | jlepiller | 13 | "Language: fr\n" |
7156 | jlepiller | 14 | "MIME-Version: 1.0\n" |
15 | "Content-Type: text/plain; charset=UTF-8\n" |
||
16 | "Content-Transfer-Encoding: 8bit\n" |
||
17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
||
7267 | jlepiller | 18 | "X-Generator: Pootle 2.8\n" |
19 | "X-POOTLE-MTIME: 1494935815.871300\n" |
||
7156 | jlepiller | 20 | |
21 | #. type: Content of: <sect1><sect1info> |
||
22 | #: blfs-en/postlfs/config/random.xml:12 |
||
23 | msgid "" |
||
7257 | jlepiller | 24 | "<othername>$LastChangedBy: dj $</othername> <date>$Date: 2016-06-04 03:04:06" |
25 | " +0000 (Sat, 04 Jun 2016) $</date>" |
||
7156 | jlepiller | 26 | msgstr "" |
7257 | jlepiller | 27 | "<othername>$LastChangedBy: dj $</othername> <date>$Date: 2016-06-04 03:04:06" |
28 | " +0000 (Sat, 04 Jun 2016) $</date>" |
||
7156 | jlepiller | 29 | |
30 | #. type: Content of: <sect1><title> |
||
31 | #: blfs-en/postlfs/config/random.xml:16 |
||
32 | msgid "Random Number Generation" |
||
33 | msgstr "Génération de nombres aléatoires" |
||
34 | |||
35 | #. type: Content of: <sect1><indexterm><primary> |
||
36 | #: blfs-en/postlfs/config/random.xml:19 |
||
37 | msgid "random" |
||
38 | msgstr "random" |
||
39 | |||
40 | #. type: Content of: <sect1><para> |
||
41 | #: blfs-en/postlfs/config/random.xml:22 |
||
42 | msgid "" |
||
43 | "The Linux kernel supplies a random number generator which is accessed " |
||
44 | "through <filename class=\"devicefile\">/dev/random</filename> and <filename " |
||
45 | "class=\"devicefile\">/dev/urandom</filename>. Programs that utilize the " |
||
7165 | jlepiller | 46 | "random and urandom devices, such as <application>OpenSSH</application>, will" |
47 | " benefit from these instructions." |
||
7156 | jlepiller | 48 | msgstr "" |
49 | "Le noyau Linux fournit un générateur de nombres aléatoires auquel on accède " |
||
7165 | jlepiller | 50 | "via <filename class=\"devicefile\">/dev/random</filename> et <filename " |
51 | "class=\"devicefile\">/dev/urandom</filename>. Les programmes qui utilisent " |
||
52 | "les périphériques random et urandom tels que " |
||
53 | "<application>OpenSSH</application> tireront profit de ces instructions." |
||
7156 | jlepiller | 54 | |
55 | #. type: Content of: <sect1><para> |
||
56 | #: blfs-en/postlfs/config/random.xml:28 |
||
57 | msgid "" |
||
7165 | jlepiller | 58 | "When a Linux system starts up without much operator interaction, the entropy" |
59 | " pool (data used to compute a random number) may be in a fairly predictable " |
||
7156 | jlepiller | 60 | "state. This creates the real possibility that the number generated at " |
61 | "startup may always be the same. In order to counteract this effect, you " |
||
62 | "should carry the entropy pool information across your shut-downs and start-" |
||
63 | "ups." |
||
64 | msgstr "" |
||
7280 | jlepiller | 65 | "Quand un système Linux démarre sans trop d'interaction opérateur, la réserve" |
66 | " d'entropie (données utilisées pour calculer un nombre aléatoire) peut se " |
||
7267 | jlepiller | 67 | "trouver dans un état prévisible. Ceci crée une possibilité réelle que le " |
7156 | jlepiller | 68 | "nombre généré au démarrage soit toujours le même. Pour éviter cet effet, " |
7267 | jlepiller | 69 | "vous devriez sauvegarder les informations de la réserve d'entropie au fil " |
70 | "des extinctions et des mises sous tension." |
||
7156 | jlepiller | 71 | |
72 | #. type: Content of: <sect1><para> |
||
73 | #: blfs-en/postlfs/config/random.xml:35 |
||
74 | msgid "" |
||
75 | "Install the <filename>/etc/rc.d/init.d/random</filename> init script " |
||
76 | "included with the <xref linkend=\"bootscripts\"/> package." |
||
77 | msgstr "" |
||
7165 | jlepiller | 78 | "Installez le script de démarrage " |
79 | "<filename>/etc/rc.d/init.d/random</filename> inclus dans le paquet <xref " |
||
80 | "linkend=\"bootscripts\"/>." |
||
7156 | jlepiller | 81 | |
82 | #. type: Content of: <sect1><screen> |
||
83 | #: blfs-en/postlfs/config/random.xml:38 |
||
84 | #, no-wrap |
||
85 | msgid "<userinput>make install-random</userinput>" |
||
86 | msgstr "<userinput>make install-random</userinput>" |