↧
Ubuntu: Basic network setup
Hostname เรียกดู hostname $ /bin/hostname your_hostname ตั้งชื่อ hostname ใหม่ $ /bin/hostname new_hostname Ethernet ดูและแก้ไข network interface ได้จากไฟล์ /etc/network/interfaces เช่น auto lo iface...
View ArticleReleasing And Renewing Your IP Address In Ubuntu
sudo ifconfig eth0 down (shuts down the eth0 interface, releases the IP) sudo ifconfig eth0 up (enables the eth0 interface, renews the IP) sudo /etc/init.d/networking restart Ref:...
View Article