Browse Source

Better randomness on clients

Bob Mottram 10 years ago
parent
commit
c8d1080b01
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      doc/installation.org
  2. 2
    2
      website/installation.html

+ 1
- 1
doc/installation.org View File

170
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
170
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
171
 
171
 
172
 #+BEGIN_SRC bash
172
 #+BEGIN_SRC bash
173
-sudo apt-get install git dialog
173
+sudo apt-get install git dialog haveged
174
 git clone https://github.com/bashrc/freedombone
174
 git clone https://github.com/bashrc/freedombone
175
 cd freedombone
175
 cd freedombone
176
 sudo make install
176
 sudo make install

+ 2
- 2
website/installation.html View File

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-01-24 Sat 20:14 -->
7
+<!-- 2015-01-24 Sat 20:17 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
542
 
542
 
543
 <div class="org-src-container">
543
 <div class="org-src-container">
544
 
544
 
545
-<pre class="src src-bash">sudo apt-get install git dialog
545
+<pre class="src src-bash">sudo apt-get install git dialog haveged
546
 git clone https://github.com/bashrc/freedombone
546
 git clone https://github.com/bashrc/freedombone
547
 <span class="org-builtin">cd</span> freedombone
547
 <span class="org-builtin">cd</span> freedombone
548
 sudo make install
548
 sudo make install