เปลี่ยน repository ของ centos ไว้ yum
Sat, 03/10/2009 - 17:42
, Post in:
Linux
เปลี่ยน repository จากต่างประเทศมาที่ประเทศไทยของ ม.เกษตร ครับจะได้ yum กันได้รวดเร็ว
สำหรับ centos 5 นะครับ
# cd /etc/yum.repos.d/
# rm -f *
# wget http://mirror1.ku.ac.th/yum-centos/5/CentOS-Base.repo
# yum -y update
# rm -f *
# wget http://mirror1.ku.ac.th/yum-centos/5/CentOS-Base.repo
# yum -y update
แค่นี้เราก็จะได้ใช้งาน repository ของไทยแล้ว

Comments
แก้ไขให้แล้วนะครับคุณพี่
Add new comment