EZ Linux Admin random header image

Entries Tagged as 'Ports'

Manually changing an IP in Linux

December 17th, 2011 by EZ linux · No Comments

It’s pretty easy actually. Just go to this directory: /etc/sysconfig/network-scripts Then you will see a file for eachnetwork port, for example my server is: ifcfg-eth0 and ifcfg-eth1 I already have the ifcfg-eth0 set up from the install but I want to use the second one for back ups so I just opened the file and [...]

Click to continue →

Tags: Cpanel and WHM · Hardware · Linux Drivers · Linux Operating Systems · Linux Security · Linux Software / Scripts · Linux Tricks · 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