Update some hashes
This commit is contained in:
parent
47ee47e6fb
commit
81dc5300ab
|
@ -3,10 +3,10 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-09-15 Fri 22:17 -->
|
||||
<!-- 2017-12-28 Thu 21:15 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
<title>‎</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
|
||||
|
@ -256,14 +256,14 @@ First install freedombone onto your local system (not the target hardware that y
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">sudo apt-get install git
|
||||
<pre class="src src-bash">sudo apt-get install git
|
||||
git clone https://github.com/bashrc/freedombone
|
||||
<span class="org-builtin">cd</span> freedombone
|
||||
git checkout stretch
|
||||
sudo make install
|
||||
freedombone-image --setup debian
|
||||
freedombone-image -t i386 --onion-addresses-only yes
|
||||
</code></pre>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -271,14 +271,14 @@ Or on Arch/Parabola:
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">sudo pacman -S git
|
||||
<pre class="src src-bash">sudo pacman -S git
|
||||
git clone https://github.com/bashrc/freedombone
|
||||
<span class="org-builtin">cd</span> freedombone
|
||||
git checkout stretch
|
||||
sudo make install
|
||||
freedombone-image --setup parabola
|
||||
freedombone-image -t i386 --onion-addresses-only yes
|
||||
</code></pre>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -286,8 +286,8 @@ Now prepare your local system to talk to the freedombone by running the followin
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">freedombone-client
|
||||
</code></pre>
|
||||
<pre class="src src-bash">freedombone-client
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<div class="org-center">
|
||||
|
@ -327,8 +327,8 @@ List what drives are on your system with:
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">ls /dev/sd*
|
||||
</code></pre>
|
||||
<pre class="src src-bash">ls /dev/sd*
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -340,9 +340,9 @@ You can now copy the image to the USB thumb drive, replacing <b>sdX</b> with the
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">dd <span class="org-variable-name">if</span>=/dev/zero <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">count</span>=8
|
||||
<pre class="src src-bash">dd <span class="org-variable-name">if</span>=/dev/zero <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">count</span>=8
|
||||
dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=myimagefile.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
|
||||
</code></pre>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -354,9 +354,9 @@ As the system boots for the first time the login is:
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">username: fbone
|
||||
<pre class="src src-bash">username: fbone
|
||||
password: freedombone
|
||||
</code></pre>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -364,8 +364,8 @@ If you're installing from a microSD card on a single board computer without a sc
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">ssh fbone@freedombone.local -p 2222
|
||||
</code></pre>
|
||||
<pre class="src src-bash">ssh fbone@freedombone.local -p 2222
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -385,8 +385,8 @@ When it's installed on your local system open a terminal and verify the ssh serv
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">freedombone-client --verify
|
||||
</code></pre>
|
||||
<pre class="src src-bash">freedombone-client --verify
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -406,9 +406,9 @@ Open another terminal window then run:
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">freedombone-client
|
||||
<pre class="src src-bash">freedombone-client
|
||||
ssh myusername@freedombone.local -p 2222
|
||||
</code></pre>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -472,8 +472,8 @@ Of course, this is just one way in which you can install the Freedombone system.
|
|||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
<pre><code class="src src-bash">man freedombone-image
|
||||
</code></pre>
|
||||
<pre class="src src-bash">man freedombone-image
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<div class="org-center">
|
||||
|
|
|
@ -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>
|
||||
<!-- 2017-11-01 Wed 18:58 -->
|
||||
<!-- 2017-12-28 Thu 21:15 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
|
|
Loading…
Reference in New Issue