EZ Linux Admin random header image

Entries Tagged as 'Ports'

Default MYSQL port

February 9th, 2010 by EZ linux · No Comments

The default MYSQL port is:
3306

Click to continue →

Tags: Cheat Sheets · Linux Security · Ports

Port listening check

August 17th, 2009 by EZ linux · 1 Comment

nmap localhost (checks listening ports)
lsof -i :1980 (checks what running on that port)
kill -15 (kills what’s running on that port)
—-check open ports—-
check for open ports: ‘netstat -a’

Click to continue →

Tags: Linux Commands · Linux Security · Linux Software / Scripts · Ports