Topic: [Solved] disable network manager and add eth0 to startup

hi,

I just wanted you to tell me how to do this, because I'm lazy roll

I wanna disable/remove the network manager thingy and add ifconfig eth0 up && dhcpcd eth0 to the startup, like I have with my Gentoo computer.

Re: [Solved] disable network manager and add eth0 to startup

To add your interface to the static config

sudo $EDITOR /etc/network/interfaces

And just disable or uninstall Network Manager.

sudo dpkg --purge network-manager-gnome network-manager

Re: [Solved] disable network manager and add eth0 to startup

thanks smile