Update faq
This commit is contained in:
parent
f71327a287
commit
23653a587e
|
@ -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.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2015-12-03 Thu 14:09 -->
|
||||
<!-- 2015-12-03 Thu 14:12 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -279,8 +279,7 @@ Yes. Freedombone can support a small number of users, for a "<i>friends and fami
|
|||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">ssh username@mydomainname -p 2222
|
||||
su
|
||||
control
|
||||
sudo control
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
@ -307,8 +306,7 @@ To remove a user:
|
|||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">ssh username@mydomainname -p 2222
|
||||
su
|
||||
control
|
||||
sudo control
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
@ -327,8 +325,7 @@ The tripwire will be automatically reset once per week. If you want to reset it
|
|||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">ssh username@mydomain -p 2222
|
||||
su
|
||||
control
|
||||
sudo control
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
@ -351,8 +348,7 @@ Even when using Freedombone metadata analysis by third parties is still possible
|
|||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">ssh username@domainname -p 2222
|
||||
su
|
||||
control
|
||||
sudo control
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
@ -486,8 +482,7 @@ Suppose that some new encryption vulnerability has been announced and that you n
|
|||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">ssh myusername@mydomain -p 2222
|
||||
su
|
||||
control
|
||||
sudo control
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue