• 2 Posts
  • 61 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle
  • Stay with ubuntu unless you have an issue with ubuntu itself, because the grass isn’t greener on the other side despite what some people might say. The only real difference that you’ll find are different default settings/programs and the time it takes for a software update to reach your final linux install.

    Some distros like Ubuntu prefer slightly older versions that have been proven to be stable/bug free while others like Arch mostly go for the newest everything where available, at the cost of stability. If you like something a little bit more balanced, you have Fedora (which is my preference).

    The beauty of Linux is that most software will work no matter the distribution you use. If the reason you want to use Linux Mint instead of regular Ubuntu is the desktop environment, you can at any time install the Cinammon desktop (the one used by Mint), here’s an article that guides you through the process: https://itsfoss.com/install-cinnamon-on-ubuntu/



  • And hitting high memory pressure is really not fun on Linux (on Fedora at least), it simply locks up and slows down to a crawl and does nothing for minutes until the oom killer finally kills the bad program. I’ve kind of solvd this by installing a better oom killer on my laptop, but my desktop was easy: buy 32GB of additional ram for like 90$: problem solved








  • The last time I used arch it worked fine for 6 months then it needed to be scrapped because the network fully stopped working after an update. I’ve been on fedora ever since without a single issue. Arch is fine for personal devices where you can afford to spend half a day on troubleshooting a package that is too recent and straight up doesn’t work because there’s no real testing being done. I wouldn’t put it on a work device simply because it’s not a just works distro


  • No, but some are better suited for programming, because each distro has different packages in their repositories. I find Fedora to be very good when it comes to having basically every dev tool available in their repos. Arch is good too but too unstable for actual work. But keep in mind in most distros you can add separate repositories that contains the software you want. You can also use Homebrew that contains lots of dev tools as well






  • From experience, most apps/packages that are compiled for Linux are compiled for both x86 and arm. I’ve had no real issues getting software on my OnePlus 6 running on postmarket os (full Linux os on a phone basically). This is very likely because ARM is a thing in the server space, so most packages in your distros repositories will be compiled for all architectures (and that’s if it’s not required by the distro’s repos to have the two supported).

    Other software ftom outside the repos where linux was already a second class citizen like discord or Spotify may be troublesome though