From 23653a587ebfc3a0e6b3a1bcc49632ea2b45d5f9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Dec 2015 14:12:28 +0000 Subject: [PATCH] Update faq --- doc/EN/faq.org | 15 +++++---------- website/EN/faq.html | 17 ++++++----------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/doc/EN/faq.org b/doc/EN/faq.org index 01257004..7891762b 100644 --- a/doc/EN/faq.org +++ b/doc/EN/faq.org @@ -43,8 +43,7 @@ Yes. Freedombone can support a small number of users, for a "/friends and family #+BEGIN_SRC bash ssh username@mydomainname -p 2222 -su -control +sudo control #+END_SRC Select /Manage Users/ and then /Add a user/. You will be prompted for a username and you can also optionally provide their ssh public key. @@ -57,8 +56,7 @@ To remove a user: #+BEGIN_SRC bash ssh username@mydomainname -p 2222 -su -control +sudo control #+END_SRC Select /Manage Users/ and then /Delete a user/. Note that this will delete all of that user's files and email. @@ -67,8 +65,7 @@ The tripwire will be automatically reset once per week. If you want to reset it #+BEGIN_SRC bash ssh username@mydomain -p 2222 -su -control +sudo control #+END_SRC Select "reset tripwire" using cursors and space bar then enter. @@ -77,8 +74,7 @@ Even when using Freedombone metadata analysis by third parties is still possible * How do I create email processing rules? #+BEGIN_SRC bash ssh username@domainname -p 2222 -su -control +sudo control #+END_SRC Select /Email Filtering Rules/ then you can add rules to be applied to incoming email addresses or mailing lists. If you prefer to do things directly on the command line, without the control panel, then the following commands are available: @@ -154,8 +150,7 @@ Suppose that some new encryption vulnerability has been announced and that you n #+BEGIN_SRC bash ssh myusername@mydomain -p 2222 -su -control +sudo control #+END_SRC Then select /Security Settings/. You will then be able to edit the crypto settings for all of the installed applications. *Be very careful when editing*, since any mistake could make your system less secure rather than more. diff --git a/website/EN/faq.html b/website/EN/faq.html index 8cfb5ebb..7aafcba6 100644 --- a/website/EN/faq.html +++ b/website/EN/faq.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -279,8 +279,7 @@ Yes. Freedombone can support a small number of users, for a "friends and fami
ssh username@mydomainname -p 2222
-su
-control
+sudo control
 
@@ -307,8 +306,7 @@ To remove a user:
ssh username@mydomainname -p 2222
-su
-control
+sudo control
 
@@ -327,8 +325,7 @@ The tripwire will be automatically reset once per week. If you want to reset it
ssh username@mydomain -p 2222
-su
-control
+sudo control
 
@@ -351,8 +348,7 @@ Even when using Freedombone metadata analysis by third parties is still possible
ssh username@domainname -p 2222
-su
-control
+sudo control
 
@@ -486,8 +482,7 @@ Suppose that some new encryption vulnerability has been announced and that you n
ssh myusername@mydomain -p 2222
-su
-control
+sudo control