Useful Mac Command Line Stuff: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 July 2024

26 June 2024

  • curprev 09:5609:56, 26 June 2024Wikisysop talk contribs 2,934 bytes +2,934 Created page with "Ping Sweep *for x in {100..199}; do ping -c 1 -W 100 192.168.1.$x | grep 'time='; done *for x in {1..254}; do ping -c 1 -W 100 192.168.0.$x | grep 'time='; done *for x in {3..253}; do ping -c 1 -W 100 10.22.228.$x | grep 'time='; done *for x in {3..253}; do ping -c 1 -W 100 10.22.229.$x | grep 'time='; done *for x in {3..253}; do ping -c 1 -W 100 10.22.230.$x | grep 'time='; done *for x in {3..253}; do ping -c 1 -W 100 10.22.231.$x | grep 'time='; done nslookup IP add..."