04 2019 档案

摘要:CentOS 中无法使用make,make install 命令 提示错误:make: command not found make是gcc的编译器,一定要安装 1、安装: yum -y install gcc automake autoconf libtool make 2、安装g++: yum install gcc gcc-c++ 阅读全文
posted @ 2019-04-28 19:08 我爱敲代码 阅读(13532) 评论(0) 推荐(1)
摘要:CentOS7 配置163 yum源 1)下载repo文件 wget http://mirrors.163.com/.help/CentOS7-Base-163.repo 2)备份并替换系统的repo文件 cp CentOS7-Base-163.repo /etc/yum.repos.d/ cd /etc/yum.repos.d/ mv CentOS-Base.repo CentO... 阅读全文
posted @ 2019-04-03 14:58 我爱敲代码 阅读(1157) 评论(0) 推荐(0)
摘要:1.将第121行的dfdk替换为cdp12345 sed -i '121s#dfdk#cdp12345#' YunTai/YunTai/settings.py2.删除包含某些字符的行sed -i '/wsgi_module/'d /etc/httpd/conf/httpd.conf 阅读全文
posted @ 2019-04-02 16:09 我爱敲代码 阅读(131) 评论(0) 推荐(0)