Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-11-23 02:00:39 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-23 02:00:39 +0300
commitc643e49678c18c9fd5bfc5503311ca056a5b3c97 (patch)
treebfd377c67912bab939bdf622783131c08dff6635
parent5d8732cba610916a888d052d0f46bcfa01ee19cc (diff)
Markdown formatting
-rw-r--r--_pages/faq.md43
1 files changed, 24 insertions, 19 deletions
diff --git a/_pages/faq.md b/_pages/faq.md
index 7adeafa..11f854d 100644
--- a/_pages/faq.md
+++ b/_pages/faq.md
@@ -8,28 +8,33 @@ layout: single
### Background {#faq---background}
-<span class="faq-q">Q:</span> How did Remmina start?
- : <span class="faq-a">A:</span> Back when netbooks had lackluster resolution, and didn't come with Linux|GNU preinstalled.
-Netbook resolution did not allow scrolling when connecting to any other desktop. Moving the window was possible by pressing Alt, meaning no captured WM key bindings, and no Alt+Tab in the remote desktop.
-In fullscreen mode the default Debian RDP client occupied all virtual desktops, providing no control to do other things, with RDP on all local virtual desktops.
-The KDE project KRDC worked well, but pulled in many additional dependencies.
+*How did Remmina start?*
-<span class="faq-q">Q:</span> Why the name &#8220;Remmina&#8221;?
- : <span class="faq-a">A:</span> Mostly personal preference, but can also stand for "remote mini assistant".
+ Back when netbooks had lackluster resolution, and didn't come with Linux|GNU preinstalled.
+ Netbook resolution did not allow scrolling when connecting to any other desktop. Though moving the window was possible by pressing Alt, that meant no captured WM key bindings, and no Alt+Tab in the remote desktop.
+ In fullscreen mode, the default Debian RDP client occupied all virtual desktops, providing no control to do other things, with RDP on all local virtual desktops.
+ The KDE project KRDC worked well, but pulled in many additional dependencies.
+
+*Why the name &#8220;Remmina&#8221;?*
+
+ Mostly personal preference, but can also stand for "remote mini assistant".
### Usage {#faq---usage}
-<span class="faq-q">Q:</span> Where are all Remmina connections and preferences stored?
- : <span class="faq-a">A:</span>In two hidden folders, <code>$HOME/.config/remmina</code> and <code>$HOME/.local/share/remmina</code>.
-
-<span class="faq-q">Q:</span> Can a connection be started using a using a shell command?
- : <span class="faq-a">A:</span> Yes, use <code>remmina -c filename</code>.
+*Where are all Remmina connections and preferences stored?*
+
+ In two hidden folders, <code>$HOME/.config/remmina</code> and <code>$HOME/.local/share/remmina</code>.
+
+*Can a connection be started using a using a shell command?*
+
+ Yes, use <code>remmina -c filename</code>.
+
+*How are Remmina passwords stored? Are they secure?*
+
+ They are encrypted using 3DES with a 256 bit randomly generated key. Keep your key secure.
+ If you use kwallet, gnome-keyring or a similar solution, your password will be managed automatically by libsecret, which is
+ superior to the aforementioned native Remmina encryption. A future solution of password and file encryption with libsodium is being implemented.
-<span class="faq-q">Q:</span> How are Remmina passwords stored? Are they secure?</strong>
- : <span class="faq-a">A:</span> They are encrypted using 3DES with a 256 bit randomly generated key. Keep your key secure.
-If you use kwallet, gnome-keyring or a similar solution, your password will be managed automatically by libsecret, which is
-superior to the aforementioned native Remmina encryption. A future solution of password and file encryption with libsodium is being implemented.
+*I still have questions‽*
-<span class="faq-q">Q:</span>I still have questions?</strong>
- : <span class="faq-a">A:</span> Consult the <a href="https://gitlab.com/Remmina/Remmina/wikis/home" target="_blank">Remmina wiki page</a>
-or ask on IRC (#remmina on freenode. \ No newline at end of file
+ Consult the [https://gitlab.com/Remmina/Remmina/wikis/home](Remmina wiki page){:target="_blank"} or ask on IRC (#remmina on freenode. \ No newline at end of file