I have an old MacBook for 2012, can barely open terminal, installed Pop!_OS, and I love it!
Am I a terrible person?
Not at all. Pop OS was my Windows to Linux distro of choice, of which I stayed on for almost 3 years. It’s a great way to get familiar with Linux.
I only got out because I wanted to be closer to the edge, not because it was bad.
Yes, you are a terrible person. /s
Pop!_OS has been my go to for years now. Always been so reliable and easy to use. This was the distro which kept me from going back to Windows
same here. always had issues getting nvidia drivers working on other distros, but pop os got me going out of the box.
I have MacBook pro from 2011 and it runs Plasma fine. It has 16GB of memory, though.
I’ve got an old Dell XPS system from 2010 with a Core i7 970 in it that runs Mint perfectly well.
Nah, you’re killing it.
sips coffee from Alpine land
I have this exact situation with my wife’s work laptop, which can’t upgrade to windows 11. The requirements are pretty simple, something that runs Chrome and Dropbox as well as Microsoft Office 2007.
I’m going with Mint Cinnamon for her (I use arch & kde btw) - was pleasantly surprised to see Dropbox now has Linux support actually, haven’t looked at it for years!
Almost everything she uses her computer for runs in Chrome.
deleted by creator
There is also LTSC, which is much lighter than regular Windows 11, and does not have the ridiculous requirements.
Don’t use Office 2007 as it has major security vulnerabilities
Now? i am pretty sure I have had dropbox on my linux machine like 10 years back, definitely back when AntergOS was still a thing and even before I remember having it
“Arch” they just need to read the newsletter before updating.
Before upgrading, users are expected to visit the Arch Linux home page to check the latest news, or alternatively subscribe to the RSS feed or the arch-announce mailing list. When updates require out-of-the-ordinary user intervention (more than what can be handled simply by following the instructions given by pacman), an appropriate news post will be made.
alias yay=“yay -Pw; yay”
Today I learned, thanks.
“Gentoo” because fuck you personally.
https://en.wikipedia.org/wiki/Linux_From_Scratch
Linux From Scratch (LFS) is a type of a Linux installation and the name of a book written by Gerard Beekmans, and as of May 2021, mainly maintained by Bruce Dubbs. The book gives readers instructions on how to build a Linux system from source. The book is available freely from the Linux From Scratch site.
LWN.net reviewed LFS in 2004:[19]
Linux From Scratch is a wonderful project. It should become a compulsory reading material for all Linux training courses, and something that every Linux enthusiast should complete at least once. This would also create another interesting side effect: people who tend to be quick in expressing dissatisfaction on the distributions’ mailing lists and forums would probably show a lot more respect for the developers. Installing a ready-made distribution is a trivial task. Building up a set of 4 CDs containing a stable, secure and reliable operating system, plus thousands of applications, is most definitely not.
This just reminds me of my first experience with Linux in the late 90’s. Yes they had installers that got the base system working, but then you had to compile so much.
I did this once. I got to a command line installation and I think I either borked installing a usable desktop environment, or I was just sick of it all and decided I wouln’t be getting working hibernation or Wi-Fi this way anyway and the slightly lower resources used wasn’t worth it.
I think I had tried Gentoo before that and must have decided I didn’t like myself for some reason.
“Some DIY is fun, some is stuff we do by mistake because ‘well how hard can it be anyway?’ and it teaches us a lot for the next project. The rest we do purely to spite ourselves, because we should be able to do it, damnit!”
-thing I said to a friend who asked why I was putting so much effort on myself when I could just buy a flat-pack for the same cost and 99% less effort.
Which distro should I pick?
@[email protected]: No
Nix OS is so much pain
Use Ansible or something else
I am daily driving nixos. It is for those users who have already used atleast couple of beginner distros. Get familiar with packages terminal and other. It is just arch but stable even at the unstable branch. It has saved from breakdowns during important work. But nixos needs time to mature it’s flakes and home manager.
Throw Mint Cinnamon or the latest version on the computer, solved. Ubuntu can… be speshy sometimes on my older spare laptop, but it is not really their fault, more my computer is a bit cooked. Some puppy linux distros are cool, but also a tiny bit complicated for beginners.
That was the reason I decided to install Mint Cinnamon.
It’s been impossible to install for a week now. And I’m not even 100% IT illiterate. After ~3 days of struggling, I decided to do the walk of shame and post on the Mint forum, admitting my failure. It’s been unsolved for about a week now. >100 fails and errors, crashes, freezes.
I can’t even imagine where I would (not) be had I chosen Kali or Arch.
At least they aren’t trying to get Steam to work on Kali.
That’s surprisingly easy.
Documentation? For Nix? Yeah right.
Did you know that the suffix for nix documentation files is, coincidentally, .nix?
The code of the packages is the documentation. So the newcomers better start learning Nix language and reading the paper about how Nix works under the hood before they get started! /s
But seriously, I used NixOs for about 2 years almost 10 years ago and while it was/is fascinating when you have everything setup, getting there and maintaining everything across so many packages that each have their own way of configuring them took hundreds of hours. I’m back on Arch using a custom tool I wrote to fully manage my configs, packages, dotfiles etc.
The way I remember it is that there is no consistency across Nix packages and it all feels like a giant puzzle for people who enjoy spending time configuring more than actually using the computer. And I say that as someone who actually enjoyed getting into that when I had unlimited time.
Okay, but when I figure it out on my desktop I just copy paste the exact snippet to my laptop and it just works.
Do you think I can remember the steps I took to fix my issue with Ubuntu? I don’t remember what file I modified and where I put some config file.
But to be fair, Nix is not the only answer to that. There are lots of tools for just dotfiles but you can also build something using e.g. ansible to manage everything.
All my computers have their config in a git repo. That includes users, packages, services, dotfiles, /etc configs and so on. I used ansible before writing my own tool. I can install Arch from scratch and only need to partition, run one script and then apply my config on first boot using my tool to have my system restored. I know it’s not as declarative and absolute/reproducible as Nix, but it works and it’s way less painful than my last attempt at giving NixOS a go.
I dunno man. I spent way less time configuring my machines on NixOS because it just works. But in fairness, that is after I have spent a lot of time learning it (compared to classic systems that is, not a lot compared to NixOS maintainers who write way better module than I do). Now that there is a foundation, I just run the updates. It’s almost scarily stable. And the ability to group related settings together is such a bliss because you no longer wonder about “what did I do to enable X”, just open the file, it’s all in one place. Stuff that could be three completely different things (e.g. a service specific config file, a PAM entry and the service activation itself in effectively 5 lines. Want to do something for multiple services? Just map over their list. Etc
I happily used Arch for 15 years and after trying NixOS on a decommissioned machine for one day I switched over everything as fast as possible. And I did try out Ansible on Arch, so it’s not like I didn’t try management via a tool. But using a system like NixOS just solves sooo many potential issues.
It obviously comes with downsides, for example there is no quick configuration change. Changing something small requires another evaluation. Still worth it
I really love this image for this, that expression combo is perfection.
definetly! do you know what anime that is?
Chatlotte (2015)
I mean isn’t it accepted that NixOS is a terrible pick for a beginner, especially a non-technical one? I feel like even the Nix community doesn’t recommend the distro to complete beginners.
I wish. People recommend Arch to beginners all the time. And then wonder why there’s so many “Linux is too hard” comments everywhere
Arch isn’t necessarily hard. It just is unstable plus it encourages dated ways of doing things.
Those make it hard
And it just seems towering overall with the insane egos of some Arch users on forums. It’s a good distro, just setting it up feels so tiring.
I really wish everyone thought like that, but I still see people recommending Nix, Arch, Void… and some go the ideological route and start recommending systemd-less only like Artix or ranting against anything that uses Flatpak. Those discussions can get messy, and they always alienate the person who asked. Unfortunately those with ideological reasons are always the loudest and present in basically every “Beginner’s Help” group.
I wouldn’t recommend vanilla Arch only because of the installation process. CachyOS that simplifies it is an extremely good pick for a person who already knows what a computer is, but wants to try a proper OS.
Arch mostly got it’s reputation in the early days. Today some things are a lot easier to do on Arch than on other distros, especially because AUR exists. Also, it built one of the best wikis over all that time.
For most people though yeah, Debian is rock solid, only went arch on my desktop for nvidia drivers (and HDR), archinstall really simplifies installing it.
Arch and Debian wikis are both amazing sources of information, highly recommend for any distro.
Weird way to spell EndeavorOS
EndeavorOS? Yay!
Weird way to spell EndeavorOS
With the missing ‘U’? I know, right? But it’s not weird; it’s just American, so it rewrites its history.
I use Nixos BTW.
And I can’t recommend it to anyone. Not even veterans.
I can only say if you like souls like games nixos might be your thing…
Lol I’ve been considering trying it and that might push me per the edge. The self hate is strong xD
If you do, this website is very helpful: https://search.nixos.org/options
errupts
\sigh
I use Alpine, tbh I dont see why I should learn an entire programming language just for a distro
Alpine just feels like everything on my system is there for a reason (and somehow makes arch feel “bloated”) so I 100% understand wanting a full config file for everything on your system. But DAMN THE DOCS SUCK. Also NixOS locks you into systemd…
I keep seeing this sentiment, what’s wrong with systemd?
I have an old Laptop with a second gen i3 and 4gb of ram. Alpine runs very smoothly with Sway.
NixOS locks you into systemd…
Okay! Nix is out until it fixes that. What a fucking mess systemd is.
Why do you use Alpine?
Very old computer
Alpine actually isn’t more lightweight than something like Debian. You can use whatever you want of course.
I think Alpine is best used in a container.
Because whenever I use apt or a similar standard package manager there is always some issue. For example, I start up an Ubuntu VPS and try to run nginx just to find out that Ubuntu 24 only has 1.24
And to get a newer version you need to do a bunch of steps:
How are these sources.list incantations any different from editing a configuration.nix file?
Big nix fan here, I love being able to define my system from a couple configuration files and not scrounging around the file system for the right dot file
Definitely solves more problems than it creates! /s
And also it let’s you do crazy things that would be impossible in other imperative distros tho.
I am thinking about root-on-tmpfs, conditional configuration and doing all sorts of crazy things with packages while remaining manageable.
It is simply another whole tier.
I use arch btw