hello
i have problem
i need command for terminal for disable network manager
i tried
sudo systemctl stop NetworkManager.service
systemctl stop NetworkManager service
etc but all were wrong
also i need command for setup static ip - 192.168.0.225
this one will be ok ?
ip link set eth0 down
ip addr flush dev eth0
ip addr add 192.168.0.225 dev eth0
ip link set eth0 up
Best Regards