All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ideasplace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:56, 26 June 2024 Wikisysop talk contribs created page Useful Mac Command Line Stuff (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...")