this post was submitted on 13 Sep 2023
79 points (90.7% liked)
Linux
48152 readers
838 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Definitely give it a shot, especially if you already know C. Getting your laptop set up the way you want can take some time at first but libinput makes it easy. I've never had issues with Arch on my desktop + lenovo thinkpad, and I update it two or three times a week. It's honestly surprisingly stable for a rolling release, unless you don't know what you're doing. There has been a couple times where I've messed up a binary file and had to arch-chroot in from the install medium in order to fix things. This was on me and a learning experience. The Archwiki documentation is the best source of information on the internet. I use it constantly. The AUR is never ceases to amaze me. It has nearly anything you need, even proprietary software. I am always amazed when some obscure legacy software that I need has already been compiled into a package build on AUR. The PKGBUILD files are concise and easy to understand in case you need to make changes to keep up with updated software.
Also it allows for complete control over every aspect of your desktop environment. It makes things so much easier. Despite what most people say I think systemd is great. You can easily view your services or daemons and have complete control. It makes using my OS a breeze and I am able to pump out scripts, or even run projects through hypervisors quickly and efficiently. I will likely never go back to another OS or distro for that matter, so dive in!