Hello,
I am new in proxmox/linux.
Can someone give me a step by step tutorial to change the node name?
I am new in proxmox/linux.
Can someone give me a step by step tutorial to change the node name?
Yeah i saw that but i dont know how to do that or is it littery copy paste?
nano
editor, which is relatively simple and shows some instructions about how to save the file.nano /etc/hosts
ok ill try thxAh OK, sorry about that. Those are files which you need to edit.
You can use thenano
editor, which is relatively simple and shows some instructions about how to save the file.
For example:
Bash:nano /etc/hosts
how do i save it?Ah OK, sorry about that. Those are files which you need to edit.
You can use thenano
editor, which is relatively simple and shows some instructions about how to save the file.
For example:
Bash:nano /etc/hosts
CTRL+X
is exit which asks for save thenCTRL+O
would be plain save^
in consoles means normally CTRL key)