summaryrefslogtreecommitdiff
path: root/public/articles/0How_To_Stay_Safe_Online.html
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-05-30 17:35:16 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-05-30 17:35:16 +0100
commit282f66f61c630d0e5f49390158bc960ad9644c11 (patch)
treed309a8fe5afc651d4a58761fe79b555104b989f0 /public/articles/0How_To_Stay_Safe_Online.html
parent3ecd8fa56585d43e1d62dde5f896ccdfdce64d8a (diff)
added articles and changed hr
Diffstat (limited to 'public/articles/0How_To_Stay_Safe_Online.html')
-rw-r--r--public/articles/0How_To_Stay_Safe_Online.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/public/articles/0How_To_Stay_Safe_Online.html b/public/articles/0How_To_Stay_Safe_Online.html
new file mode 100644
index 0000000..e1badca
--- /dev/null
+++ b/public/articles/0How_To_Stay_Safe_Online.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Shipwreckt</title>
+ <link rel="icon" href="Images/logo.jpg" type="image/x-icon">
+ <link rel="stylesheet" href="../styles.css">
+</head>
+<body>
+ <div class="sidebar">
+ <h2>Table of Contents</h2>
+ <ul>
+ <li><a href="#article">Article</a></li>
+ <li><a href="#resources">Resources used</a></li>
+ </ul>
+ </div>
+ <div class="content">
+ <header>
+ <h1>Shipwreckt</h1>
+ <hr style="width:50%;text-align:center;">
+ <nav>
+ <ul>
+ <li><a href="../index.html">Home</a></li>
+ <li><a href="../index.html#projects">Projects</a></li>
+ <li><a href="../index.html#Articles">Articles</a></li>
+ <li><a href="../index.html#contact">Contact</a></li>
+ </ul>
+ </nav>
+ </header>
+ <main id="main-content">
+ <section id="article">
+ <h2>How to stay safe online</h2>
+ <h3>Date: 30:5:2024</h3>
+ <hr>
+ <h3>Introduction</h3>
+ <p>Computers are always at risk. No matter how much work you do or how hard you try, there will always be a way to hack your system.. In this artical I will share how I keep my computers safe and the tools I use to do so.</p>
+
+ <h3>Passwords</h3>
+ <p>Passwords are the main way people get into our computers and online accounts. So it is key to have strong passwords, so hackers have a hard time finding out what the passwords are. So what does a strong password consist of? A strong password should consist of a sequence of special characters (like?, #, and $) and normal characters. A strong password should also not have any words found in the dictionary, so that rules out many people's passwords.
+ </p>
+ <p font color="#9433ff">An example of a weak password would be: <br>
+ <font color="white">Password123</font>
+ <p font color="#9433ff">And an example of a strong password would be: <br>
+ <font color="white">{gÙIjWÝ0ó{Ðö÷åQü9+òÀË×?̯Áv</font>
+
+ <p>Now you may be wondering, How the hell do I remember all of that, and for multiple accounts, none the less, well easily with KeePassXC? I personally use KeePassXC for my password management, mostly because it is offline, meaning you are not trusting a company with your data. I also find it very easy to use, and it has many features I like, for example, two-factor authentication, customisation options, and a password generator, all built into it.
+ </p>
+ <h3>Browser</h3>
+ <p>
+ Many people argue over what is the best browser for privacy, and many people have the argument over <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> or <a href="https://brave.com/">the Brave brower</a>, and there are many good arguments for one or the other. But personally, I do not take part in this debate because it is obvious what the best privacy-based browser is <a href="https://librewolf.net/">Librewolf</a>. The reason why Librewolf is better than Brave and Firefox is for a large number of reasons, mainly because the people who develop Librewolf care about privacy, and it comes with uBlock Origin, which is an ad block that is very useful.
+ </p>
+
+ <h3>Conclusion</h3>
+ <p>That is all what I do to remain safe online, all the rest is common sense like not using windows, not downloading suspisous files online and not telling other people personal infomations. So I do hope you have enjoyed reading this and I will publish more articles in the future.
+ </p>
+ </section>
+
+ <section id="resources" style="display: none;">
+ <h1>Resources</h1>
+ <p>Little note here, much of this artical is knowlage I have learnt overtime that is why there is a lack of resources.</p>
+ <h2>Books</h2>
+ <ul>
+ <li><a href="https://www.amazon.co.uk/Computer-Science-Workbook-Collins-Revision/dp/0008326819/ref=sr_1_9?keywords=collins+ocr+gcse+computer+science">Collin's GCSE revision for computer science</a></li>
+ <li><a href="https://keepassxc.org/docs/">Keepass Docs</a></li>
+ <li><a href="https://librewolf.net/docs/faq/">Librewolf Docs</a></li>
+ </ul>
+ </section>
+
+ </main>
+ </div>
+ <script src="../script.js"></script>
+</body>
+</html>
+