A
A
Andrey San2015-08-24 08:59:45
Programming
Andrey San, 2015-08-24 08:59:45

Which Linux Distributions to study?

Good day, not for the sake of holivar,
In your opinion, which distributions are worth studying,
and why:? It is clear that RHEL, CENTOS, Fedora, Debian,
what else and why?
well, for example Nixos, QNX etc.

Answer the question

In order to leave comments, you need to log in

9 answer(s)
V
Vladimir Proskurin, 2019-02-28
@Evan742

Practice, read smart books on algorithms and data structures. Here, take for example https://leetcode.com/ sort by complexity (from the easiest), and do it. But without the theory of algorithms there will be crutches, so it's better to read something.

A
Alexander, 2019-02-28
@AleksandrB

To learn how to swim well, you need to swim a lot.

A
Alexander, 2019-03-01
@NeiroNx

In order to solve a problem, you need to know the solutions to typical problems - for example, to form a tree, you need to apply recursion on the parent-child relationship. The input data is a two-dimensional array and 1 dimension is the elements, 2 dimensions are the properties of the elements. The selection is based on the properties of the element. For each selection of 1 element, a new search for elements occurs - recursion.
Thus, the solution of the problem is reduced to its classification and the application of a typical solution template for a specific problem. Typical decision templates are algorithms.
You know all the algorithms - you know how to solve all the problems.
If the task is large, then it is divided into subtasks.

P
Puma Thailand, 2015-08-24
@admusers

in production, the vast majority are occupied by centos (aka redhat) and ubuntu. Others are not particularly worth studying, or studying purely for the development of banal erudition.

I
Ilya T., 2015-08-24
@Insaned

For what purpose?
If it's for fun - Gentoo
If it's for work and earning - Centos (Rhel), Ubuntu

S
Sergey, 2015-08-24
@edinorog

when the porridge in the head ... it's very hard to live). need to learn the operating system. assembly in this case does not play a role. the differences are minimal. another thing to learn software. there sometimes you need to fill a skill for more than one year

O
OnYourLips, 2015-08-24
@OnYourLips

Now Ubuntu (and sometimes Debian, they are very similar) and Centos are used.
There are also distributions that are used by professionals for entertainment, but are unsuitable for production servers. For example Arch, LFS or Gentoo.

V
Vladimir Martyanov, 2015-08-24
@vilgeforce

None. Start by learning Linux in general, maybe stop calling QNX a Linux distribution...

O
O Di, 2015-08-24
@insiki

Gentoo, Arch, CentOS, Ubuntu.
You can change the sequence if you don't want hardcore at the start. :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question