From 714f6950052aa2a3bc13dc95859c360465062a51 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 16 Feb 2025 20:50:51 +0000 Subject: Minor updates + new post! --- public/Images/computers/OPCcase0.jpg | Bin 0 -> 1210237 bytes public/Images/computers/OPCcase1.jpg | Bin 0 -> 1829132 bytes public/Images/computers/PCcase0.jpg | Bin 0 -> 2000372 bytes public/Images/computers/PCcase1.jpg | Bin 0 -> 2040302 bytes public/Images/computers/PCcase2.jpg | Bin 0 -> 2291591 bytes public/Images/computers/PCcase3.jpg | Bin 0 -> 2029791 bytes public/Images/computers/PCcase4.jpg | Bin 0 -> 2288596 bytes public/about/todo | 3 +- public/articals/linux/media/02FormattingUSB | 4 +- public/index.html | 1 + public/posts/16PC | 61 ++++++++++++++++++++++++++++ public/projects/programs/dotfiles | 2 +- 12 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 public/Images/computers/OPCcase0.jpg create mode 100644 public/Images/computers/OPCcase1.jpg create mode 100644 public/Images/computers/PCcase0.jpg create mode 100644 public/Images/computers/PCcase1.jpg create mode 100644 public/Images/computers/PCcase2.jpg create mode 100644 public/Images/computers/PCcase3.jpg create mode 100644 public/Images/computers/PCcase4.jpg create mode 100644 public/posts/16PC diff --git a/public/Images/computers/OPCcase0.jpg b/public/Images/computers/OPCcase0.jpg new file mode 100644 index 0000000..400f58f Binary files /dev/null and b/public/Images/computers/OPCcase0.jpg differ diff --git a/public/Images/computers/OPCcase1.jpg b/public/Images/computers/OPCcase1.jpg new file mode 100644 index 0000000..a88cd18 Binary files /dev/null and b/public/Images/computers/OPCcase1.jpg differ diff --git a/public/Images/computers/PCcase0.jpg b/public/Images/computers/PCcase0.jpg new file mode 100644 index 0000000..962d7f4 Binary files /dev/null and b/public/Images/computers/PCcase0.jpg differ diff --git a/public/Images/computers/PCcase1.jpg b/public/Images/computers/PCcase1.jpg new file mode 100644 index 0000000..85f488c Binary files /dev/null and b/public/Images/computers/PCcase1.jpg differ diff --git a/public/Images/computers/PCcase2.jpg b/public/Images/computers/PCcase2.jpg new file mode 100644 index 0000000..4142493 Binary files /dev/null and b/public/Images/computers/PCcase2.jpg differ diff --git a/public/Images/computers/PCcase3.jpg b/public/Images/computers/PCcase3.jpg new file mode 100644 index 0000000..5c32f03 Binary files /dev/null and b/public/Images/computers/PCcase3.jpg differ diff --git a/public/Images/computers/PCcase4.jpg b/public/Images/computers/PCcase4.jpg new file mode 100644 index 0000000..2d6e395 Binary files /dev/null and b/public/Images/computers/PCcase4.jpg differ diff --git a/public/about/todo b/public/about/todo index 7bf3c7c..836c7f9 100644 --- a/public/about/todo +++ b/public/about/todo @@ -25,8 +25,9 @@

School

I have mostly been focusing on school so I will not be able to program as much as before.

+

Website

-

As normal I am working on my website, for now I am mostly adding infomation about Linux and junk. I will keep this up for a while because I am trying to master Linux

+

As normal I am working on my website, for now I am mostly adding infomation about Linux and junk. I will keep this up for a while because I am trying to master Linux. I am also trying to get a email server up and working but vultur and digitalocean are being asses sadly, what a guy gotta do to have the SMTP porn unblocked.

Thinkpads

I am looking for an older Thinkpad that I can Libreboot, I have always wanted to do this because having a fully free software computer would just be something nice to have! So I am going to keep an eye on ebay and such for a nice thinkpad that is on the Libre boot compatibility list. Another reason why I want to Libreboot an older Thinkpad is because I want to give it some life and ideally turn it into a faster cleaner machine!

diff --git a/public/articals/linux/media/02FormattingUSB b/public/articals/linux/media/02FormattingUSB index 84b4d10..dc73164 100644 --- a/public/articals/linux/media/02FormattingUSB +++ b/public/articals/linux/media/02FormattingUSB @@ -50,9 +50,9 @@

Give fdisk a minute to write the new partition to the USB.


-

3) Now is the time to give that partition a file system. You should look into this beforehand to see what file system you want, but I will use ext4 because it was made for Linux use.

+

3) Now is the time to give that partition a file system. You should look into this beforehand to see what file system you want, but I will use fat32 because it works with all operating systems.

-

sudo mkfs.ext4 -L "Backup-USB" /dev/sdXx

+

sudo mkfs.fat -F 32 -n "Backup-USB" /dev/sdXx

The small x represents the number of the partition; the -L flag is used to give the USB stick a name.


diff --git a/public/index.html b/public/index.html index 51cc9c7..a98740a 100644 --- a/public/index.html +++ b/public/index.html @@ -27,6 +27,7 @@

Posts