diff options
Diffstat (limited to 'public/articals/internet')
| -rw-r--r-- | public/articals/internet/Darknet/00I2P.html | 76 | ||||
| -rw-r--r-- | public/articals/internet/safety/00Intro.html | 32 | ||||
| -rw-r--r-- | public/articals/internet/safety/01Profiles.html | 41 | ||||
| -rw-r--r-- | public/articals/internet/safety/02Passwords.html | 46 | ||||
| -rw-r--r-- | public/articals/internet/safety/03Browser.html | 45 |
5 files changed, 0 insertions, 240 deletions
diff --git a/public/articals/internet/Darknet/00I2P.html b/public/articals/internet/Darknet/00I2P.html deleted file mode 100644 index 88fa0ce..0000000 --- a/public/articals/internet/Darknet/00I2P.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Shipwreckt"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>I2P</title> - <link rel="stylesheet" href="../../../styles.css"> - <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> - </head> - <body> - <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h1>The Invisible Internet Project - I2P</h1><hr> - <h2>What is I2P?</h2> - <p>I2P stands for "The Invisible Internet Project," an anonymous network layer allowing for censorship-free internet browsing. The goal of I2P is to provide full anonymity and privacy to all who use it.</p> - <hr> - - <h2>The Good and the Bad of I2P</h2> - <p>Just like all things in life, there are pros and cons. Here is a list of these pros and cons of the I2P network:</p> - <p>Good:</p> - <ul> - <li>Optimized for hidden services</li> - <li>Good for torrenting</li> - <li>Not much DDoS due to the small size of users</li> - <li>Very private and secure</li> - <li>Both TCP and UDP transports</li> - <li>All peers participate in routing for others</li> - </ul> - - <p>Bad:</p> - <ul> - <li>Written in Java</li> - <li>Small user base</li> - <li>Not many developers working on the project</li> - <li>Not as many websites as something like <a href="https://www.torproject.org/">Tor</a></li> - </ul> - <p>In my opinion, the worst issue I2P has is the small user base; this is because it causes there to be fewer websites on the network, which leads to more people leaving because there are not many websites.</p> - - <hr> - - <img class="right-image" width="170" src="../../../Images/logos/i2p.png"> - <h2>How to Access the I2P Network</h2> - <p>To access the I2P network, all you need to do is run an I2P router. This is one of the benefits of using I2P because you are sharing your bandwidth while using the I2P network, meaning that as long as you are using it, you are helping it run.</p> - <h2>Router List</h2> - <ul> - <li><a href="https://geti2p.net/en/download">Normal I2P router</a>, written in Java</li> - <li><a href="https://i2pplus.github.io/#download">I2P+</a>, extended version of the base I2P router</li> - <li><a href="https://i2pd.website/">I2Pd</a>, written in C++</li> - </ul> - <p>When you have gotten your I2P router running, all you need to do is go to the dashboard at your computer's local host and see if an I2P site works. I would suggest trying out <a href="http://notbob.i2p/">notbob.i2p</a>, since it is just an index of other I2P pages for you to explore.</p> - - <h2>Torrenting</h2> - <p>To torrent files on I2P can be a bit complex depending on what BitTorrent manager you are using. For a new user of I2P, I would suggest using the <a href="https://geti2p.net/en/download">Normal I2P router</a> due to the fact that it has a BitTorrent manager built into it.</p> - - <p>If you are using I2Pd, I would suggest enabling the SAM, I2CP, and I2PControl protocols to make sure you are able to torrent while using <a href="https://i2pplus.github.io/#download">I2Psnark</a> as your BitTorrent manager. If you do this, everything should work.</p> - <hr> - <h2>Overview</h2> - <p>Overall, I would say I2P is an amazing project and I believe you should try it out, for it has a lot of interesting websites and has amazing potential in the coming future.</p> - <hr> - <center> - <pre text-align=center><a href="../../internetlist.html">Back</a> <a href="01Profiles.html">Next</a> - </center> - </main> - </body> -</html> - diff --git a/public/articals/internet/safety/00Intro.html b/public/articals/internet/safety/00Intro.html deleted file mode 100644 index 0b6369d..0000000 --- a/public/articals/internet/safety/00Intro.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Shipwreckt"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Introduction</title> - <link rel="stylesheet" href="../../../styles.css"> - <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> - </head> - <body> - <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h1>Introduction</h1> - <hr> - <p>The internet is constantly evolving and changing. It is hard to stay safe online in the modern world, and with this, it is hard to protect your personal data from others online, so much so that over 40% of the UK's adult population has experienced some form of online crime. So in answer to the question, 'How do I stay safe online?' I have compiled this series of articles in order for you, the reader, to educate yourself on online safety.</p> - <hr> - <center> - <pre text-align=center><a href="../../internetlist.html">Back</a> <a href="01Profiles">Next</a> - </main> -</body> -</html> - diff --git a/public/articals/internet/safety/01Profiles.html b/public/articals/internet/safety/01Profiles.html deleted file mode 100644 index 8d6dea2..0000000 --- a/public/articals/internet/safety/01Profiles.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Shipwreckt"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Profiles</title> - <link rel="stylesheet" href="../../../styles.css"> - <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> - </head> - <body> - <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h1>Online profiles</h1> - <hr> - <p>We all have online profiles, whether with <a href="https://about.google/?fg=1">Google</a> or <a href="twitter.com">X (Twitter)</a>; you are probably reading this to make sure your online accounts are secure, and I am here to help you do just that, so let's just get into it!</p> - - <h3>The less the better</h3> - <p>What do I mean by this? You may be thinking, well, I mean, the fewer online accounts you have to manage, the more secure you are overall! So if you have any accounts you do not use anymore or any accounts you do not need, I would suggest deleting them.</p> - - <h3>No connections!</h3> - <p>A lot of online services like <a href="https://www.canva.com/">Canva</a> offer an option to sign up to their service with your Google or Facebook account. Now this may seem convenient, and it is, but it is a bad idea. It is a bad idea because if your Google or Facebook accounts get hacked into, all of these connected accounts are now compromised, and you cannot do anything about it because you cannot log into the account you connected it all to. </p> - - <h3>Common sense!</h3> - <p>Use your common sense! Do not share any of your passwords unless you absolutely have tools. If a website seems off and you feel uncomfortable, leave the website.</p> - <hr> - <center> - <pre text-align=center><a href="00Intro.html">Back</a> <a href="../../internetlist.html">List</a> <a href="02Passwords.html">Next</a> - </main> -</body> -</html> - diff --git a/public/articals/internet/safety/02Passwords.html b/public/articals/internet/safety/02Passwords.html deleted file mode 100644 index d3b66fa..0000000 --- a/public/articals/internet/safety/02Passwords.html +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> -<head> - <meta charset="UTF-8"> - <meta name="author" content="Shipwreckt"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Passwords</title> - <link rel="stylesheet" href="../../../styles.css"> - <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> -</head> -<body> - <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h1>Passwords</h1> - <hr> - <p>Having a secure Password is the most important part of your online security, so how do you keep and know a good password?</p> - <hr> - <h3>Password managers</h3> - <p>In the modern day you do not need to remember your passwords thanks to password managers! But what password managers can you turst and use?</p> - - <p>I only suggest one password manager, that being <a href="https://keepassxc.org">KeePassXC</a>, and the reason why I suggest KeePassXC is because the source code is available to view so you know you can trust it, and the other reason why I suggest using KeePassXC is because it is offline, meaning nobody can hack an online account; instead, they have to obtain the password.kdbx file on your computer, which is harder to do than hacking an online account.</p> - <p>Due to the fact that KeePassXC works offline with a .kdbx file, I suggest having a spare USB stick with a backup on it just in case it gets deleted for whatever reason.</p> - <p>Syncing all of your passwords between devices is easy with KeePassXC; I just use <a href="https://syncthing.net/">Syncthing</a> to do so. It is easy to setup, and I have never had any issues with it!</p> - <hr> - <h3>What makes a good password?</h3> - <p>A good password should be made up of totally random charicters that have no relation to you as a person.</p> - <p>An example of a weak password would be: <br><font color="red">Grace'sPassword123</font></p> - <p>And an example of a strong password would be: <br><font color="green">{gÙIjWÝ0ó{Ðö÷åQü9+òÀË×?̯Áv</font></p> - <p>Now you might see why you should have a password manager, so it can remember stuff like this for you!</p> - <p>I do suggest your password to be longer than 16 charicters!</p> - <hr> - <center> - <pre text-align=center><a href="01Profiles.html">Back</a> <a href="../../internetlist.html">List</a> <a href="03Browser.html">Next</a> - </main> -</body> -</html> - diff --git a/public/articals/internet/safety/03Browser.html b/public/articals/internet/safety/03Browser.html deleted file mode 100644 index 99b0faf..0000000 --- a/public/articals/internet/safety/03Browser.html +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Shipwreckt"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Web browser</title> - <link rel="stylesheet" href="../../../styles.css"> - <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> - </head> - <body> - <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h1>Web browsers</h1> - <hr> - <p>There is lots of debate on what the best 'privacy based browser' is, so I am going to settle it here and now, and suggest the two best web browser you should daily drive.</p> - <hr> - <img src="../../../Images/logos/librewolf.png" class="right-image" width="200" alt="LibreWolf logo"> - <h3>LibreWolf</h3> - <p><a href="https://librewolf.net">LibreWolf</a> is a custom version of Mozilla's Firefox that is focused on privacy, security, and freedom. LibreWolf is designed to protect you against trackers and being fingerprinted across the internet. LibreWolf also removes all of Firefox's telemetry, data collection, and all the annoyances that come with using Firefox. Librewolf also by default disables anti-user freedom features like DRM. </p> - <p>I personally use LibreWolf on a day-to-day basis, and I love it with all my heart! There is not one issue I have had with it; the only problems I have had with LibreWolf are that some websites refuse to work because it disables a bunch of trackers, but I have only had this issue happen twice over the time I have used LibreWolf. My favourite feature of LibreWolf is that it comes with <a href="https://ublockorigin.com/">uBlock Origin</a> by default, so you can enjoy the internet without ads, which is a blessing. - <hr> - <img src="../../../Images/logos/torbrowser.png" class="right-image" width="200" alt="tor browser"> - <h3>Tor browser</h3> - <p>The <a href="https://www.torproject.org/">Tor web browser</a> is a browser that uses the Tor network to make your digital self look like anybody else who is using the Tor network. Most of the time the Tor web browser is used to access the 'dark web' which is the Tor network. The Tor browser can be used to access normal domains and is very good at masking who you really are. So if you are super privacy conscious, I would suggest the Tor browser.</p> - <p>I do not personally use the Tor browser because I am happy with LibreWolf, and I do not do much on the internet; I mostly just read and sometimes watch Youtube.</p> - <hr> - <h3>overview</h3> - <p>Overall, if you use one of these two browsers, you should be pretty safe from being tracked across the internet. Before you try out one of these browsers, make sure you still have your previous browser installed, just in case you dislike it.</p> - <hr> - <center> - <pre text-align=center> <a href="02Passwords.html">Back</a> <a href="../../internetlist.html">List</a> - </main> -</body> -</html> - |
