To run a scan on the port status on a Linux box, you can use the Nmap tool:
nmap -sT -O localhost
Obviously localhost can be a fully qualified domain name.
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
To run a scan on the port status on a Linux box, you can use the Nmap tool:
nmap -sT -O localhost
Obviously localhost can be a fully qualified domain name.