zoukankan      html  css  js  c++  java
  • 配置源

    1.备份

    [root@centos1 xdebug-2.2.4]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

    2.下载对应版本repo文件, 放入/etc/yum.repos.d/

    [root@centos1 XX]# mv /etc/CentOS6-Base-163.repo /etc/yum.repos.d/
    [root@centos1 XX]# cd /etc/yum.repos.d/
    [root@centos1 yum.repos.d]# ls
    CentOS6-Base-163.repo  CentOS-Debuginfo.repo  CentOS-Vault.repo
    CentOS-Base.repo.bak   CentOS-Media.repo

    3.运行yum makecache生成缓存

    [root@centos1 yum.repos.d]# yum makecache
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    base                                                           | 3.7 kB     00:00    
    base/filelists_db                                              | 5.1 MB     00:02    
    base/other_db                                                  | 2.2 MB     00:01    
    extras                                                         | 3.4 kB     00:00    
    extras/filelists_db                                            |  31 kB     00:00    
    extras/prestodelta                                             |  332 B     00:00    
    extras/other_db                                                |  36 kB     00:00    
    updates                                                        | 3.4 kB     00:00    
    updates/filelists_db                                           | 805 kB     00:01    
    updates/prestodelta                                            |  91 kB     00:00    
    updates/other_db                                               | 6.9 MB     00:15    
    Metadata Cache Created

  • 相关阅读:
    我在互联网的第一年
    变速变调原理与方法总结
    TIMIT语音库
    基于HTK语音工具包进行孤立词识别的使用教程
    Praat 音频分析 人工标注
    HTK源码学习总结
    HTK搭建语音拨号系统实验材料下载
    应用HTK搭建语音拨号系统4: 识别器评估
    应用HTK搭建语音拨号系统3:创建绑定状态的三音素HMM模型
    应用HTK搭建语音拨号系统2:创建单音素HMM模型
  • 原文地址:https://www.cnblogs.com/stay-sober/p/4162148.html
Copyright © 2011-2022 走看看