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

help-circle

  • That would be awesome, currently it’s 500GB for their cheaper option which starts at 23/year. I didn’t find an option to increase the bandwidth before completing the order. Also it needs to be deployed in NY (which would be possibly slow for me in Europe). Finally their isos are somewhat old, the latest Ubuntu they have is 20.04 (which has an EoL next year).

    All that being said, 23/year is very cheap for a VPS, and for people in the US that use less than 500GB/month that’s the best deal I’ve ever seen.



  • Should we call it X/GNU/Linux as to not downplay the work the people at Xorg put in? Also possibly Systemd/X/GNU/Linux, how about Plasma/Systemd/X/GNU/Linux, and since nowadays browsers do most of the tasks I think it’s only fair Firefox/Plasma/Systemd/X/GNU/Linux, or maybe Chromium/GNOME/Dinit/Wayland/Musl/Linux, you know what these two have in common? Just the Kernel, but you would say they’re both the same OS.

    I’m not saying GNU is not great nor am I saying that they didn’t contributed or that they’re worthless. But GNU is not special, X, Systemd, and other such components are just as essentials to Linux as GNU, and no one claims they should be added to the name of the OS.



  • Long story short, Fedora is RedHat, RedHat is mostly aimed at companies, so most random users haven’t encountered it. I used Fedora for a few months, a Friend of mine was very passionate about it, I personally didn’t find anything special about it and disliked rpm at the time, so I ended up switching back to Mint (I think it’s what I was using at the time).

    So, long story short, people are not recommending it because they’re not using it, but I know a few people who use it and swear by it, so it looks like you’re on the road to join their club, and don’t let anyone tell you you should be using any other distro, as long as you find something that works for you, that’s what matters.

    That being said have you tried Kubuntu? I feel lots of what you had issues with could be the old GNOME vs KDE argument.


  • The thing is that this is not something that happens, I remember when I first started using Linux, I got lots of weird problems like that, eventually they stopped happening, and for a while I thought Linux had gotten way better, until one day I was going through some backups and I found a xorg.file with a typo, and then I had the revelation that I had been breaking random stuff without realizing it.

    You mentioned that the monitor doesn’t work on a fresh Ubuntu install, but does it work on the live iso? You also mentioned having to run several commands and tweaks after installation on Ubuntu but not on Fedora, did the monitor work before those tweaks or could it be that one of those caused it?

    I know such errors can be frustrating, and if you’re happy with Fedora there’s no reason to look back. BTW this is not a “you’re using your system wrong”, but you might be causing the issue without realizing it, I know I was when I was in your shoes, and probably would be angry at people telling me that because I was sure I hadn’t done anything.



  • Curiously that’s not as accurate as you might think. Different systems use memory differently, even just between different Ubuntu flavors or customizations. 1-2 crashes a week is not normal, unless it was consistently happening when you did something specific. Also, what exactly do you mean by crashing? Did you get a black screen with some error or the computer would just freeze or reboot?

    That being said I don’t think this is likely to be a hardware issue. One thing that comes to mind is maybe swap, did you had swap on Ubuntu and do you have swap on Fedora now? If Linux runs out of memory it freezes, having swap prevents it from doing so, so if you have low enough memory it’s possible that it would get filled up and freeze your system without swap (Windows has the equivalent by default)




  • I’ve recently migrated to nushell, I don’t straight up recommend it because it’s not POSIX compliant, so unless you’re already familiar with some other she’ll I would not use it.

    That being said, it’s an awesome shell if you deal with structured data constantly, and that’s something I do quite often so for me it’s a great tool.



  • That’s a logical fallacy, all dogs are animals does not imply that all animals are dogs. Even if all programmers you know use Windows that could still mean that all Linux users are programmers.

    That being said several relatives use Linux because I refused to help with IT unless they had Linux, and since then they mostly hadn’t needed IT support. So it’s not true that all Linux users are programmers, but a good percentage of us are.


  • It’s not, I’ve been using Linux for 20 years and it’s been gradually getting more and more exposure on the main media. I think there was a huge push with Steam Machines and then another one with Proton, then every Windows screw up bumps it a little more. We’re probably going to get another bump in popularity in a short while when Windows 11 enables the new feature that will take screenshots of everything you do (credit cards, passwords, etc) and use an AI to search through them.




  • For anyone defending the dev ensure you have the version before this patch and run systemd-tmpfiles --purge just a heads up, it will delete your home because /usr/lib/tmpfiles.d/home.conf exists and lists your home as a temporary file. This is a HUGE issue, tmpfiles.d default behavior is to list /home as a temporary dir, that should NOT be the case. Their fix is also sort of bullshit, instead of removing home as a tmpdir they made it so that you need to specify which files to purge.