Parcourir la source

Avoid editing the same file twice

Bob Mottram il y a 11 ans
Parent
révision
782d71e5f6
1 fichiers modifiés avec 2 ajouts et 9 suppressions
  1. 2
    9
      beaglebone.txt

+ 2
- 9
beaglebone.txt Voir le fichier

327
 apt-get dist-upgrade
327
 apt-get dist-upgrade
328
 #+END_SRC
328
 #+END_SRC
329
 
329
 
330
-** Configure for your location
330
+** Configure your location/language
331
 
331
 
332
 #+BEGIN_SRC: bash
332
 #+BEGIN_SRC: bash
333
 dpkg-reconfigure locales
333
 dpkg-reconfigure locales
334
 #+END_SRC
334
 #+END_SRC
335
 
335
 
336
-And to verify the change.
336
+You may need to reboot for this to take effect.  To verify the change.
337
 
337
 
338
 #+BEGIN_SRC: bash
338
 #+BEGIN_SRC: bash
339
 locale -a
339
 locale -a
377
 -- Bruce Schneier, on the 2013 leaked NSA documents
377
 -- Bruce Schneier, on the 2013 leaked NSA documents
378
 #+END_VERSE
378
 #+END_VERSE
379
 
379
 
380
-
381
 The security of encryption depends upon the randomness of the random source used on your system.  If it isn't very random then it may be far more vulnerable to cryptanalysis, and it's known that in the past some dubious agencies have encouraged the use of flawed random number generators to assist with their prurient activities.  Randomness - typically referred to as /entropy/ - is often gathered from factors such as the timing of key presses or mouse movements, but since the BBB won't have such devices plugged into it this reduces the amount of entropy available.
380
 The security of encryption depends upon the randomness of the random source used on your system.  If it isn't very random then it may be far more vulnerable to cryptanalysis, and it's known that in the past some dubious agencies have encouraged the use of flawed random number generators to assist with their prurient activities.  Randomness - typically referred to as /entropy/ - is often gathered from factors such as the timing of key presses or mouse movements, but since the BBB won't have such devices plugged into it this reduces the amount of entropy available.
382
 
381
 
383
 *** On the Beaglebone Black
382
 *** On the Beaglebone Black
965
 MAIN_HARDCODE_PRIMARY_HOSTNAME = mydomainname.com
964
 MAIN_HARDCODE_PRIMARY_HOSTNAME = mydomainname.com
966
 #+END_SRC
965
 #+END_SRC
967
 
966
 
968
-Save and exit.
969
-
970
-#+BEGIN_SRC: bash
971
-emacs /etc/exim4/exim4.conf.template
972
-#+END_SRC
973
-
974
 Add the line:
967
 Add the line:
975
 
968
 
976
 #+BEGIN_SRC: bash
969
 #+BEGIN_SRC: bash