ประมาณว่า เวลา wget จะเจอข้อความราวๆ
Resolving github.com... failed: No address associated with hostname.
วิธีแก้ คือ ตั้ง dns ให้ เครื่อง
ผมก็ลักไก่ใช้ของ google ซะเบย ^^"
echo "DNS1=8.8.8.8" >> /etc/sysconfig/network-scripts/ifcfg-eth0 service network restart
กรณี network ไม่ทำงานตั้งแต่ตอน boot ให้ตั้ง
/etc/sysconfig/network-scripts/ifcfg-eth0ตรง
ONBOOT="yes"
แล้วก็
chkconfig network on
No comments:
Post a Comment