website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

13I2P.html (3163B)


      1 <!DOCTYPE html>
      2 <html lang="en-GB">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta name="author" content="Shipwreckt">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <title>I2P 🕵️</title>
      8     <link rel="stylesheet" href="../styles.css">
      9     <link rel="icon" href="../Images/favi.png" type="image/x-icon">
     10   </head>
     11   <body>
     12     <header>
     13       <nav>
     14         <ul>
     15           <li><a href="../index.html">Home</a></li>
     16           <li><a href="../links.html">Links</a></li>
     17           <li><a href="../projects.html">Projects</a></li>
     18           <li><a href="../contact.html">Contact</a></li>
     19         </ul>
     20       </nav>
     21     </header>
     22     <main>
     23       <h2>Trying out I2P 🕵️</h2>
     24       <h3>Date: 22-09-2024</h3><hr>
     25       <img class="right-image" width="170" src="../Images/logos/i2p.png">
     26 
     27       <h1>What is I2P?</h1>
     28       <p><a href="https://i2p.net">I2P</a> stands for "The Invisible Internet Project" and it is a totally private and encrypted private network layer. If you have ever heard of or used the <a href="https://www.torproject.org/">Tor project</a>, it is similar, but the I2P network is more secure and faster.</p>
     29 
     30       <h2>What is the point of using I2P?</h2>
     31       <p>This is a good question. Why should you or I even use I2P? The answer is simple: it offers many interesting things, for example:</p>
     32       <ul>
     33         <li>Over 7,000 unique websites to visit</li>
     34         <li>Free fully private Email address</li>
     35         <li>Private IRCs</li>
     36         <li>Fully decentralization</li>
     37         <li>Advanced userbase</li>
     38         <li>Faster than the <a href="https://www.torproject.org/">Tor</a> and <a href="https://staging.freenetproject.org/">freenet</a></li>
     39       </ul>
     40       <p>Overall, I2P offers a lot to you and has an amazing community of friendly people.</p><hr>
     41       <h1>My experience</h1>
     42       <h2>Hosting on home server</h2>
     43       <p>I installed <a href="https://github.com/PurpleI2P/i2pd">i2pd</a> onto my home server. I chose i2pd because it is written in C, making it faster than the normal I2P package.</p>
     44 
     45       <p>After installing and starting up i2pd with Systemd, I had to forward the ports on my local network so that I could use I2P. This can be done by running a simple command:</p>
     46       <div class="code-box">
     47         <p>ssh -fTNL 4444:127.0.0.1:4444 -L 7070:127.0.0.1:7070 &lt;username&gt;</p>
     48       </div>
     49 
     50       <p>I would strongly suggest using <a href="https://librewolf.net/">Librewolf</a> to look through the I2P network.</p><hr>
     51       <p>Here are a few websites I do like:</p>
     52       <ul>
     53         <li>http://notbob.i2p/</li>
     54         <li>http://ramble.i2p/</li>
     55       </ul>
     56       <p>Most of the websites on I2P are personal sites, and I highly suggest using NotBob to look for them because some of them are really cool.</p><hr>
     57       <h2>Last thoughts</h2>
     58       <p>Most of the websites on I2P are personal sites. I highly suggest using NotBob to look for them because some of them are really cool.</p>
     59 
     60       <center><hr>
     61         <pre><a href="../index.html">Back 🚪</a>| <a href="tags/Tech.html">More Tech 🧑‍💻</a> </pre>
     62       </center>
     63 
     64     </main>
     65   </body>
     66 </html>
     67