Nama host saya adalah localhost
, dilaporkan oleh hostname
perintah, dan terminal prompt [email protected]:~#
.
Bagaimana saya bisa mengubahnya menjadi mismis.com
dengan mismis
alias? dan apa konfigurasi yang tepat.
Saya bingung setelah membaca beberapa artikel di web.
/etc/hosts saya:
127.0.0.1 localhost
127.0.1.1 srv345.myweb.com srv345
178.162.231.61 janstone.mismis.com janstone
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Jawaban yang Diterima:
Coba jalankan perintah berikut di terminal.
sudo sysctl kernel.hostname=mismis.com
/etc/hosts:
127.0.0.1 localhost
127.0.1.1 mismis.com mismis srv345.myweb.com srv345
178.162.231.61 janstone.mismis.com janstone
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Bisakah X.org Memuat Dua Driver Berbeda? (Pengaturan tiga kepala Dengan Kartu Intel dan Nvidia)?
Terminal Tidak Membuka Setelah Memutakhirkan Python Ke 3.7?