Networking utilities

Posted on Nov 12, 2025

Proxychains

Install:

sudo aptitude install proxychains

Run applications through proxychains:

sudo proxychains <browser-name>

IP address

Using NetworkManager:

nmcli device show

Using hostname:

hostname -I

Using iproute2:

ip addr show