this post was submitted on 20 Aug 2024
34 points (87.0% liked)
Linux
48193 readers
1452 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
My answer for #2 is I have never personally had a problem with Linux on a laptop. Everything works as intended. The only funny thing was when I switched to Arch Linux took a little bit of work to get games to use my Nvidia GPU instead of the integrated one in my CPU. But that was maybe 30 minutes of googling and installing stuff off the AUR. When I ran pop_os it worked right out of the box. I believe pop has all of the Nvidia stuff installed and on Arch I just had to figure out what I needed. That problem was just from lack of experience.
My answer for #3 is I don't know but I've had fun testing different software out to find something that suits me. I want to say way back in the day Ubuntu had a bunch of stuff pre installed. But that was probably 2007 when I last used Ubuntu. On Arch you can just use the discover store to find stuff. If you can't find it there it's in the AUR.
#4 rooting on Linux isn't like rooting on Android. Android is built off Linux so to have "root" access is just like having administrator access or whatever on Windows. Android phones are more locked down so it's usually a pain to root (the manufacturer don't really want you to do it). On your own Linux computer you just use root access. For example on Arch in the terminal to do a full system update you have to use root access so you type "sudo pacman -Syu" in the terminal then it asks you for the sudo password or root password that you yourself setup on install. Sudo is the command that says hey I want to do this no questions asked.
#5 it's Linux you can do whatever you want. You can go through and destroy the entire os if you want.
I'm coming on a year being full time on Linux so that's about the best I can do answering your questions. I'm sure other people will explain stuff better. Good luck!
Arch is about as minimal as you can get. You won't even have a text editor if you don't specifically install one. You won't be able to connect to the internet to install that text editor if you don't install the software to configure the network connection either. I made that mistake the first time I installed Arch.
Yeah It's a pain when in newly installed system there is no Internet and you have to boot off of USB again!
I did a bunch of reading before jumping into Arch so I just used archinstall. Made it nice and easy.