• 0 Posts
  • 15 Comments
Joined 6 months ago
cake
Cake day: January 1st, 2024

help-circle
  • Stable is for servers, unstable for desktop. It has worked for 20 years. I actually installed two further Debian workstations recently after trying and failing with Kubuntu. So … no, I don’t have this problem.

    No idea why busybox is needed. Is this is your emergency boot environment like initramfs? Sometimes it’s nice that Linux boots up and offers an environment to fix stuff while some modules are broken.


  • I recently removed my 25Gbps PCIe dual port cards from my 2 servers because they were using 20W more. My entire rack including 2 UniFi PoE connections uses 90 W now (so 110 W just for having 25 Gpbs).

    There is some heat from such cards, but usually it gets transported outside fine. The ones I bought did not come with a fan. I think you cannot operate them without one. The heat sinks get very hot.


  • (Oops… wrong thread, I’ll leave it here)

    I’ve been using FreeBSD for 20 years on my desktop. I’ve been also mainly using it because I was literally afraid of using Linux filesystems for data storage, when I learned how ZFS works.

    Now with bcachefs the situation is different. It’s nice to see an advanced filesystem on Linux, even it’s still beta. I migrated my desktop to Linux, but will keep FreeBSD on my servers for a while, because it’s less hassle for me.

    Actually I stopped liking the FreeBSD community. They made a lot of drama in the past years and I stopped being active there. I haven’t reported bugs anymore and fixed them privately or reported directly to upstream. I have many nice things running on servers, but I’m thinking about moving to Debian entirely.



  • I had numerous situations where systemd didn’t let me abort a hanging service startup during boot or stop during shutdown.

    So what do I do now, systemd? Wait till infinity??

    That never happened while using other init systems. Because they simply fail properly (“sorry I did my best to stop this, I needed a SIGKILL finally”). Or simply let me log in: “sorry, some services failed to start and now it’s a huge mess, but at least you can log in and fix it.”.










  • Suzune@ani.socialtoSelfhosted@lemmy.worldJoplin alternative?
    link
    fedilink
    English
    arrow-up
    8
    ·
    6 months ago

    Logseq is great. It’s still in early development. Only sync is not so great. I use Git and wrote two scripts (pull/push) for Android which I start manually. The desktop application is very powerful and extensible. The app only supports the most common features without any plugin support.

    It’s also pretty great if you’re able to code.