====== Síť ====== ===== Měření rychlosti sítě ===== iPerf Zdroj: https://iperf.fr/iperf-download.php\\ Nastavení (použití): https://www.root.cz/clanky/iperf-mereni-rychlosti-spojeni/ Kouknout na aplikaci ''mtr'' https://www.pcwdld.com/what-is-mtr-and-howto-troubleshoot-connections ===== Příkazy ===== nmap -sn 10.10.10.0/24 ===== Diagramy (test) ===== st=>start: Start|past:>http://www.google.com[blank] e=>end: End|future:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>http://www.google.com c2=>condition: Good idea|rejected io=>inputoutput: catch something...|future st->op1(right)->cond cond(yes, right)->c2 cond(no)->sub1(left)->op1 c2(yes)->io->e c2(no)->op2->e graph TD; A-->B; A-->C; B-->D; C-->D; B-->C;