Ejemplo: cambiar el nombre de la computadora ubuntu 20.04
#1- Delete the old name and setup new name
sudo hostnamectl set-hostname newHostname
#2- Edit the /etc/hosts file:
sudo nano /etc/hosts
#3- Reboot the system
sudo reboot
#4- To check the new hostname
hostnamectl
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)