Puppy Linux Blog

About





This Blog:
PRITLOG is an extremely simple, small and powerful blog system. 
Just drop Pritlog into your server and it starts running. No separate installation is required. The basic idea is derived from a similar app called PPLOG.

Stats

Users Online: 0
Hits: 0

Netstat

To find IP addresses accessing your computer:

# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n



Author: admin -  Date: 16 Apr 2016 06:15
Category: netstat -  Visits: 2743

No Comments - Edit - Delete



finding what ports are used

Use the following to find out what ports are being used on linux computer

netstat -anp --ip

Author: admin -  Date: 18 Dec 2011 04:15
Category: netstat -  Visits: 2552

No Comments - Edit - Delete



Pages: [1]