随笔分类 -  Linux

摘要:原文文档:http://docs.diladele.com/administrator_guide_3_4/installation_and_removal/filtering_https.html 上面这个地址更新了,用这个吧:https://docs.diladele.com/howtos/bu 阅读全文
posted @ 2016-07-22 09:50 bonjov1 阅读(1272) 评论(0) 推荐(0)
摘要:在XenServer6.2中的虚拟机,连接Guest VM串口的方法:1. 首先在Guest VM中设置串口:我的是CentOS6:修改/etc/grub/grub.conf:2. 修改完后,重启Guest VM。3. Guest VM重启后,ssh连接Xenserver,在命令行下执行 xl li... 阅读全文
posted @ 2015-11-06 16:53 bonjov1 阅读(565) 评论(0) 推荐(0)
摘要:Apache编译还需要一些依赖:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error:APR not found. Please read the documentation解决办法:1.下载所需软件包:wg... 阅读全文
posted @ 2015-05-11 10:36 bonjov1 阅读(383) 评论(0) 推荐(0)
摘要:Shit, CentOS怎么这么多bug....公司机房周日突然掉电,之前的Openstack环境就不能用了。重新Run了一遍安装脚本,发现这个错误:iptables 咋又起不来了呢.....然后让它起来,启动方法就看这张图吧: 阅读全文
posted @ 2015-03-09 16:43 bonjov1 阅读(494) 评论(0) 推荐(0)
摘要:今天用CentOS7 RDO方式安装Openstack,文档上说要disable NetworkManager, 用 network服务才行。 但是我用 service network start命令启动时报错: [root@localhost network-scripts]# service n 阅读全文
posted @ 2015-03-09 16:11 bonjov1 阅读(59940) 评论(5) 推荐(4)