this post was submitted on 08 Jul 2023
12 points (92.9% liked)

Linux

47368 readers
1333 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
 

My bachelor's in software engineering starts in quite a few months

I am thinking of downloading Linux and learning the Linux terminal using the Linux bible.

then learning video, photo, and vector editing.

After that finishing the rest of the cs50 except the scratch one.

Lastly, becoming extremely good at Python

How does it all sound?

Sorry if this is the wrong community to post

you are viewing a single comment's thread
view the rest of the comments
[–] jsveiga@vlemmy.net 8 points 1 year ago* (last edited 1 year ago) (4 children)

Apart from actual system administration or kernel developing, there's no real "learn Linux" .

Video/Photo/Vector editing on Linux is not "learning Linux", it's learning to use a tool which runs on Linux. You can learn to use Blender, Gimp or Inkscape on Windows. You don't edit videos/photos/vectors with the Linux kernel. You can even "learn the linux terminal" installing bash on Windows.

You can also install Visual Code or IDLE on Windows and on Linux. Learning to code on Visual Code or IDLE is not really "learning Linux".

Also going on distro hopping looking for the "perfect distro" many times means the hopper simply doesn't stick to one long enough to learn how to customize the environment to their liking (which usually means the window manager).

Most of the things you can do on the GUI, even the administration ones are just layers and layers of tools to make things "easier" - and they'll be different on each distro and release. Command line administration will change much less, or at least less frequently.

Things I consider "learning Linux" are for example:

  • installing Linux (specially a headless server)

  • understanding how to use the package managers - again, on the command line

  • understand how systemd works

  • (hard core) dive into the kernel workings

  • understand how grub works

  • learn the general filesystem structure

  • learn how to analyze logs

  • learn user administration and how the permissions (and extended permissions) work

  • learn how to integrate Linux to a Windows environment (join a workgroup or domain, share storage, authenticate users)

  • learn how to check resources usage and how to troubleshoot it

  • understand the nuances and of partitioning and when they are needed, as well as the different filesystems

  • etc (and /etc)

And yes, many of those are not strictly "Linux", but are specific to a Linux system, unlike photo editing.

[–] RyuShay@lemmy.world 1 points 1 year ago

Thank you for the detailed advice.

load more comments (3 replies)