fix spelling + add nginx

This commit is contained in:
nihilist 2025-02-02 10:40:15 +01:00
parent 81f72c07e8
commit 3b1d671775

View file

@ -76,7 +76,7 @@
<div class="row"> <div class="row">
<div class="col-lg-8 col-lg-offset-2"> <div class="col-lg-8 col-lg-offset-2">
<h2><b>Initial Setup </b></h2> <h2><b>Initial Setup </b></h2>
<p>Before starting, check if your ISP allows tor use or not. <b>And if it does not, make sure you install a VPN to hide the fact that you're using Tor</b> as we did previously <a href="../vpn/index.html">here</a>:</p> <p>Before starting, <a href="../torthroughvpn/index.html">check if your ISP allows tor use or not.</a> <b>And if it does not, make sure you install a VPN to hide the fact that you're using Tor</b> as we did previously <a href="../vpn/index.html">here</a>:</p>
<pre><code class="nim"> <pre><code class="nim">
# Download the Mullvad signing key # Download the Mullvad signing key
sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
@ -106,7 +106,7 @@ curl ifconfig.me
<p>Once done, install tor and compute your Tor domain:</p> <p>Once done, install tor and compute your Tor domain:</p>
<pre><code class="nim"> <pre><code class="nim">
[ nowhere.moe ] [ /dev/pts/11 ] [/srv] [ nowhere.moe ] [ /dev/pts/11 ] [/srv]
→ apt install gcc libc6-dev libsodium-dev make autoconf tor → apt install gcc libc6-dev libsodium-dev make autoconf tor nginx -y
[ nowhere.moe ] [ /dev/pts/11 ] [/srv] [ nowhere.moe ] [ /dev/pts/11 ] [/srv]
→ git clone https://github.com/cathugger/mkp224o → git clone https://github.com/cathugger/mkp224o