> For the complete documentation index, see [llms.txt](https://garden.famiclone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://garden.famiclone.dev/operating-system/linux.md).

# Linux

## Change hostname

```
# Type the hostnamectl command:
sudo hostnamectl set-hostname newNameHere

# Edit the /etc/hosts file and
# replace any occurrence of the existing computer name with your new one.
```
