Show control panel
This commit is contained in:
parent
cb233a7fdd
commit
3f4372e22d
|
@ -44,7 +44,6 @@ freedombone-image -t i386 --onion yes
|
|||
#+BEGIN_CENTER
|
||||
[[file:images/tor_onion.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion yes* option from the last command shown above.
|
||||
|
||||
If you want to create images for microSD cards used within various single board computers then replace the *i386* with *beaglebone* / *cubieboard2* / *cubietruck* / *a20-olinuxino-lime* / *a20-olinuxino-lime2* / *a20-olinuxino-micro* or *apu*.
|
||||
|
@ -99,8 +98,16 @@ ssh myusername@freedombone.local -p 2222
|
|||
|
||||
Use the password you wrote down earlier to log in.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/controlpanel/control_panel.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
Select the *administrator control panel* with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select *About*. You'll see a list of sites and their onion addresses.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/controlpanel/control_panel_about.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog.
|
||||
|
||||
*Congratulations! You have now become a citizen of the free internet.*
|
||||
|
|
|
@ -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>
|
||||
<!-- 2016-11-11 Fri 21:22 -->
|
||||
<!-- 2016-11-11 Fri 21:30 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -287,7 +287,6 @@ freedombone-image -t i386 --onion yes
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>–onion yes</b> option from the last command shown above.
|
||||
</p>
|
||||
|
@ -379,10 +378,26 @@ When it's installed on your local system open a terminal and run:
|
|||
Use the password you wrote down earlier to log in.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/controlpanel/control_panel.jpg" alt="control_panel.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Select the <b>administrator control panel</b> with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select <b>About</b>. You'll see a list of sites and their onion addresses.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/controlpanel/control_panel_about.jpg" alt="control_panel_about.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
On your local system open a <b>Tor compatible browser</b> and enter your blog's onion address. If it's all working then you should see your new blog.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue