Network

Forums:

A few helpful network commands
ifconfig - displays IP information
netstat -nr displays routing information

Setting static IP
sudo nano /etc/dhcpcd.conf
Append the interface settings and reboot:
interface eth0
static ip_address=192.168.1.115
static routers=192.168.1.1
static domain_name_servers=192.168.1.1