Заглавная страница
Материал из Wiki.tropin.info
Содержание
Руководства
ПО
Полезные команды
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</nowiki>
MikroTik
/tool/fetch mode=http output=none url=http://speedtest.edu.yar.ru/100MB
passwords
cat /dev/urandom | tr -dc '0-9' | head -c4;echo
DHCP
Получить ответ от сервера:
nmap --script broadcast-dhcp-discover -e eth-lan
Анализ DHCP трафика
tcpdump -i eth-lan -pvn port 67 and port 68
Find
Поиск rpmnew и rpmsave
find / -regex '.*rpm\(new\|save\)'