Skip to content

lamp hostname

khensolomon edited this page May 9, 2018 · 2 revisions

hostname

/etc/hostname /etc/hosts

sudo service hostname start $ sudo service networking restart $ sudo /etc/init.d/networking restart

127.0.0.1 localhost 127.0.1.1 lethil 127.0.1.1 sql.local #phpMyAdmin 127.0.1.1 myordbok.local 127.0.1.1 lethil.local 127.0.1.1 zaideih.local 127.0.1.1 test.lethil.local 127.0.1.1 myordbok.lethil.local 127.0.1.1 zaideih.lethil.local

hostnamectl set-hostname new-hostname

systemctl unmask hostname

service hostname.sh stop

Clone this wiki locally