上一页 1 ··· 11 12 13 14 15
摘要: 官方手册地址:http://docs.saltstack.com/topics/tutorials/multimaster.html总结起来,有以下几步:Create a redundant master server(创建另一个salt master)Copy primary master key to redundant master(将主master的key复制到辅助master)Start redundant master(启动辅助master)Configure minions to connect to redundant master(配置minions使其链接到辅助master 阅读全文
posted @ 2013-10-25 10:14 silence.li 阅读(1167) 评论(0) 推荐(0)
摘要: ubuntu 11.10添加eth0:1后重启网卡不显示eth0:1http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324306 阅读全文
posted @ 2013-10-24 18:12 silence.li 阅读(212) 评论(0) 推荐(0)
摘要: 原理图:OS: ubuntu Server 12.041.安装apt-get install distcc2.配置将文件/etc/default/distcc修改为如下格式STARTDISTCC="true"ALLOWEDNETS="127.0.0.1 10.192.0.0/24"LISTENER="10.192.0.7"NICE="10"JOBS=""ZEROCONF="false"3.启动/etc/init.d/distcc start|stop|restart|relo 阅读全文
posted @ 2013-10-24 15:13 silence.li 阅读(1189) 评论(1) 推荐(0)
摘要: How do Ign and Hit affect apt-get update?From what I can see in the apt source code, "Ign" means there was an error retrieving the file, but the error is being ignored. When I run apt-get update, I see 3 Ign messages, all of which are forTranslation-enfiles. A packet dump shows that the re 阅读全文
posted @ 2013-10-21 18:53 silence.li 阅读(3207) 评论(0) 推荐(0)
摘要: 参考资料:1.https://help.ubuntu.com/community/KVM2.http://wiki.ubuntu.org.cn/Kvm%E6%95%99%E7%A8%8B3.http://tkg.im.ncue.edu.tw/?p=710正文:一些概念:vbox 是由 qemu 改写而成,包含大量 qemu 代码。可以使用于"不支持"虚拟化技术的cpu。值得说的一点:vbox 在图形方面比较好,能进行2D 3D加速。但cpu控制不理想(估计是因为图形支持的缘故)。操作上有独立的图形界面,易于上手。kvm 是linux内核包含的东西,使用qemu作为上层管理( 阅读全文
posted @ 2013-10-19 21:56 silence.li 阅读(1672) 评论(0) 推荐(0)
摘要: 1.allow-notifyallow-notify 定义了一个匹配列表并且只应用于从dns区域(slave zone),比如,这个列表是一个ip列表,它2. 触发同步的过程http://www.edu.cn/wgjq_8179/20091022/t20091022_414762.shtml 首先介绍主从服务器的同步过程。触发同步过程的原因有4种:1.从域名服务器刚刚启动;2.主域名服务器的Serial值增大;3.执行了rndc reload命令;4.到了主从服务器的同步更新时间。 主从域名服务器开始同步(见图1): 1. 主服务器向从服务器发送notify消息 2. 从服务器收到主... 阅读全文
posted @ 2013-10-17 17:43 silence.li 阅读(1062) 评论(3) 推荐(0)
摘要: 安装:apt-get install samba需要的软件包:samba samba-common samba-common-bin[global] workgroup = WORKGROUP server string = %h server dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d security = user encrypt password... 阅读全文
posted @ 2013-10-17 12:19 silence.li 阅读(280) 评论(2) 推荐(0)
摘要: After a bunch of searching to get gcc-4.1 & g++-4.1 in Ubuntu 10.10 (maverick), I found easy work around.Add to the end of /etc/apt/sources.list source from 10.04 (lucid)deb http://mirrors.us.kernel.org/ubuntu/ lucid main universeThen runsudo apt-get updateYou have to specify version 4.1.2-27, a 阅读全文
posted @ 2013-10-16 15:52 silence.li 阅读(390) 评论(0) 推荐(0)
摘要: centos 6.4ldap server 位于ubuntu 12.04 Server上1.安装yum -y install openldap-clients nss-pam-ldapd一个完整的配置(地址点此):[root@www ~]# yum -y install openldap-clients nss-pam-ldapd[root@www ~]# vi /etc/openldap/ldap.conf# add at the last line# LDAP server's URIURI ldap://10.0.0.39/# specify SuffixBASE dc=serv 阅读全文
posted @ 2013-10-16 11:52 silence.li 阅读(641) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15