会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FlyBack
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
14
15
16
17
18
19
20
21
22
23
下一页
2016年11月18日
Openstack搭建相关问题
摘要: 1.Openstack添加新磁盘到根分区 初始化分区sdb为物理卷pv pvcreate /dev/sdb //初始化 pvdisplay //显示物理卷信息 vgextend centos /dev/sdb vgdisplay lvextend -L +204800 /dev/mapper/cen
阅读全文
posted @ 2016-11-18 14:28 FlyBack
阅读(243)
评论(0)
推荐(0)
2016年11月14日
oracleASM挂载不上
摘要: ###切换成sqlplus / as sysasm 否则会报错 SQL> shutdown immediate;ORA-01031: insufficient privileges SQL> conn / as sysasm Connected.SQL> shutdown immediate; OR
阅读全文
posted @ 2016-11-14 14:55 FlyBack
阅读(1699)
评论(0)
推荐(0)
2016年11月6日
交换机配置
摘要: H3C路由器配置1- 配置管理口ip及其配置路由<H3C>sysSystem View: return to User View with Ctrl+Z.[H3C]int Vlan1 [H3C-Vlan-interface1]ip addr 192.161.14.230 255.255.255.0
阅读全文
posted @ 2016-11-06 19:12 FlyBack
阅读(1944)
评论(0)
推荐(0)
openstack搭建配置
摘要: 安装和配置网络节点vim /etc/sysctl.confnet.ipv4.ip_forward=1net.ipv4.conf.all.rp_filter=0net.ipv4.conf.default.rp_filter=0 sysctl -pyum -y install openstack-neu
阅读全文
posted @ 2016-11-06 15:34 FlyBack
阅读(962)
评论(0)
推荐(0)
eNSP的使用
摘要: 1- 进入华为路由器界面配置ipThe device is running!####################################Nov 1 2016 23:39:24-08:00 Huawei %%01IFNET/4/BOARD_ENABLE(l)[0]:Board 1 has
阅读全文
posted @ 2016-11-06 07:30 FlyBack
阅读(4851)
评论(0)
推荐(0)
2016年10月25日
关闭virbr0 xenbr0 接口
摘要: #chkconfig libvirtd off#chkconfig xend off //http://www.cnblogs.com/yangyh/archive/2010/07/16/1778516.html
阅读全文
posted @ 2016-10-25 21:08 FlyBack
阅读(139)
评论(0)
推荐(0)
2016年10月19日
sftp配置
摘要: 1. 开通telnet [root@cts-web1 xinetd.d]# rpm -qa |grep telnettelnet-0.17-41.el5telnet-server-0.17-41.el5 yum install telnet-server[root@cts-web1 ~]# vi /
阅读全文
posted @ 2016-10-19 17:41 FlyBack
阅读(221)
评论(0)
推荐(0)
邮件服务器
摘要: Postfix + SASL (courler-authlib) + MySQLDovecot + MySQLExmail + Exman + httpdCentOS6.71- 安装前准备yum -y install cyrus-sasl-devel.x86_64 cyrus-sasl-plain-
阅读全文
posted @ 2016-10-19 07:27 FlyBack
阅读(557)
评论(0)
推荐(0)
2016年10月17日
dhcp服务器配置
摘要: 1- dhcp服务器搭建yum -y install dhcpcp -p /usr/share/doc/dhcp-4.1.1/dhcpd.conf.sample /etc/dhcp/dhcpd.confvim /etc/dhcp/dhcpd.confsubnet 192.168.3.0 netmas
阅读全文
posted @ 2016-10-17 20:19 FlyBack
阅读(290)
评论(0)
推荐(0)
DNS视图以及日志压力测试
摘要: 1 访问控制列表 配置在/etc/named.conf文件的最顶端 acl innct { 192.168.1.0/24; 127.0.0.0/8; }; allow query { innct; }; 2- 视图named.confacl telecom { 192.168.1.0/24; 127
阅读全文
posted @ 2016-10-17 00:08 FlyBack
阅读(600)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
23
下一页
公告