fix simplex tutorial

This commit is contained in:
nihilist 2025-04-30 15:21:38 +02:00
parent 0e002395b9
commit 7bac457028
2 changed files with 6 additions and 4 deletions

BIN
opsec/privatesimplex/22.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 KiB

View file

@ -60,7 +60,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>XMRonly - 30 / 11 / 2024</ba></p>
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>XMRonly - 30 / 04 / 2025</ba></p>
<h1>Easy Private Chats - SimpleX</h1>
<img src="0.png" style="width:100px">
@ -179,7 +179,8 @@ simplex-desktop-x86_64.AppImage
→ simplex
</pre></code>
<p>And from there you'll land in the simplex chat app.</p>
<p>And from there you'll land in the simplex chat app:</p>
<img src="22.png" class="imgRz">
<p>Now if you're a tinfoil hatter, <b>you may not trust the binaries being distributed by simplex, and you might want to compile it yourself, which is also possible</b>, so let's showcase how you can do that aswell:</p>
<pre><code class="nim">
$ apt install docker.io -y
@ -247,7 +248,8 @@ $ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/oxeo/squashfs-root/usr/lib/app/resource
$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/nihilist/simplexbuilder/squashfs-root/usr/lib/app/resources/vlc ./SimpleX_Chat-x86_64.AppImage
</pre></code>
<p></p>
<p>And from there you'll also end up with a functional simplex binary to use, in case if you don't trust simplex.chat and want to compile it yourself:</p>
<img src="22.png" class="imgRz">
</div>
</div><!-- /row -->
@ -263,7 +265,7 @@ $ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/nihilist/simplexbuilder/squashfs-root/u
<h2><b>Using SimpleX</b></h2> </br>
<p>
To start using SimpleX, we will start by installing it from <a href=https://f-droid.org/packages/chat.simplex.app/ target=_blank>F-Droid</a>. Search for the app and then click Install. Navigate through the setup process, choose a username and click Create your profile.
To also showcase how to use SimpleX from mobile, we'll be installing it from <a href=https://f-droid.org/packages/chat.simplex.app/ target=_blank>F-Droid</a>. Search for the app and then click Install. Navigate through the setup process, choose a username and click Create your profile.
</p>
<img src="2.png" class="imgRz">