He/Him 🏳️‍🌈 🏴‍☠️

Newbie Linux nerd.

  • 0 Posts
  • 38 Comments
Joined 10 months ago
cake
Cake day: June 12th, 2025

help-circle

  • I’ve been fucking around with Artix in a VM trying both Runit and S6.

    Having never successfully installed Arch manually before, it was easier than I thought to get a desktop up and running…getting Pipewire to work on the other hand…still working on it. >.>

    Honestly think the official installation guide needs some updating. I had to go off and find other community written guides to get certain things working. And small issues like the linux-firmware package downloading Nvidia drivers on my full AMD system.

    I’m still dedicated to switching from Endeavour even though that distro has been very good to me. Their official statement on the matter didn’t inspire confidence, more just shifted the blame to FOSS as a whole. No words on plans to protect users or fork/switch away from mainline SystemD when push comes to shove.








  • A surprising amount of people have put up this mental wall separating “SteamOS” from Linux.

    I’ve had this conversation with multiple people and it’s being brought up again because of the Steam Machine announcement.

    Some (very few) legitimately didn’t know SteamOS was a Linux distro, Or they knew it was based on Linux but thought it used a whole different user ecosystem. Like how Android is technically Linux but using it is nothing like using desktop Linux. These people I’ve found are more willing to actually look into Linux after someone’s explained to them that SteamOS is just Linux. And that there’s even SteamOS-like Linux distros you can use right now!

    Then you have those who are hard-line about having Official SteamOS. And most of the time they have some misguided believe along the line of, SteamOS is Linux but Valve has fixed all the “Linux issues”. And for a lot of them you’re probably not going to get far convincing them that mainline Linux isn’t just endless command lines these days.




  • Should note EndeavourOS is just Arch with an easier installer and slightly pre-configured with common dependencies installed out the box.

    EndeavourOS + KDE is what got me daily driving Linux and even after using vanilla Arch for 2 months at one point, I went back to EndeavourOS because it was just less hassle.







  • Never tried any of this before, I’ve barely touched Windows (outside of work) since 2023.

    But a few of the more tech savvy people I know had done clean installs of Windows 10 LTSC IoT and recommended it.

    So I just launched a VM and started looking stuff up to see if there was a way of doing it without needing a clean install. Because seems most people I know are more willing to risk running an EOL OS than actually backup their shit…



  • You can use regedit to make the LTSC IoT installer think you’re already on an LTSC IoT build so it just installs without doing a clean install.

    I first learnt about it from this Youtube video but they only show how to get the base LTSC version and not IoT which will get updates until 2032.

    Here’s the values I used.

    “CurrentBuild”=“19044”

    “CurrentBuildNumber”=“19044”

    “EditionID”=“IoTEnterpriseS”

    “ProductName”=“Windows 10 IoT Enterprise LTSC 2021”

    “ReleaseId”=“2009”

    “DisplayVersion”=“21H2”

    I have them in a registry script along with txt guide I’ve been sending to my friends. Not sure if I can directly post them here however.