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