18
Artix Linux Installer
(files.catbox.moe)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Sweet! If and when Arch implements age verification, Artix is where I'm seeking asylum.
A question: I have a fair understanding of Linux - been using it for five years - but only with systemd. Is it hard to transition to other init solutions? Is one better than the others? What about sysVinit?
Its a learning curve for sure, I'm still learning it myself. Openrc seemed to be fairly popular, so thats why I started with that.
There is a few changes such as not using service files and instead using crob jobs, seeing the logs of your tasks need to be hooked into using syslog-ng to consolidate the logs. I'm still learning how you see stuff like the service status etc.
Its been fun learning something new again, and writing a script like this to set it all up for me has been a great way to learn it all.
Btw, s6 (runit too?) supports user services and for dinit exists turnstile.
Well then, that sounds great, because I love tinkering and learning new stuff. :)
I do recall using some minor distro - perhaps antiX - a long time ago to save a broken laptop. I did do
init [some number between 0-5]to manipulate the system's power state, I think. That's my experience with it haha.