I have setup Ubuntu 14.04 desktop as a media server, I know, I know, should have gone with server.. I wanted the GUI though. I have a few questions..
1) Is there anything I can disable or trim down to make it more lean in running? (I know.. should have used server)
2) Is there a way to make it always attempt to fully boot no matter what errors it encounters during the boot? I VNC in remotely and it's a major pain if it doesn't boot to at least the point where VNC loads. For instance, I changed some mount settings and mispelled something while at work, I rebooted and it was just dead because I needed to hit "S" to skip mounting that drive. I want it to just ignore everything it encounters and try to boot every time.
3) Is there an auto update system I could use so that it auto updates and reboots once a week at some time I determine?
apt-get dist-upgrade -y
is better thanapt-get upgrade -y
. See Why use apt-get upgrade instead of apt-get dist-upgrade? – user68186 Jun 12 '14 at 13:31