ifconfig -a <===> view all network configuration & settings
ifconfig eth0 <===> view specific network settings
ifconfig eth0 up <===> enabling eth0 interface
ifup eth0 <===> enabling eth0 interface
ifconfig eth0 down <===> disabling eth0 interface
ifdown eth0 <===> disabling eth0 interface

hostname -I <===> vypíše pouze ip adresu vešeho PC