summaryrefslogtreecommitdiff
path: root/public/articles
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-07-17 17:39:54 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-07-17 17:39:54 +0100
commitb61aca6682042e415e52b4546255b2a0bcd7b42a (patch)
tree7e141aa190061223575a5e7539be33131abdf8f8 /public/articles
parentb663eae365f70f13ed4a3447198dff0a32d203eb (diff)
Website overhaul
Diffstat (limited to 'public/articles')
-rw-r--r--public/articles/0How_To_Stay_Safe_Online75
-rw-r--r--public/articles/1Learning_C78
-rw-r--r--public/articles/2Dwm59
3 files changed, 0 insertions, 212 deletions
diff --git a/public/articles/0How_To_Stay_Safe_Online b/public/articles/0How_To_Stay_Safe_Online
deleted file mode 100644
index 13316c5..0000000
--- a/public/articles/0How_To_Stay_Safe_Online
+++ /dev/null
@@ -1,75 +0,0 @@
-<!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/misc/logo.jpg" type="image/x-icon">
- <link rel="stylesheet" href="../styles.css">
-</head>
-<body>
- <div class="sidebar">
- <h2>Table of Contents</h2><hr>
- <ul>
- <li><a href="#article">Article</a></li>
- <li><a href="#resources">Resources used</a></li>
- </ul>
- </div>
- <div class="content">
- <header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></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 article 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 that 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>
-
diff --git a/public/articles/1Learning_C b/public/articles/1Learning_C
deleted file mode 100644
index de144ef..0000000
--- a/public/articles/1Learning_C
+++ /dev/null
@@ -1,78 +0,0 @@
-<!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/misc/logo.jpg" type="image/x-icon">
- <link rel="stylesheet" href="../styles.css">
-</head>
-<body>
- <div class="sidebar">
- <h2>Table of Contents</h2><hr>
- <ul>
- <li><a href="#article">Article</a></li>
- <li><a href="#resources">Resources</a></li>
- </ul>
- </div>
- <div class="content">
- <header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></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>Learning the C programming language</h2>
- <h3>Date: 10:6:2024</h3>
- <hr>
- <p>Hello there, I have not updated this website in the last few days or posted much to GitLab, so I thought I might as well publish something to keep some people updated.</p>
-
- <p>So as the title implies, I have been learning the C programming language recently, and it has been fun. I am still at the basics, and I have tests coming up, but I am doing my best with the time I have! i  While I have been learning, I have been making a kind of tutorial file from the tutorial videos I have watched, so when I believe it is fully ready, I will publish it to GitLab.</p>
-
- <br><hr>
- <h3>Date: 27:6:2024</h3>
- <p>It has been a few weeks, and I have not made much progress, sadly. I have been quite busy with school, but I have more free time now, so I will have more time to study. I am happy I have more time because I have been really falling behind on learning C. </p>
-
- <br><hr>
- <h3>Date: 8:7:2024</h3>
- <p>Hello there! It has been a little while since I last updated this page. I have added some of the resources I use today, so that is a plus for you to read if you are curious! But the main bit of news is that I have is that I have rewrote my programme <a href=../projects/programs/Fakefetch#info>Fakefetch</a> in the C programmeming language. It was a bit of a challenging, and I needed some help with troubleshooting, but I got there in the end. I have expanded on my notes, and when I am ready, I shall publish what I have done so far. But for now, that is all. Thank you for reading.</p>
-
- <font color="#800000">This page is still being updated as I learn more C so keep checking in! </font>
- </section>
-
- <main id="main-content">
- <section id="resources">
- <p>This is a page full of resources I use to learn the C programming language.</p>
- <h3>Websites</h3>
- <ul>
- <li><a href="https://freecomputerbooks.com/langCBooks.html">Freecomputerbooks.com</a></li>
- <li><a href="https://www.learn-c.org/">learn-c.org</a></li>
- </ul>
- <h3>Reading material</h3>
- <ul>
- <li><a href="https://mirror.parrot.sh/parrot/misc/openbooks/programming/C_Programming.pdf">C programming</a></li>
- <li><a href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#hello_002ec">Gnu C refrance manual</a></li>
- </ul>
-
- <h3>Videos</h3>
- <p>For privacy reasons I have used yewtu.be which for now is more private then google's youtube.</p>
- <ul>
- <li><a href="https://yewtu.be/watch?v=KJgsSFOSQv0">C programming (freecodecamp)</a></li>
- <li><a href="">C programming course (brocode)</a></li>
- </ul>
- </ul>
- </section>
- </main>
- </div>
- <script src="../script.js"></script>
-</body>
-</html>
-
diff --git a/public/articles/2Dwm b/public/articles/2Dwm
deleted file mode 100644
index 1e0b392..0000000
--- a/public/articles/2Dwm
+++ /dev/null
@@ -1,59 +0,0 @@
-<!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/misc/logo.jpg" type="image/x-icon">
- <link rel="stylesheet" href="../styles.css">
-</head>
-<body>
- <div class="sidebar">
- <h2>Table of Contents</h2><hr>
- <ul>
- <li><a href="#article">Article</a></li>
- <li><a href="#resources">Resources</a></li>
- </ul>
- </div>
- <div class="content">
- <header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></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>Switching to DWM</h2>
- <h3>Date: 13/7/2024</h3>
- <hr>
- <p>It has been a little while since I have updated or added anything to the website, and this is due to the fact that I have been working on my configs, and so far I have them in such a way that I am happy with them. I have also been switching from <a href="https://qtile.org/">Qtile</a> to <a href="https://i3wm.org/">i3</a> to, well, <a href="https://dwm.suckless.org/">Dwm</a> now, which has been fun! The reason why I have switched to DWM is because it is written in C, and as my last article stated, I am currently learning C, so it's a win-win: I get a highly hackable window manager, and I get to learn more about C. I also just like how small it is in size because I have been considering doing a few projects in the future, that being, trying <a href="https://www.freebsd.org/">BSD</a>, <a href="https://www.linuxfromscratch.org/">LFS</a>, and <a href="https://www.gentoo.org/">Gentoo</a>, which DWM works on all of them; since two of them (LFS and Gentoo) require me to compile everything, this has not been the worst decision I have made.</p>
-
- <p><br>Here is my DWM config on my PC</p>
- <img src="../Images/DWM/DWM.png" alt="Linux rice" height="450px">
-
- <p>So far, I would say DWM is the perfect window manager for me. I do not see myself going back to Qtile or I3 any time soon because DWM has literally everything I would ever need and more, thanks to the amazing patches I am set up with. I have found it quite easy to configure it; it did take a little bit of time to get used to, but the people at Suckless have made it very easy to configure. I don't think I will be adding much to DWM from now on because I have it how I want currently, so I am pretty happy!</p>
-
- <p><br>That is all for this post thank you for reading, more posts to come!</p>
- </section>
- <main id="main-content">
- <section id="resources">
- <h3>Websites</h3>
- <ul>
- <li><a href="https://dwm.suckless.org/">suckless's DWM</a></li>
- <li><a href="https://dwm.suckless.org/patches/">DWM patches</a></li>
- </ul>
-
- </section>
- </main>
- </div>
- <script src="../script.js"></script>
-</body>
-</html>
-