callyral [he/they]

favorite bands · Lemon Demon; Tally Hall.

favorite artists · cavetown; Neil Cicierega; Bo Burnham; Jack Stauber; Will Wood; Toby Fox.

𝙸’𝚖 𝚑𝚊𝚕𝚏 𝚑𝚞𝚖𝚊𝚗 𝚊𝚗𝚍 𝚑𝚊𝚕𝚏 𝚖𝚊𝚌𝚑𝚒𝚗𝚎

mastodon · @callyral@furry.engineer

  • 4 Posts
  • 267 Comments
Joined 10 months ago
cake
Cake day: September 14th, 2023

help-circle






  • Here’s my distrohopping journey (including non-Linux OS)

    • Windows 7 →

    • Windows 10 →

    Mid 2021, I tried Fedora Linux in a VM and was unable to install it, but I liked it regardless.

    So, a while later I decided to try this “Linux” thing on my computer.

    • Linux Mint (late 2021) →

    • Arco Linux (arch felt too intimidating) →

    • Debian (stability = good?) →

    • Debian Sid (stability = boring) →

    • Artix Linux OpenRC (omg i hate systemd so much!1!!) →

    • Void Linux →

    • Artix Linux runit (it didn’t work) →

    • Arch Linux (how do i use systemctl wtf) →

    • Void Linux again (ah, ln -s /etc/sv/something /run/service/)→

    • NixOS unstable (since January 2024)

    Honestly, I’m just glad I found something I liked, as NixOS is perfect for tinkering.

    During all that distrohopping, I “DE-hopped” even more. Currently I run SwayFX, but I’ve used Cinnamon, XFCE, Plasma, GNOME, AwesomeWM, i3, bspwm, dwm, swaywm and Hyprland.

    edit 1: add Artix Linux runit

    edit 2: remove NixOS stable from the list









  • What? I call my computer a PC and I run Linux. My friends know I use Linux and they don’t get confused when I call my device a PC. As far as I know, “PC” refers to a personal desktop computer and does not depend on the OS.

    It could just be me, but when someone says “PC” I don’t necessarily think of a Windows computer, I just think of a computer.


  • It depends on what kind of game you like. Here are 2 video games I play on Linux:

    • Minecraft is a sandbox game with a survival aspect, where you can be as creative as you want while still having fun challenges. There are many different playing styles. It costs about $30 and requires a Microsoft account to play legally. Minecraft: Java Edition officially runs on Linux. Minecraft: Bedrock Edition (the one with console cross-play) does not run on Linux by any official methods.

    • Mindustry is a techy/industrial game, I’ve heard some say it’s like if Factorio was a tower defense. It is free and open-source (under GPLv3), requires no account.

    For purchasing or acquiring games, I’d recommend Steam. It has lots of games and many of them work on Linux. There’s also Heroic Games Launcher for Epic and GOG games.


  • Yeah, I think I might also switch from Hyprland to something like SwayFX or Plasma 6 (with Polonium for tiling, I heard it’s gotten better).

    edit: welp, the background is black, system settings crashes and i have searched and searched for what this issue could be but i’m too lazy to make an actual support ticket so i’m complaining on lemmy instead.

    thankfully i made a separate git branch in my config for plasma, i’ll use hyprland until i figure out how to get plasma to work properly. then i’ll configure it, if i don’t like plasma i might go back to swayfx as i said previously in my comment.


  • Burn a live Linux system onto a USB (can be one with just a terminal, like Arch Linux). If you don’t have another computer to plug the USB into, this can be done on an Android phone using EtchDroid.

    Then, boot from that USB and mount your main filesystem. Inside of the Live system, chroot into the mounted filesystem and run sudo grub-mkconfig -o /boot/grub/grub.cfg which should fix the bootloader.

    After that, you can just exit the USB system and return back to your OS which should boot now.

    (If you don’t know how to mount a filesystem or chroot, I would explain but I forgot how to do it. If someone else could explain that would be neat)