Заглавная страница — различия между версиями
Материал из Wiki.tropin.info
Tropin (обсуждение | вклад) |
Tropin (обсуждение | вклад) (→Полезные команды) |
||
Строка 8: | Строка 8: | ||
=== speedtest === | === speedtest === | ||
<code>wget -O - https://raw.github.com/sivel/speedtest-cli/master/speedtest.py | python</code> | <code>wget -O - https://raw.github.com/sivel/speedtest-cli/master/speedtest.py | python</code> | ||
+ | |||
+ | <code>curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python</code> | ||
== Некоторые полезные ресурсы == | == Некоторые полезные ресурсы == |
Версия 22:42, 1 ноября 2018
Руководства
ПО
Полезные команды
speedtest
wget -O - https://raw.github.com/sivel/speedtest-cli/master/speedtest.py | python
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python