this post was submitted on 18 Nov 2023
-22 points (28.0% liked)

Linux

46794 readers
1722 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 47 points 9 months ago* (last edited 9 months ago) (2 children)

This is one of the reasons why I am very unsure about the whole archinstall thing. On the one hand, it lowers the barrier of entry for less techy people, which is always good. On the other hand, it allows for installing the OS without ever having to use the archwiki, which leads to people making a blog post like this that could be solved by looking for "bluetooth" in the archwiki and following the instructions. To somebody not familiar with the OS, this makes it seem like arch is much more complicated than it actually is. "To run arch, you have to hope that there is a blog post or youtube video for simple things like bluetooth!"

No, you simply go here: https://wiki.archlinux.org/ (Also very useful resource if you are on any other distro btw)

[–] [email protected] 18 points 9 months ago (1 children)

To run arch, you have to hope that there is a blog post or youtube video for simple things like bluetooth!

Or know what systemd is

[–] [email protected] 10 points 9 months ago (1 children)

Systemd is amazing. Every user should at least know the basics.

[–] [email protected] 1 points 9 months ago (2 children)

What on Earth for. I don't think I've used it more than a couple of times over the last 5 years, and that was for arcane stuff like enabling rc.local (which is something every user should probably not know about...)

[–] [email protected] 2 points 9 months ago

Plex, CUPS (printing services), Minecraft servers, VPN, file sharing, DHCP/DNS/Wifi, bluetooth are some examples of basic level things systemd can help regular users manage.

Systemd goes far beyond that too.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

scheduling processes, enabling services, debug services and a shit load of other things that advanced users need.