Friday, October 8, 2010

Change hostname in Ubuntu

  • เราสามารถดูว่าเครื่องเราชื่ออะไรโดยคำสั่ง hostname พิมพ์บน terminal
  • อันนี้เป็นการเปลี่ยน hostname ของเครื่องเรา

Using command line
  • เปลี่ยนชื่อ hostname ที่ไฟล์นี้ได้เลย ซึ่งเมื่อเราเปิดไฟล์ขึ้นมา ไฟล์นั้นจะแสดงแค่ hostname ปัจจุบันค่าเดียว
sudo gedit /etc/hostname
  • เปลี่ยนค่าใน hosts file เราซะหน่อย
sudo gedit /etc/hosts
  • ข้อมูลใน /etc/hosts จะแสดงประมาณนี้
127.0.0.1 localhost
127.0.1.1 oldhostname
  • คือให้เราเปลี่ยนค่าตรง oldhostname ให้เป็นชื่อใหม่ที่เราต้องการไง
  • บันทึกและรีบูตเครื่องสักรอบ

Using GUI
  • แก้ไข hostname ผ่าน GUI โปรแกรมใหนหว่า
sudo aptitude install gnome-network-admin
  • ติดตั้งเรียบร้อย เราเปิดโปรแกรมที่ System => Administration => Network
  • และเราสามารถเปลี่ยน hostname ได้โดยไปที่แท๊ป Gerneral
  • บันทึกและรีบูตเครื่องสักรอบ

อ้างอิง

  • อ้างอิงการบทความบน Ubuntu 10.04
  • http://www.hackourlives.com/how-to-change-the-hostname-in-ubuntu-9-10/
  • http://ubuntuforums.org/showthread.php?t=1467978
  • http://ubuntuforums.org/showthread.php?t=976198
  • http://ubuntumanual.org/posts/143/how-to-change-computer-name-in-ubuntu

No comments:

Post a Comment

Popular Posts