summaryrefslogtreecommitdiff
path: root/public/linux
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-09-26 14:42:34 -0700
committerelijah <elijah@riseup.net>2014-09-26 14:42:34 -0700
commit9a5bd3cbe6b5db51095805a90f26e5e85a4995b4 (patch)
tree0025eefd0ad6b81a89c7289ff7b8a0d18d5b6a3a /public/linux
parent68bf6b578174746626fadb7aa5c0e685246bbb70 (diff)
rebuild
Diffstat (limited to 'public/linux')
-rw-r--r--public/linux/index.en.html110
1 files changed, 15 insertions, 95 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index d278c7d..769a2a8 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -19,11 +19,11 @@ Bitmask Downloads
<div id="TOC"><ol>
<li>
<a href="#install-as-packages">Install as packages</a>
+ </li>
+ <li>
+ <a href="#ubuntu-1404-trusty-tahr">Ubuntu 14.04 (Trusty Tahr)</a>
<ol>
<li>
- <a href="#ubuntu-1404-trusty-tahr">Ubuntu 14.04 (Trusty Tahr)</a>
- </li>
- <li>
<a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a>
</li>
<li>
@@ -45,35 +45,19 @@ Bitmask Downloads
</li>
</ol>
</li>
- <li>
- <a href="#configuring-email">Configuring email</a>
- <ol>
- <li>
- <a href="#bitmask-thunderbird-extension">Bitmask Thunderbird Extension</a>
- </li>
- <li>
- <a href="#manual-email-client-configuration">Manual email client configuration</a>
- </li>
- </ol>
- </li>
</ol></div>
<p><div class='row'>
<div class='col-sm-8 col-sm-offset-2'>
<div class='p alert alert-info'>
- <i class='fa fa-envelope'></i>
<b>NOTE:</b> Encrypted email support in Bitmask is still experimental.
</div>
</div>
</div>
</p>
-
<h2><a name="install-as-packages"></a>Install as packages</h2>
-
<p>This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
-
-<h3><a name="ubuntu-1404-trusty-tahr"></a>Ubuntu 14.04 (Trusty Tahr)</h3>
-
+<h2><a name="ubuntu-1404-trusty-tahr"></a>Ubuntu 14.04 (Trusty Tahr)</h2>
<p><p class='b'>
To install
</p>
@@ -83,9 +67,7 @@ Bitmask Downloads
</p>
<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian trusty main"</pre>
</p>
-
<h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3>
-
<p><p class='b'>
To install
</p>
@@ -95,9 +77,7 @@ Bitmask Downloads
</p>
<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-
<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
-
<p><p class='b'>
To install
</p>
@@ -107,98 +87,38 @@ Bitmask Downloads
</p>
<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-
<h2><a name="install-stand-alone-bundle"></a>Install stand-alone bundle</h2>
-
<p>Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, etc).</p>
-
-<p>There are several disadvantages to the stand-alone bundle:</p>
-
+<p>There are two disadvantages to the stand-alone bundle:</p>
<ul>
-<li>Installing via the bundle takes up more space.</li>
-<li>The Bitmask app will be less well integrated with the desktop environment.</li>
-<li>Running from the bundle is slower to start than via packages.</li>
-<li>You will not get automatic updates running the stand alone bundle.</li>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
</ul>
-
-
+<p>Optionally, you can <a href="/en/signature-verification">authenticate the signature</a> for the Bitmask files before you run them.</p>
<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
-
-<pre><code>uname -m
-</code></pre>
-
+<pre><code>uname -m</code></pre>
<p>If the result is:</p>
-
<ul>
-<li><code>x86_64</code>, you have <strong>64 bit</strong></li>
-<li><code>i686</code>, you have <strong>32 bit</strong></li>
-<li><code>i386</code>, you have <strong>32 bit</strong></li>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
-
-
<h3><a name="32-bit-kernel"></a>32 bit kernel</h3>
-
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/Bitmask-linux32-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 32 bit
</a>
</p>
-
+<p><a href="https://dl.bitmask.net/client/linux/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
<h3><a name="64-bit-kernel"></a>64 bit kernel</h3>
-
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/Bitmask-linux64-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 64 bit
</a>
</p>
-
+<p><a href="https://dl.bitmask.net/client/linux/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
<h3><a name="other-options"></a>Other options</h3>
-
-<p>If you want to install an old or development version of Bitmask, you can <a href="https://dl.bitmask.net/client/linux/">browse all releases.</a></p>
-
-<p><h2><a name="configuring-email"></a>Configuring email</h2>
-
-<p>To get encrypted email to work, you have two options:</p>
-
-<ol>
-<li><a href="https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/">Bitmask Thunderbird Extension</a> (recommended)</li>
-<li>Manual email client configuration</li>
-</ol>
-
-
-<h4><a name="bitmask-thunderbird-extension"></a>Bitmask Thunderbird Extension</h4>
-
-<ol>
-<li>Install Bitmask app and register for an account.</li>
-<li>Install the <a href="https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/">Bitmask Thunderbird Extension</a>.</li>
-<li>Select the Thunderbird menu item <code>File</code> > <code>New</code> > <code>Bitmask Account...</code></li>
-</ol>
-
-
-<h4><a name="manual-email-client-configuration"></a>Manual email client configuration</h4>
-
-<ul>
-<li>IMAP &ndash; <code>localhost:1984</code>
-
-<ul>
-<li>username: the full email address you use with the Bitmask app.</li>
-<li>password: ignored, can be anything.</li>
-<li>SSL/TLS: off</li>
-</ul>
-</li>
-<li>SMTP &ndash; <code>localhost:2013</code>
-
-<ul>
-<li>authentication: none</li>
-<li>SSL/TLS: off</li>
-</ul>
-</li>
-</ul>
-
-
-<p>You should also disable any local caching in your email client, if applicable. All the data stored by Bitmask is kept on disk in an encrypted format, but your mail client might cache your email in clear text, so it is good to disable caching if you can. Also, all your Bitmask email is sync'ed locally anyway, so there is no benefit to local caching.</p>
-</p>
-
+<p>If you want to install an old or development version of Bitmask, you can <a href="https://dl.bitmask.net/client/linux/">browse all releases</a>.</p>
</div>
<footer>
<div>