From 43b599dfd2abcc528d6acb9fcac6c9f497a251c2 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 22 Sep 2024 18:58:52 +0100 Subject: I2P --- public/posts/13I2P | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ public/posts/tags/Tech | 1 + 2 files changed, 69 insertions(+) create mode 100644 public/posts/13I2P (limited to 'public/posts') diff --git a/public/posts/13I2P b/public/posts/13I2P new file mode 100644 index 0000000..b4112f2 --- /dev/null +++ b/public/posts/13I2P @@ -0,0 +1,68 @@ + + + + + + + I2P 🕵️ + + + + +
+ +
+
+

Trying out I2P 🕵️

+

Date: 22-09-2024


+ + +

What is I2P?

+

I2P 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 Tor project, it is similar, but the I2P network is more secure and faster.

+ +

What is the point of using I2P?

+

This is a good question. Why should you or I even use I2P? The answer is simple: it offers many interesting things, for example:

+ +

Overall, I2P offers a lot to you and has an amazing community of friendly people.


+

My experience

+

Hosting on home server

+

I installed i2pd onto my home server. I chose i2pd because it is written in C, making it faster than the normal I2P package.

+ +

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:

+
+

ssh -fTNL 4444:127.0.0.1:4444 -L 7070:127.0.0.1:7070 <username>

+
+ +

I would strongly suggest using Librewolf to look through the I2P network.


+

Here are a few websites I do like:

+ +

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.


+

Last thoughts

+

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.

+ +

+
Back 🚪| More Tech 🧑‍💻 
+
+ +
+ + + diff --git a/public/posts/tags/Tech b/public/posts/tags/Tech index f71ba67..ba0f86f 100644 --- a/public/posts/tags/Tech +++ b/public/posts/tags/Tech @@ -24,6 +24,7 @@

Tech 🧑‍💻

+

22-09-2024 - Trying out I2P 🕵️

18-09-2024 - Pihole on Arch server

31-08-2024 - Installing Gentoo Linux

28-08-2024 - Compiling the Linux Kernel 🐧

-- cgit v1.2.3