website

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

commit 02ee33a3ffdd8a311c26042f7a2687cf2b2742e2
parent 3e11a2cbf9c8ecc9d9cf8e5d3bb2d265ec562b3d
Author: Shipwreckt <shipwreckt@mailfence.com>
Date:   Sat,  3 Aug 2024 17:32:06 +0000

New post and some misc changes

Diffstat:
Apublic/Images/computers/yubikey.png | 0
Mpublic/about/media | 3++-
Mpublic/index.html | 1+
Mpublic/posts/5Servers | 2+-
Apublic/posts/6Yubikeys | 41+++++++++++++++++++++++++++++++++++++++++
Mpublic/styles.css | 1-
6 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/public/Images/computers/yubikey.png b/public/Images/computers/yubikey.png Binary files differ. diff --git a/public/about/media b/public/about/media @@ -21,12 +21,13 @@ <main class="description"> <h1>Media I Enjoy!</h1> <p>This page is about some media I enjoy. It is divided into two different categories: video games and movies, for now, I do plan to add some books in the future!</p> + <hr> <h2>Video Games</h2> <img src="../Images/media/zomboid.jpg" class="left-image" width="100" style="padding: 10px; display: block; margin: 10px auto; max-width: 100%;"> <br><p>My favorite video game is <a href="https://projectzomboid.com">Project Zomboid</a>, a zombie survival game where you have to survive for the longest amount of time. I like the amount of mods the Project Zomboid community has made over time, which add so much content to the game. I am excited for when they add other humans as AI into the game because that would create a whole new level to the game.</p> - <br> + <br><hr> <h2>Movies</h2> <a href="http://www.revolution-os.com"><img src="../Images/media/revolutionos.jpg" class="left-image" width="100" style="padding: 10px; display: block; margin: 10px auto; max-width: 100%;"></a> diff --git a/public/index.html b/public/index.html @@ -26,6 +26,7 @@ <section class="posts"> <h2>Posts</h2> <ul> + <li>27-07-2024 - <a href="posts/6Yubikeys">Yubikeys!</a></li> <li>27-07-2024 - <a href="posts/5Servers">Messing with servers</a></li> <li>24-07-2024 - <a href="posts/4Art">Making some art</a></li> <li>22-07-2024 - <a href="posts/3FreeBSD">Trying out FreeBSD</a></li> diff --git a/public/posts/5Servers b/public/posts/5Servers @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Art</title> + <title>Servers</title> <link rel="stylesheet" href="../styles.css"> <link rel="icon" href="../Images/favi.png" type="image/x-icon"> </head> diff --git a/public/posts/6Yubikeys b/public/posts/6Yubikeys @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Yubikey</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 class="description"> + <h2>Using Yubikey</h2> + <h3>Date: 03/8/2024</h3> + <hr> + <p>For a while now, I have wanted to own a <a href="https://www.yubico.com/">Yubikey</a>, but the price has always held me back since they cost a lot of money. After scouring ebay for a while, I finally found a good deal on one. I bought it, and now I’ve had the chance to mess around with it.</p> + <img src="../Images/computers/yubikey.png" width="780px" alt="Yubikey 4 photo"> + <p>So far, I have been relatively happy with the Yubikey, but there is one concern I have: a lot of the firmware on the Yubikey is closed source, meaning someone like me cannot read the source code. While this may sound like something small to most, and I might seem overly cautious, but all I will say is how can you fully trust a product and its functionality if you can't see what it’s doing? Due to the Yubikey having closed source components, I have looked for some FOSS alternatives. Below, I have listed some of these products below:</p> + <ul> + <li><a href="https://tillitis.se">Tkey</a></li> + <li><a href="https://onlykey.io/">Onlykey</a></li> + <li><a href="https://www.nitrokey.com/products/nitrokeys">Nitrokey</a></li> + <li><a href="https://solokeys.com/">Solokey</a></li> + </ul> + <p>There are two on that list that I am particually interested in, that being <a href="">TKey</a> and <a href="https://www.nitrokey.com/products/nitrokeys">Nitrokey</a>, this is because they are both well delevoped and have ways to set up with SSH so I can connect to servers way more securely, they also provide keys that have NFC so I can use it with my phone which is a big save.</p> + + <p>So far the only thing I have really done with my Yubikey is set it up with <a href="https://keepassxc.org/">KeepassXC</a>, for some reason I cannot get my Google account working with it, and this is because I am under Linux, so I might need to install Windows or ChromeOS in a virtual machine and set it up, but even if then, I just have to hope it will still work on Linux because if not, well, that would be ass.</p> + <p>That is all I am going to look more into hardware keys because well they are awesome, but that is all thank you for reading!</p> + </main> +</body> +</html> + diff --git a/public/styles.css b/public/styles.css @@ -80,7 +80,6 @@ a:hover { .left-image { float: left; - margin: 0 0 10px 10px; height: auto; } .center {