Can a Linux 7.0.0-27-generic be upgraded or patched to become a server?

If that’s the case and assuming, as a Windows refugee, you’re more comfortable with a server that has a GUI (graphical user interface) available, you might be interested in this short rundown of how to “convert” Ubuntu Desktop to a server:

If you have the storage space to spare, you can skip the aptitude stuff; software that isn’t running can’t consume resources either, except for the storage space and update bandwidth. So it pretty much depends on your preference. If you want your Desktop to double as a server, you already have it, since you installed the SSH server. :wink:

There shouldn’t be too much hassle involved in hunting down services that don’t make much sense on a server and exclude those from multi-user.target. I am effectively running my laptop as a server; it’s been booting into multi-user.target ever since I boiled down my “Desktop” to a bare bones Sway(wm) session, which, in my case, is essentially just a console capable of running Firefox :grin: — I don’t like to waste any resources on stuff like GDM3 and full-blown Desktops, for instance; I can run exec systemctl --user --wait start sway-session.target manually just fine.