So I have absolutely no idea how command line operating systems work, my knowledge is very basic. By way of background, I'm running an ubuntu server on a machine which hosts a game server running on Steam
The machine has been giving me trouble, and the game server crashes frequently, I've been told its most likely a memory problem but it would be difficult to debug.
Because I have no idea how to install ubuntu server (it was installed as a favour by an IT guy years ago) I thought in my infinite wisdom I could just put the drive in another computer.
It worked, sort of, except that ubuntu doesn't see the network card. I tried to google possible solutions but everything starts with the command "sudo" and ubuntu gives me another error "steam is not in the sudoers file" and so now I'm sort of stuck as this just leads to an even deeper rabbit hole is there a quickfix that I am missing?
network-manager
). And you do needsudo
(to run some commands with elevated permissions). – sudodus Oct 14 '21 at 14:33grep '^sudo:' /etc/group
– sudodus Oct 14 '21 at 15:15