From 02ee33a3ffdd8a311c26042f7a2687cf2b2742e2 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 3 Aug 2024 17:32:06 +0000 Subject: New post and some misc changes --- public/Images/computers/yubikey.png | Bin 0 -> 1704353 bytes public/about/media | 3 ++- public/index.html | 1 + public/posts/5Servers | 2 +- public/posts/6Yubikeys | 41 ++++++++++++++++++++++++++++++++++++ public/styles.css | 1 - 6 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 public/Images/computers/yubikey.png create mode 100644 public/posts/6Yubikeys (limited to 'public') diff --git a/public/Images/computers/yubikey.png b/public/Images/computers/yubikey.png new file mode 100644 index 0000000..bf963b7 Binary files /dev/null and b/public/Images/computers/yubikey.png differ diff --git a/public/about/media b/public/about/media index b1c3158..9b03908 100644 --- a/public/about/media +++ b/public/about/media @@ -21,12 +21,13 @@

Media I Enjoy!

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!

+

Video Games


My favorite video game is Project Zomboid, 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.

-
+

Movies

diff --git a/public/index.html b/public/index.html index fb4348a..3ccea41 100644 --- a/public/index.html +++ b/public/index.html @@ -26,6 +26,7 @@

Posts

    +
  • 27-07-2024 - Yubikeys!
  • 27-07-2024 - Messing with servers
  • 24-07-2024 - Making some art
  • 22-07-2024 - Trying out FreeBSD
  • diff --git a/public/posts/5Servers b/public/posts/5Servers index 04bf4a7..2561348 100644 --- a/public/posts/5Servers +++ b/public/posts/5Servers @@ -3,7 +3,7 @@ - Art + Servers diff --git a/public/posts/6Yubikeys b/public/posts/6Yubikeys new file mode 100644 index 0000000..6e6f52c --- /dev/null +++ b/public/posts/6Yubikeys @@ -0,0 +1,41 @@ + + + + + + Yubikey + + + + +
    + +
    +
    +

    Using Yubikey

    +

    Date: 03/8/2024

    +
    +

    For a while now, I have wanted to own a Yubikey, 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.

    + Yubikey 4 photo +

    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:

    + +

    There are two on that list that I am particually interested in, that being TKey and Nitrokey, 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.

    + +

    So far the only thing I have really done with my Yubikey is set it up with KeepassXC, 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.

    +

    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!

    +
    + + + diff --git a/public/styles.css b/public/styles.css index 9f626a3..bedd7c2 100644 --- 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 { -- cgit v1.2.3