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 17:11] 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/|DistroWatch]] | ||
| + | * [[http://distrowatch.com/dwres.php?resource=major|Top Ten Distributions]] | ||
| - | [[http://distrowatch.com/dwres.php?resource=major]] | + | <code> |
| + | $ lsb_release -a | ||
| - | [[http://ru.wikipedia.org/wiki/Ubuntu]] | + | $ hostnamectl |
| - | <code> | + | $ cat /etc/os-release |
| - | # lsb_release -a | + | $ ls /etc/*-release |
| + | |||
| + | $ cat /etc/issue | ||
| + | |||
| + | $ cat /etc/debian_version | ||
| </code> | </code> | ||