Error message

  • Warning: preg_match(): Unknown modifier '2' in os_check() (line 252 of /var/www/custom/tools/tools.inc).
  • Warning: preg_match(): Unknown modifier 'T' in os_check() (line 252 of /var/www/custom/tools/tools.inc).

How to check IP address

Forums: 

How to check ip address

ifconfig
New method:
ip addr show eth0
This can be shortened to: ip add
or further shortened to:ip a
for the bare minimum:hostname -I