Bob Mottram 8 лет назад
Родитель
Сommit
179af83669
2 измененных файлов: 4 добавлений и 2 удалений
  1. 1
    0
      doc/EN/homeserver.org
  2. 3
    2
      website/EN/homeserver.html

+ 1
- 0
doc/EN/homeserver.org Просмотреть файл

73
 If you're installing from a microSD card on a single board computer without a screen and keyboard attached then you can ssh into it with:
73
 If you're installing from a microSD card on a single board computer without a screen and keyboard attached then you can ssh into it with:
74
 
74
 
75
 #+begin_src bash
75
 #+begin_src bash
76
+freedombone-client
76
 ssh fbone@freedombone.local -p 2222
77
 ssh fbone@freedombone.local -p 2222
77
 #+end_src
78
 #+end_src
78
 
79
 

+ 3
- 2
website/EN/homeserver.html Просмотреть файл

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-11-11 Fri 20:47 -->
6
+<!-- 2016-11-11 Fri 20:50 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
333
 </p>
333
 </p>
334
 
334
 
335
 <div class="org-src-container">
335
 <div class="org-src-container">
336
-<pre class="src src-bash">ssh fbone@freedombone.local -p 2222
336
+<pre class="src src-bash">freedombone-client
337
+ssh fbone@freedombone.local -p 2222
337
 </pre>
338
 </pre>
338
 </div>
339
 </div>
339
 
340