-
Ubuntu 16.04 – system boot waits saying “Raise network interfaces” – Ask Ubuntu
“Edit this file /etc/dhcp/dhclient.conf and set timeout to a reasonable value, like
timeout 15
The default value of 300 seconds is way too high”
-
How can I deactivate Bluetooth on system startup? – Ask Ubuntu
“Run sudoedit /etc/rc.local and add this before line with exit 0:
rfkill block bluetooth”