• 0 Posts
  • 173 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle




  • Is it? It was always super easy to get anything done and with systems it suddenly got factors more complicated. Port assignment was super easy to do, note the past tense. It now requires systemd and instead of a 15 second config file change and service restart I now need to create and delete files, restart multiple services, God knows what in systems.

    Simply put: why? If you make an alternative solution AT LEAST it shouldn’t become way more over complicated to get basic tasks done


  • I’m sorry but Cron is really easy, of all systems.

    Try using systemd with an ssh server that you want to have running on a non standard port. On non systemd it’s a 15 second ordeal while on systemd I don’t even know where to start, I pushed it out of my memories. It’s something something create files here, restart demons there, removing other files, it is WAY WAY over complicated


  • Too much

    But that has been a complaint for 10 years and it’s only gotten worse

    I wouldn’t mind systemd if it weren’t for the fact that it was to be a startup system that promised to make everything easier and faster to startup yet managing systemd is a drag at best, and of it did one thing it’s making my systems boot up like mud







  • 24.10 is the first release I’ve had with major problems

    It’s Kubuntu for me, not Ubuntu, but yay shouldn’t matter

    Upgrade from 24.04 to 24.10 failed spectacularly, first upgrade failure in like a decade or so?

    So I reinstalled, added crypttab and fstab devices, reboot, then that failed. For some reason, crypttab isn’t working right.

    In any case, I boot into an emergency she’ll because of that, but systemd (frack systemd, just like snap) complains about /usr/sbin not being a symlink, saying its critical and why it can’t boot

    Eh, okay? I merge it with /usr/bin, symlink it, systemd happy. Things still seemed to work, so yay! Well, crypttab still isn’t but we’ll figure it out, let’s get to work first!

    Cue a few days later, most has been setup, and I want to install docker. Docker installation failed because a dependency failed to find a file. I can’t even remember the last time that happened. I can’t cancel the install either, so it’s stuck and I can’t install anything else.

    After a day I figure out how to cancel the install completely by cancelling literally docker and every dependency, great.

    Work a long time trying to investigate what’s wrong, now I find other packages failing as well. Loads of searches later I figure out that apt hates /use/sbin is a symlink. Frack me for listening to systemd

    Try to split it again, copying contents of bin to sbin, nope. Try to put backup directories back, nope.

    Reinstall, and prep for attempt #3

    Install again, all seems okay, but when adding crypttab and fstab devices, won’t boot again.

    This release sucks




  • Main drive is a 1 1TB super fast m.2 device, backup drive is an 8TB platter drive with btrfs.

    Bunch of scripts I wrote myself copy all important stuff to the platter drive every night using rsync, then makes a snapshot with current date. Since its all copy on write, i have daily backups for like 3 years now. Some extra scripts clean up some of the older backups, lowering the backup frequency to once a week after a year, once every 4 weeks after 2 years.

    I have similar solutions for my servers where i rsync the backups over the Internet.


  • Way back in the day (say 1990) I used the Commodore Amiga platform, loved it, made me want to become a developer. It also already back then instilled a hatred for Microsoft in me.

    Then windows 95 happened, the Amiga platform pretty much died, and I reluctantly switched to using Microsoft windows. For years I gave it a chance, I really did! I hated pretty much everything about it, except total Commander and Irfan view

    Somewhere in 99 i bought a mini home server, and a friend of mine installed Slackware. I managed to break it within days and thought Linux was just too hard.

    Then in 2001 or so I started working with a Redhat server, I believe first over telnet, then SSH and I started learning about the command line and loved it. I leaned compiling which was a bit of a drag to have to always do, but then I learned about packages and very shortly after that, package managers (yum was the first, I believe) and fell in love.

    Then in 2002, I believe, I saw either fedora or Redhat desktops and learned about dual installations. I installed fedoara next to my windows install so that o could try it and work with the familiar windows, but I loved it so much that I quite literally never looked back. 3 months later I deleted my windows partition.

    2004, I think, I switched to Ubuntu with KDE which later became Kubuntu.

    I worked on a Linux desktop machine that allowed on 1 gigabyte Celeron CPU computer with one internal graphics and 4 graphics cards, usb splitters and usb Audio, keyboards, and mice, 5 users to work with KDE on that single computer. Novus, it was called. The project was a technical success and a huge commercial failure and since it was with an external investor, we weren’t allowed to make it open source, unfortunately.

    I started working in a large data center in Latin America in around 2007, I believe, as a senior Linux administrator for 4 years, had a lot of laughs at the expense of the windows team, seeing how clunky and work intense their windows servers were in comparison with my Linux servers.

    Some four-five years later I started my own software development company, all Linux only. Everyone, including the devs, secretaries, sales, all worked on Linux machines. I transferred ownership someone else, and the company still persists.

    But I’ve been on Linux desktop only for well over 20 years now, still using Kubuntu or sometimes KDE neon or mint, but I’m “old” and much less interested in experimenting, I need a stable dependable desktop but I love the bling like KDE 3D desktop to show off to windows users to get them over to the dark side, we got cookies.



  • Most tech sucks because it’s closed source. Closed source products are typically made with “the least amount of work done to sell for the most amount of buck”. So standards are only sloppily and partially implemented (or sometimes purposefully badly or differently to ensure incompatibility), and bugs after sale won’t be fixed because why would they? They already have your money. Middle managers will work hard to ensure more money goes to advertising and marketing than to actual development.

    Then there is the embrace, expand, extinguish mentality (hello Microsoft!) to force customers to stay around their shitty products. Microsoft 365 and teams shit are perfect examples. The company I work at currently uses it and it’s beyond garbage shit that is expensive as hell. Not an hour goes by without me being confronted by bad design, bugs, bugs, bugs, so many bugs… And it’s all designed to ensure you stay in their little walled garden. I can’t change this today, but I’m planning to be rid of it in about a year from now, fingers crossed.

    In my experience, open source software is fucking awesome because people built it to actually build something awesome. Standards are implemented to the letter, bugs are fixed, and it all works and looks awesome.