Change Computer Name
Jan 18 · 1 min read · To find out your computer name, in a terminal either hostname or hostnamectl which gives you a bit more info. To change your hostname in a terminal hostnamectl set-hostname 'newname'. Then verify it has changed by using one of the first commands ag...
Join discussion