上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: 背景: 软件包编译过程中需要安装依赖,yum-builddep SRPMS/xxx.src.rpm, 有时会遇到“多库版本保护”的问题,从而导致无法安装其他版本的依赖包 解决办法: rpm -e 本机已经安装的冲突版本包名 --nodeps 阅读全文
posted @ 2017-12-07 11:11 无边身尊者 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 1、为什么git仓库没有保留文件修改时的时间戳? Why isn't Git preserving modification time on files? Modification time on files is a feature that affects build tools.Most bu 阅读全文
posted @ 2017-12-06 10:11 无边身尊者 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: [mockbuild at localhost ~]$ mock -r centos-5-x86_64-testdev.cfg initinitcleanprepThis may take a whileendingdoneFinished initializing root[mockbuild a 阅读全文
posted @ 2017-12-05 12:52 无边身尊者 阅读(541) 评论(0) 推荐(0) 编辑
摘要: import sys sys.reload() sys.getdefaultencoding() # 查看设置前系统默认编码 sys.setdefaultencoding('utf-8') sys.getdefaultencoding() # 查看设置后系统默认编码 阅读全文
posted @ 2017-12-04 19:27 无边身尊者 阅读(1587) 评论(0) 推荐(0) 编辑
摘要: 1、设置系统时间 date命令将日期设置为2014年6月18日 date -s 06/18/14 将时间设置为14点20分50秒 date -s 14:20:50 将时间设置为2014年6月18日14点16分30秒(MMDDhhmmYYYY.ss) date 0618141614.30 2、设置系统 阅读全文
posted @ 2017-12-04 19:22 无边身尊者 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 目前stackoverflow找到两种情况的解决办法: 1、TypeError: 'type' object is not subscriptable when indexing in to a dictionary I have multiple files that I need to load 阅读全文
posted @ 2017-11-27 13:55 无边身尊者 阅读(34859) 评论(0) 推荐(0) 编辑
摘要: 1、拷贝仓库repo-A文件到服务器/media/D; 2、通过createrepo_c 生成仓库rpm信息数据 cd repo-A createrepo . 3、chmod -R 775 repo-A 递归修改仓库数据权限 4、安装httpd包,yum install httpd 5、在/etc/ 阅读全文
posted @ 2017-11-16 11:04 无边身尊者 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/txgc1009/article/details/6833764 通过命令rpm --showrc查看实现代码。另外直接通过 rpm --eval "%{macro}"来查看具体对应路径。 比如我们要查看%{_bindir}的路径,就可以使用命令rpm 阅读全文
posted @ 2017-10-16 14:38 无边身尊者 阅读(2552) 评论(0) 推荐(0) 编辑
摘要: spec文件写作规范 2008-09-28 11:52:17 分类: LINUX 1.The RPM system assumes five RPM directories BUILD:rpmbuild编译软件的目录 RPMS:rpmbuild创建的binary RPM所存放的目录 SOURCES: 阅读全文
posted @ 2017-10-16 14:37 无边身尊者 阅读(2803) 评论(0) 推荐(1) 编辑
摘要: 转自:http://www.cnblogs.com/emanlee/archive/2013/09/07/3307642.html sed命令行格式为: sed [-nefri] ‘command’ 输入文本/文件 常用选项: -n∶取消默认的输出,使用安静(silent)模式。在一般 sed 的用 阅读全文
posted @ 2017-10-13 14:29 无边身尊者 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页