Last active
August 29, 2015 14:16
-
-
Save gotakk/299fb1dd9dbc232adf9e to your computer and use it in GitHub Desktop.
Revisions
-
gotakk revised this gist
Mar 12, 2015 . No changes.There are no files selected for viewing
-
gotakk revised this gist
Mar 12, 2015 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,10 @@ the OS a chance to collect more entropy! (Need X more bytes) lorsque tu essayes de générer une clé gpg ? Ce tuto est fait pour toi ! 1. Installer les paquets nécessaires ``` $ sudo apt-get install gnupg rng-tools ``` 2. Ouvrir deux terminals -
gotakk revised this gist
Mar 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ the OS a chance to collect more entropy! (Need X more bytes) lorsque tu essayes de générer une clé gpg ? Ce tuto est fait pour toi ! 1. `sudo apt-get install gnupg rng-tools` 2. Ouvrir deux terminals -
gotakk revised this gist
Mar 12, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,14 +12,14 @@ lorsque tu essayes de générer une clé gpg ? Ce tuto est fait pour toi ! 3. Dans le premier terminal taper et laisser tourner : ```sh $ sudo rngd -f -r /dev/urandom ``` 4. Dans le second terminal taper : ```sh $ gpg --gen-key --no-use-agent ``` 5. Répondre aux différentes questions puis sur l'étape où des octets aléatoires doivent être générés, il suffit d'attendre -
gotakk revised this gist
Mar 12, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,15 +12,15 @@ lorsque tu essayes de générer une clé gpg ? Ce tuto est fait pour toi ! 3. Dans le premier terminal taper et laisser tourner : ``` $ sudo rngd -f -r /dev/urandom ``` 4. Dans le second terminal taper : ``` $ gpg --gen-key --no-use-agent ``` 5. Répondre aux différentes questions puis sur l'étape où des octets aléatoires doivent être générés, il suffit d'attendre -
gotakk revised this gist
Mar 12, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,18 +11,20 @@ lorsque tu essayes de générer une clé gpg ? Ce tuto est fait pour toi ! 2. Ouvrir deux terminals 3. Dans le premier terminal taper et laisser tourner : ``` $ sudo rngd -f -r /dev/urandom ``` 4. Dans le second terminal taper : ``` $ gpg --gen-key --no-use-agent ``` 5. Répondre aux différentes questions puis sur l'étape où des octets aléatoires doivent être générés, il suffit d'attendre 6. Faire un Ctrl+C dans le premier terminal pour interrompre le `rngd` 7. Enjoy =) -
gotakk revised this gist
Mar 12, 2015 . 1 changed file with 13 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,11 @@ Hello noob, tu en a marres d'avoir l'erreur ``` Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need X more bytes) ``` lorsque tu essayes de générer une clé gpg ? Ce tuto est fait pour toi ! 1. sudo apt-get install gnupg rng-tools 2. Ouvrir deux terminals @@ -16,4 +24,8 @@ $ gpg --gen-key --no-use-agent 6.Faire un Ctrl+C dans le premier terminal pour interrompre le `rngd` 7. Enjoy =) Notes : - man rgnd : http://linux.die.net/man/8/rngd -
gotakk created this gist
Mar 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ 1. sudo apt-get install gnupg rng-tools 2. Ouvrir deux terminals 3. Dans le premier terminal taper et laisser tourner : ``` $ sudo rngd -f -r /dev/urandom ``` 4. Dans le second terminal taper : ``` $ gpg --gen-key --no-use-agent ``` 5. Répondre aux différentes questions puis sur l'étape où des octets aléatoires doivent être générés, il suffit d'attendre 6.Faire un Ctrl+C dans le premier terminal pour interrompre le `rngd` 7. Enjoy =)