Заглавная страница — различия между версиями
Материал из Wiki.tropin.info
Tropin (обсуждение | вклад) |
Tropin (обсуждение | вклад) (→Полезные команды) |
||
Строка 12: | Строка 12: | ||
<code>curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python</code> | <code>curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python</code> | ||
+ | |||
+ | === passwords === | ||
+ | <code>cat /dev/urandom | tr -dc '0-9' | head -c4;echo</code> | ||
== Некоторые полезные ресурсы == | == Некоторые полезные ресурсы == |
Версия 12:01, 12 сентября 2019
Содержание
Руководства
ПО
Полезные команды
speedtest
apt-get install python-modules-xml
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
passwords
cat /dev/urandom | tr -dc '0-9' | head -c4;echo