forked from nihilist/blog-contributions
Finishing touches
This commit is contained in:
parent
1640966b73
commit
40cc47f2c3
Binary file not shown.
Before Width: | Height: | Size: 548 KiB |
BIN
opsec/simplex/Simplex14.png
Normal file
BIN
opsec/simplex/Simplex14.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 960 KiB |
@ -91,24 +91,35 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>How to Set Up Anonymous Chats</b></h2>
|
||||
<h3><b>Step 1: Install Orbot</b></h3>
|
||||
<h3><b>Step 1. Option A: GNU/Linux</b></h3>
|
||||
<p>First, update your package list and install Tor by running the following commands in your terminal:</p>
|
||||
<pre><code class=nim">sudo apt update
|
||||
sudo apt install tor</pre></code>
|
||||
<p>Once installed, start the Tor service:</p>
|
||||
<pre><code class=nim">sudo systemctl start tor</pre></code>
|
||||
<p>Next you'll need to download SimpleX AppImage which can be <a href="https://simplex.chat/downloads/">found here on SimpleX website</a>.</p>
|
||||
<p>Open a terminal in the directory of your downloaded AppImage. Make the AppImage executable, then launch it:</p>
|
||||
<pre><code class=nim">chmod +x [APPIMAGE FILENAME]
|
||||
./[APPIMAGE FILENAME]</pre></code>
|
||||
<h3><b>Step 1. Option B: Android</b></h3>
|
||||
<p>Download and install the Orbot .apk from <a
|
||||
href="https://github.com/guardianproject/orbot/releases"
|
||||
target="_blank">the GitHub repository</a>. Launch Orbot and
|
||||
enable the VPN mode to route your device's traffic through Tor.</p>
|
||||
target="_blank">the GitHub repository</a>.</p>
|
||||
<img src="Orbot1.png" class="imgRz"
|
||||
alt="Orbot installation screenshot">
|
||||
<img src="Orbot2.png" class="imgRz" alt="Orbot VPN mode screenshot">
|
||||
<p>Open Orbot, and in the bottom-right corner, tap on <strong>More</strong>, then <strong>Settings</strong> to enter the settings.</p>
|
||||
<p>In the settings menu, scroll down and enable the <strong>Power User Mode</strong>.</p>
|
||||
<p>After enabling Power User Mode, go back to the More section and press <strong>Choose apps</strong> and select SimpleX in the list. Go back to <strong>Connect</strong> in the bottom navigation menu and press <strong>Connect</strong>.</p>
|
||||
<img src="Orbot2.png" class="imgRz" alt="Orbot PUM screenshot">
|
||||
|
||||
<h3><b>Step 2: Install SimpleX</b></h3>
|
||||
<p>Download and install <a
|
||||
href="https://f-droid.org/packages/chat.simplex.app/">SimpleX
|
||||
using F-Droid</a> and configure it to route its traffic through
|
||||
Orbot:</p>
|
||||
using F-Droid</a></p>
|
||||
<img src="Simplex1.png" class="imgRz"
|
||||
alt="SimpleX installation screenshot">
|
||||
<h3><b>Step 2.</b></h3>
|
||||
<p>Navigate through the setup process, select your username, and
|
||||
press Create.</p>
|
||||
press Create. The screenshots showcase the process for Android, but the steps are identical for Linux/GNU as well.</p>
|
||||
<img src="Simplex2.png" class="imgRz" alt="SimpleX setup screen">
|
||||
<p>Once you've created your profile, open the kebab menu on the
|
||||
bottom left and open <strong>Settings > Network and servers</strong>
|
||||
@ -116,7 +127,7 @@
|
||||
port to 9050, then save.</p>
|
||||
<img src="Simplex4.png" class="imgRz" alt="SimpleX proxy switch">
|
||||
<img src="Simplex6.png" class="imgRz" alt="SimpleX proxy settings">
|
||||
<h3><b>You have now successfully configured SimpleX to use Orbot!</b></h3>
|
||||
<h3><b>You have now successfully configured SimpleX to use Tor!</b></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -188,7 +199,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>How to Create Chatrooms in Incognito</b></h2>
|
||||
<h2><b>How to Create Chatrooms in Incognito mode</b></h2>
|
||||
<p>After configuring your SimpleX client through Orbot and your own
|
||||
server, you are ready to create and join chatrooms. Here is how to
|
||||
create a chatroom in Incognito mode:</p>
|
||||
@ -221,7 +232,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>How to Join Chatrooms in Incognito</b></h2>
|
||||
<h2><b>How to Join Chatrooms in Incognito mode</b></h2>
|
||||
<p>If you have received an invite to a SimpleX chatroom, you can
|
||||
join it by pressing the input field at the bottom of the screen
|
||||
labeled <strong>Search or paste SimpleX link</strong>.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user