浏览代码

readme first

Bob Mottram 10 年前
父节点
当前提交
b241439cce
共有 1 个文件被更改,包括 12 次插入2 次删除
  1. 12
    2
      usage.org

+ 12
- 2
usage.org 查看文件

@@ -8,11 +8,21 @@
8 8
 [[./images/logo.png]]
9 9
 #+END_CENTER
10 10
 
11
-| [[Operating Systems]] | [[Using Email]] | [[Mailing List]] | [[Play Music]] | [[Syncing to the Cloud]] | [[Microblogging]] | [[Social Network]] | [[Chat Services]] |
11
+| [[Readme]] | [[Operating Systems]] | [[Using Email]] | [[Mailing List]] | [[Play Music]] | [[Syncing to the Cloud]] | [[Microblogging]] | [[Social Network]] | [[Chat Services]] |
12 12
 
13
+* Readme
14
+After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
15
+
16
+#+BEGIN_SRC bash
17
+ssh username@domainname -p 2222
18
+emacs ~/README
19
+#+END_SRC
20
+
21
+You should transfer any passwords to a password manager such as [[http://www.keepassx.org/][KeepassX]] and then delete them from the README file. To save the file after removing passwords use *CTRL-x CTRL-s*.
22
+
23
+To exit you can either just close the terminal or use *CTRL-x CTRL-c* followed by the *exit* command.
13 24
 * Operating Systems
14 25
 Since many of the systems on the Freedombone are web based your choice of operating system for laptops or desktop machines doesn't matter all that much, but some version of GNU/Linux or on mobile devices Android/Cyanogenmod is recommended. Microsoft Windows may be fine for playing games and other trivia but *do not use it for any serious private communications or data storage purpose*. If you are a journalist, political activist, systems administrator or other professional with a need for confidentiality then using Microsoft Windows will put yourself and your sources, colleages or other group members at heightened risk of surveillance.
15
-
16 26
 * Using Email
17 27
 ** A technical note about email transport security
18 28
 Currently port 465 is used for SMTP. This port is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are possible attacks against STARTTLS in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties.