浏览代码

Avoid editing the same file twice

Bob Mottram 11 年前
父节点
当前提交
782d71e5f6
共有 1 个文件被更改,包括 2 次插入9 次删除
  1. 2
    9
      beaglebone.txt

+ 2
- 9
beaglebone.txt 查看文件

@@ -327,13 +327,13 @@ apt-get update
327 327
 apt-get dist-upgrade
328 328
 #+END_SRC
329 329
 
330
-** Configure for your location
330
+** Configure your location/language
331 331
 
332 332
 #+BEGIN_SRC: bash
333 333
 dpkg-reconfigure locales
334 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 338
 #+BEGIN_SRC: bash
339 339
 locale -a
@@ -377,7 +377,6 @@ uname -mrs
377 377
 -- Bruce Schneier, on the 2013 leaked NSA documents
378 378
 #+END_VERSE
379 379
 
380
-
381 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 382
 *** On the Beaglebone Black
@@ -965,12 +964,6 @@ Search for the line *.ifdef MAIN_HARDCODE_PRIMARY_HOSTNAME* and above it insert
965 964
 MAIN_HARDCODE_PRIMARY_HOSTNAME = mydomainname.com
966 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 967
 Add the line:
975 968
 
976 969
 #+BEGIN_SRC: bash