会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
braveliu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2017年3月16日
k8sdahboard部署
摘要: 1 本地生成镜像后 迁移docker镜像 sudo docker save -o captain-dashboard-v1.5.1B.tar gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1 2 sudo docker load -
阅读全文
posted @ 2017-03-16 13:00 braveliu
阅读(234)
评论(0)
推荐(0)
编辑
2016年9月27日
新增一个openstack服务后本地访问配置步骤
摘要: 1 控制节点开放端口 2 haproxy配置转发规则
阅读全文
posted @ 2016-09-27 18:57 braveliu
阅读(173)
评论(0)
推荐(0)
编辑
iptables 打开端口
摘要: sudo iptables -I INPUT -p tcp -m multiport --dports 6385 -m comment --comment "ironic-api" -j ACCEPT
阅读全文
posted @ 2016-09-27 17:32 braveliu
阅读(157)
评论(0)
推荐(0)
编辑
2016年9月22日
linux静默方式修改密码
摘要: echo passw0rd | passwd --stdin root
阅读全文
posted @ 2016-09-22 13:47 braveliu
阅读(384)
评论(0)
推荐(0)
编辑
2016年9月12日
ubuntu虚拟机端口放开
摘要: iptables -I INPUT -P TCP --dport 8088 -j ACCEPT
阅读全文
posted @ 2016-09-12 16:00 braveliu
阅读(834)
评论(0)
推荐(0)
编辑
2016年9月9日
angular js input校验只能输入数字和字母 directive写法一则
摘要: js代码:.directive('validateNumberLetter', function () { return { require: 'ngModel', link: function (scope, elm, attrs, ctrl) { scope.$watch(attrs.ngMod
阅读全文
posted @ 2016-09-09 17:36 braveliu
阅读(2147)
评论(0)
推荐(0)
编辑
2016年7月10日
qzone
摘要:
阅读全文
posted @ 2016-07-10 12:36 braveliu
阅读(149)
评论(0)
推荐(0)
编辑
2016年6月24日
ccc
摘要: + + +[root@node-6 ~]# openstack endpoint set --url http://172.16.0.2:9292 03912274c0364a77ae4c110caf1d80dc[root@node-6 ~]# openstack endpoint list|gre
阅读全文
posted @ 2016-06-24 21:12 braveliu
阅读(208)
评论(0)
推荐(0)
编辑
2016年6月23日
linux遍历文件大小
摘要: du --max-depth=1 -h
阅读全文
posted @ 2016-06-23 15:29 braveliu
阅读(460)
评论(0)
推荐(0)
编辑
2016年5月25日
nginx启动
摘要: 1 dockerctl shell nginx 2 cd /usr/lib/python2.6/site-packages/roller 3 改代码 4 dockerctl restart nginx
阅读全文
posted @ 2016-05-25 15:30 braveliu
阅读(131)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
下一页