this post was submitted on 05 Nov 2025
138 points (97.3% liked)

Linux

59475 readers
161 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 6 years ago
MODERATORS
 

So just to be clear I went with a very lazy move to linux from windows. I was not looking to use my day to day in a unixy type way and wanted something that I can install and go without much muss or fuss. So I went with zorin and yeah I have dropped to the command line for some apt installs or such but bascially it was only as needed. Very minimal. Anyway today Im messing with folders and files and suddenly it hit me. Im on linux I can do a lot of this easier with the command line. I know its stupid but my day to day sorta has a mouse brain guie mode and I sorta forget how much easier it is to do some stuff using syntax. So going forward im going to be bringing up the command line to do the things that are quicker.

EDITED - guys I have used command line for years. before there even was a gui. Im trying to say I grew out of the habit but using linux at home is getting me back into it.

you are viewing a single comment's thread
view the rest of the comments
[–] Quazatron@lemmy.world 7 points 4 days ago

The command line is perfect for lazy people like me. You spend a bit more putting together a little automation and shove it in a script in ~/bin and you can forget about how it's done.

Example: I have a small script that does the backup for me using Borg. It backups only the directories I want, ignores a bunch of stuff and keeps 6 months of backups. I spent some time crafting that but now I just plug my external HDD and type backup.sh. or if I'm feeling extra lazy I just click the desktop link.