this post was submitted on 09 May 2024
45 points (95.9% liked)
Linux
47952 readers
1632 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
Is it just me that dislikes when packages are mentioned instead of a series of terminal commands? I don't want to install a package. Why would I want to rely on a package and it's maintainer when I could write a shell script using the tools native to my OS?
Is this unreasonable or just unpopular?
That and every command preceded by sudo.
Just..
..bam, no more sudo. And likely no more system within a few sessions 🫣
Solution? Just don't make mistakes. Ezpz. /s
sudo su -
I know you're joking anyways, but I always cringe when I see that. There's no need to invoke
su
there. If you want a root shell, usesudo -s
orsudo -i
depending on what kind of shell you want.Yes, that's just you and probably explains why you are on a programming Lemmy instance. Personally I like to use the terminal myself for reasons including starting some GUI applications but I am sure that most people ("normies") would run away screaming if the first moment they would spot a terminal. See, everyone has their own preferences :)
I have no critique of anyone's preference. I joined the linux board looking for discussions on novel ways to use the system.
Since I haven't found that here, I thought I'd add a comment to see if it's just me. And I wanted to check to see if there is an alternative forum for such conversations.
Maybe a shell, bash, scripting, or man page community. Idk.
Right. It's in my opinion not so easy to find communities or finding people wanting to share the same interests. How about these ?
Yeah the search tool isn't the greatest, tho I expect third party maps of communities will spring up at some point.
Thanks.
If you want to invent and maintain your wheel then go ahead.. but I think we have better things to do than maintaining half the code of an operating system.
Udisksctl has a variety of relevant features, and it works good, kind of.