this post was submitted on 03 Jan 2025
58 points (95.3% liked)

Linux

48879 readers
1612 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] 16 points 4 days ago* (last edited 4 days ago) (1 children)

I'd rather optimize for the 99% case, which is me getting shit done on my machine, than refuse to use convenient stuff for the sake of maybe not forgetting a command I can perfectly just look up if I do legitimately happen to forget about it. If I'm on a remote, I already don't have access to all my usual software anyway, what's a couple more aliases? To me this sounds like purposefully deciding to slow yourself down cutting paper with a knife all the time cause you may not have access to scissors when you happen to sit at someone else's desk.

[–] [email protected] 4 points 4 days ago (1 children)

Different use cases, innit? I have several personal machines, a work machine, and infinite containers and VMs to deal with so it's not worth it for me. If you're always on the same machine and can easily take your config with you to the next one then more power to you!

[–] [email protected] 4 points 4 days ago* (last edited 4 days ago)

I do connect to VMs and containers all the time, I just don't see a reason not to speed myself up on my own machines because of it. To me, the downside of typing an alias on a machine that doesn't have it once in a while, is much less than having to type everything out or searching my shell history for longer commands every single time. My shell configs are in a dotfiles repo I can clone to new personal/work machines easily, and I have an alias to rsync some key parts to VMs if needed. Containers, I just always assume I don't have access to anything but builtins. I guess if you don't do the majority of your work on a local shell, it may indeed not be worth it.