Looks like some people on Twitter have just discovered `update-motd` and, in particular, /etc/update-motd.d/50-motd-news.
TL;DR: just run this if you want to disable motd-news:
sudo sed -i 's/^ENABLED=.*/ENABLED=0/' /etc/default/motd-news
Looks like some people on Twitter have just discovered `update-motd` and, in particular, /etc/update-motd.d/50-motd-news.
TL;DR: just run this if you want to disable motd-news:
sudo sed -i 's/^ENABLED=.*/ENABLED=0/' /etc/default/motd-news