With binary packages it’s actually doable on a laptop. Also newer laptops have tons of low power cores which are great for something highly parallel like compiling.
With binary packages it’s actually doable on a laptop. Also newer laptops have tons of low power cores which are great for something highly parallel like compiling.
I wish gentoo was more explored, I felt the same way and then it finally scratched the itch of things working (perhaps even too many options). I actually ended up using gentoo because it was less of a headache to just get things to work in a way that does not feel hacky
May I introduce you to our lord and savior portage?
Just have to wait until cat 9 comes out with gravitational lensing
Yeah, and you need systemd to read the binary logs. Though I think there may be a setting to change to text logs, I am not sure because I avoid systemd when I can
Still boggles my mind that systemd being terrible is still a debate. Like of all things, wouldn’t text logs make sense?
Lot of comments but the real answer is that generally router firmware is pretty shitty and price does not equal performance. If you want something good for cheap get a 50-100 dollar (can find even cheaper especially if you don’t have crazy internet speeds) computer (like a raspberry pie clone) stick on open wrt, and get a separate Wi-Fi access point. Will blow past any consumer grade premium router because a lot of them are sold the be “all in one” with the cheapest, low power hardware imaginable and while not universal, software that never updated. Also, Something like openwrt has something called cake sqm which can massively reduce latency as well as constant software updates that fix vulnerabilities.
Logind is dead, long live elogind
I’ve found kde to be pretty straight forward, it’s also the most similar to windows so you get a general feel for where everything should be. Also for me, plasma just works, but if you are unsure and using fedora you can try a love usb with each desktop before installing
Unironically love gentoo for this as portage will let you know there is news to read and the command to read it. For changes the news is great and tells you step by step what to do
Honestly we should just use 4 bit ip addresses, it’s too hard for me to remember ipv4 addresses anyways. Carrier grade NAT will take care of the rest.
Historically, there have been moments of very rapid literacy, so just to answer the question - is it possible?, yes. The question is more of when does literacy become relevant o everyday life, if the literature is made relevant then people will learn. This is even true on a smaller scale in the classroom, even with all the challenges of education
I applaud this future thinking. you need bare metal or whatever you consider L4 to truly rice a system. Gone are the days where superior performance was a couple of finely tuned cpu flags away.
It’s almost time to roll out your own OS, posix is becoming too mainstream
Old news, gentoo has binary packages as an option
Last I had looked into it, although the standard exists, they use their own servers and are not compatible with other rcs implementations
What sauce?
Yes you can, swap file makes it trivial because disk is already decrypted in initramfs
Most tame ck2 player
Might not be a great place to start and not Arch Linux, but gentoo solved allowing for many possible configurations by giving each package several different installation options. This is possible because packages are compiled directly from source so the package can have several possible setting changed during compilation. The combinations of software that work are kept track of by a program (the package manager) which lets you know if any settings do not fit together.
On the other hand Linux distros like arch that use binary packages (already compiled) have to make a decision on what defaults or combinations of software to support. If installing packages seems straightforward, it’s because the package manager and the distro are designed well. Ideally, a distro has sane defaults and takes care of dependencies so you can focus on broad strokes (like choosing KDE vs Gnome).
You mentioned that this may be impossible to create for a single person and you would be correct. It took teams of people, years for the linux experience to be as it is (and constantly improving). And yes bugs do come up, which is why picking a well maintained distro is a good idea. Because people do fix bugs and hopefully the original developers of the software also improve their programs. That is one of the beautiful parts of open source software, that it brings together massive collaboration across projects. If for example, the maintainers of Debian find a bug in a package, than when they share it with the package developers and it is fixed, Arch Linux also gets the fix.
Though I have not done it myself, Linux from scratch is a way of seeing how much a distro puts into making a functioning system (as a fun side project). The Linux kernel might do a lot less than you are expecting.
When you install windows you expect a graphical interface, drivers pre installed, some basic apps like a web browser or text reader, and etc. on Linux someone had to put together those things. That’s why android and Arch Linux can both use the Linux kernel even if they look different.
There is a copy pasta about gnu/linux which makes fun of this, as well as endless debates about which user facing systems are better. It’s also why there are so many options to choose from on Linux. For example, Linux does not come with a desktop environment so you can pick which one you want (KDE and gnome as common examples).