From da5ff58d0c68b51678d0d96003027c03e2eb68e3 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 31 Aug 2024 20:54:41 +0100 Subject: fixs and posts --- public/posts/09Kernel | 41 +++++++++++++++++++++++++++++++++++++++++ public/posts/10Gentoo | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 public/posts/09Kernel create mode 100644 public/posts/10Gentoo (limited to 'public/posts') diff --git a/public/posts/09Kernel b/public/posts/09Kernel new file mode 100644 index 0000000..020e7e6 --- /dev/null +++ b/public/posts/09Kernel @@ -0,0 +1,41 @@ + + + + + + + Compiling the Kernel 🐧 + + + + +
+ +
+
+

Compiling the Linux Kernel 🐧

+

Date: 28-08-2024


+ +

Today I have compiled the newest version of the Linux kernel being 6.10.6!

+

The main reason why I have done this is because whenever I try install to install Gentoo I fail. I do know you can convert a Linux distro into Gentoo but I want to install it from the ISO first before I do that.


+ +

Was it easy?

+

I would say compiling the kernel was very easy; all I did was input a few commands and copy the defauly config over. There is not much I can say because compiling the kernel is not that complex, but one thing I will say is that my computer was crying during the process.Β 

+ +

Results?

+

As of right now my computer and Laptop both feel a bit faster now that a I have compilied the kernel, and now that I have learnt how to compile the Linux kernel I will now do it whenever I get a new laptop!

+ +

+
Back πŸšͺ | More Linux 🐧 | More Tech πŸ§‘β€πŸ’» 
+
+
+ + + diff --git a/public/posts/10Gentoo b/public/posts/10Gentoo new file mode 100644 index 0000000..6ed2061 --- /dev/null +++ b/public/posts/10Gentoo @@ -0,0 +1,47 @@ + + + + + + + Gentoo 🐧 + + + + +
+ +
+
+

Installing Gentoo Linux

+

Date: 31-08-2024


+

Over the past three days I have been installing and tinkering with Gentoo Linux!

+ + +

Installing

+

I found the Gentoo Handbook extremely useful for installing Gentoo Linux. In the past, my attempts to install Gentoo on my test PC, which uses a BIOS system, were, just a big fail due to a bunch of small mistakes I made. But this time around I installed Gentoo on my main PC, which has 18 cores, that allows me to compile things faster. Overall, I found the installation process to be very straightforward. I simply SSHed into the computer and copied the necessary commands to install the required packages, along with some miscellaneous things like ensuring the file systems where 100% working.

+ +

NVIDIA

+

After installing I wanted to get my desktop enviroment of DWM working. Now sadly I do have a NVIDIA Gpu and I knew before I even started installing Gentoo that I would have problems with it. So I tried the simple solution first just installing the Xorg server software and the NVIDA graphics drivers. It did not work so I did some more tinkering and updated my system with a configured kernel but I sent it into a panic. At this point I just lost all hope and I had been using Gentoo for two days at that point and I just wanted a normal desktop so I reinstalled Arch Linux and played some video games because I was just tired at that point.

+ +

Final thoughts

+

I really enjoyed messing around with Gentoo, even though it took a long time to do so. The documentation on their website was excellent, and I highly recommend trying it out if you're looking for a faster operating system. Personally, I plan to switch to Gentoo once I get an AMD GPU since AMD is supported way better on Linux.

+ +

My favorite thing about Gentoo is that it doesn’t require Systemd as your init system. Instead, Gentoo gives you the choice to use OpenRC, which I find to be simpler and more efficient and not to add more clean than Systemd. I also love that Gentoo requires you to compile everything, and I noticed that my system ran way faster compared to when I was using Arch Linux or any other Linux distro.


+ +

But that is all, thank you for reading!

+ +

+
Back πŸšͺ | More Linux 🐧 | More Tech πŸ§‘β€πŸ’» 
+
+
+ + + -- cgit v1.2.3