mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
doc: Remove FAQ page, it is fully outdated
This commit is contained in:
parent
af0d7285ca
commit
bb892e5ef9
1
LICENSES
1
LICENSES
@ -15,7 +15,6 @@ otherwise.
|
|||||||
- data/etc/apache2/plinth-ssl.conf :: -
|
- data/etc/apache2/plinth-ssl.conf :: -
|
||||||
- data/etc/sudoers.d/plinth :: -
|
- data/etc/sudoers.d/plinth :: -
|
||||||
- doc/colophon.mdwn :: -
|
- doc/colophon.mdwn :: -
|
||||||
- doc/faq.mdwn :: -
|
|
||||||
- doc/footer.html :: -
|
- doc/footer.html :: -
|
||||||
- doc/hacking.mdwn :: -
|
- doc/hacking.mdwn :: -
|
||||||
- doc/header.html :: -
|
- doc/header.html :: -
|
||||||
|
|||||||
@ -6,7 +6,7 @@ PDFLATEX=pdflatex
|
|||||||
|
|
||||||
# List text files in the order in which you want them to appear in the
|
# List text files in the order in which you want them to appear in the
|
||||||
# complete manual:
|
# complete manual:
|
||||||
SOURCES=README.mdwn INSTALL.mdwn themes.mdwn hacking.mdwn modules.mdwn scripts.mdwn faq.mdwn COPYING.mdwn colophon.mdwn
|
SOURCES=README.mdwn INSTALL.mdwn themes.mdwn hacking.mdwn modules.mdwn scripts.mdwn COPYING.mdwn colophon.mdwn
|
||||||
MAN_SOURCES=$(patsubst COPYING.mdwn,copyright_notice00,$(SOURCES))
|
MAN_SOURCES=$(patsubst COPYING.mdwn,copyright_notice00,$(SOURCES))
|
||||||
|
|
||||||
NEWLINE_SOURCES=$(patsubst %,% oneline.txt,$(SOURCES))
|
NEWLINE_SOURCES=$(patsubst %,% oneline.txt,$(SOURCES))
|
||||||
|
|||||||
37
doc/faq.mdwn
37
doc/faq.mdwn
@ -1,37 +0,0 @@
|
|||||||
# Plinth and Freedom Plug FAQ
|
|
||||||
|
|
||||||
## General Questions
|
|
||||||
|
|
||||||
### What is the Freedom Plug?
|
|
||||||
|
|
||||||
The Freedom Plug is .... insert links...
|
|
||||||
|
|
||||||
The Freedom Plug is based on the GNU/Debian operating system. It is
|
|
||||||
not a Linux distribution. It is a network appliance that depends on a
|
|
||||||
series of Debian packages that configure a plug computer to behave as
|
|
||||||
a Freedom Plug.
|
|
||||||
|
|
||||||
### What is Plinth?
|
|
||||||
|
|
||||||
Plinth is the web-based GUI administration front end for the Freedom Plug.
|
|
||||||
|
|
||||||
### On what hardware is the Freedom Plug based?
|
|
||||||
|
|
||||||
The current targets are the [Guru Plug](http://guruplug) and the
|
|
||||||
[Dream Plug](http://dreamplug).
|
|
||||||
|
|
||||||
## Accessing the Freedom Plug
|
|
||||||
|
|
||||||
### Why does ssh listen on port 2222 instead of 22?
|
|
||||||
|
|
||||||
If ssh listens on port 2222, bots and scripts will forever attempt to
|
|
||||||
guess your username and password. Maybe your password isn't so
|
|
||||||
strong. Maybe the bots get lucky. Either way, if you allow ssh
|
|
||||||
access on port 22, you're taking a chance that can be avoided quite
|
|
||||||
easily by moving your ssh activity to a slightly more obscure port.
|
|
||||||
|
|
||||||
Because ssh activity on these boxes will be limited to programs
|
|
||||||
configured to work specifically with Freedom Plugs as well relatively
|
|
||||||
few people generally using ssh, the coordination necessary to use a
|
|
||||||
non-standard port is easily achieved.
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user