[Solved] Get all connected IP´s on the Linux machine [closed]
Make a bash script. LOGIC: Use netstat -natp (filter it through awk/sed to get the ports, then grep it) Then use a simple test to see if the result was empty. Run curl if it was. Put this in a cron job. Simple stuff, really. EDIT: netstat is a utility which will show you all … Read more