This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
выбор_дистрибутива_linux [2016/10/07 11:01] val |
выбор_дистрибутива_linux [2023/03/26 12:03] (current) val |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Выбор дистрибутива Linux ====== | ====== Выбор дистрибутива Linux ====== | ||
| + | * {{:which_linux_distribution_is_the_best.pdf|Какой дистрибутив Linux самый лучший?}} | ||
| * [[http://kernel.org/|The Linux Kernel Archives]] | * [[http://kernel.org/|The Linux Kernel Archives]] | ||
| * [[http://distrowatch.com/|DistroWatch]] | * [[http://distrowatch.com/|DistroWatch]] | ||
| * [[http://distrowatch.com/dwres.php?resource=major|Top Ten Distributions]] | * [[http://distrowatch.com/dwres.php?resource=major|Top Ten Distributions]] | ||
| - | * [[http://ru.wikipedia.org/wiki/Ubuntu|Ubuntu]] | ||
| <code> | <code> | ||
| $ lsb_release -a | $ lsb_release -a | ||
| + | |||
| + | $ hostnamectl | ||
| $ cat /etc/os-release | $ cat /etc/os-release | ||
| - | + | $ ls /etc/*-release | |
| - | $ cat /etc/redhat-release | + | |
| $ cat /etc/issue | $ cat /etc/issue | ||
| + | |||
| + | $ cat /etc/debian_version | ||
| </code> | </code> | ||