上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: 一般安装centos最小版的时候默认没有图形界面 需要自己安装 sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 然后 init 5 就ok了 不行就试试下面这句话 sudo ln -sf /lib/syst 阅读全文
posted @ 2016-06-26 18:17 juandx 阅读(3181) 评论(0) 推荐(0) 编辑
摘要: CentOs添加新硬盘到新的分区(xfs/ext4) 添加新分区 转载请注明:http://www.cnblogs.com/juandx/p/5618162.html 这篇文章介绍怎么添加一块新的硬盘,然后将其添加到一个新的分区或者一个已有的分区,比如增加根分区的大小 比如在virtualbox中添 阅读全文
posted @ 2016-06-26 16:57 juandx 阅读(8677) 评论(1) 推荐(0) 编辑
摘要: 编码问题,在头部添加 http://www.xuebuyuan.com/2226637.html 阅读全文
posted @ 2016-06-17 00:33 juandx 阅读(2381) 评论(0) 推荐(0) 编辑
摘要: 主要参考以下: https://pixabay.com/en/blog/posts/direct-image-uploads-in-tinymce-4-42/ http://blog.csdn.net/tianlanzhixie/article/details/50240071 这里还有个用php使 阅读全文
posted @ 2016-06-16 23:20 juandx 阅读(2184) 评论(0) 推荐(0) 编辑
摘要: #! -*- encoding:utf-8 -*- import os from config import * from function import GetCsspToken, RegistInCssp, GetCsspStatus if __name__=='__main__': token = GetCsspToken(email, mypasswd) if os.p... 阅读全文
posted @ 2016-06-16 13:44 juandx 阅读(164) 评论(0) 推荐(0) 编辑
摘要: input 默认值为灰色,输入时清楚默认值 阅读全文
posted @ 2016-06-12 01:48 juandx 阅读(1975) 评论(0) 推荐(0) 编辑
摘要: nova和neutron都可以,但是感觉还是用neutron好。 文档感觉很low,去binding python的文档看neutron的简直想死 http://docs.openstack.org/developer/python-neutronclient/ 。。。只能去看源码 看参数还是得去看 阅读全文
posted @ 2016-06-01 18:20 juandx 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 查找RSAAuthentication、StrictModes、PubkeyAuthentication、AuthorizedKeysFile把所在行修改为: 重启SSH服务 阅读全文
posted @ 2016-06-01 00:41 juandx 阅读(5259) 评论(0) 推荐(0) 编辑
摘要: 转载请注明:from http://www.cnblogs.com/juandx/p/5544517.html 1.普通账户:user(7fnmmnml,默认是bdettbr0),猫背后可见 2.工程账户:fiberhomehg2x0(hg2x0),需先访问http://192.168.1.1/lo 阅读全文
posted @ 2016-05-31 01:06 juandx 阅读(3553) 评论(0) 推荐(0) 编辑
摘要: https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair Creating the key How you create your SSH key pair depends on which operating system you us 阅读全文
posted @ 2016-05-23 23:31 juandx 阅读(3937) 评论(0) 推荐(0) 编辑
摘要: .html .js 阅读全文
posted @ 2016-04-28 15:20 juandx 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: 使用outerjoin 但是还没搞清究竟怎么搞才对于mysql的inner join ,left,right 阅读全文
posted @ 2016-04-28 15:08 juandx 阅读(11020) 评论(0) 推荐(0) 编辑
摘要: 使用urllib2发起post请求 阅读全文
posted @ 2016-04-28 15:05 juandx 阅读(12663) 评论(0) 推荐(0) 编辑
摘要: 总结: 在增加 虚机 和 有子网的网络 的时候才会在br-int这个网桥增加一个port(虚机是qvo, 网络是tap) 阅读全文
posted @ 2016-04-21 19:00 juandx 阅读(2611) 评论(0) 推荐(0) 编辑
摘要: 函数简介: SUBSTRING(str,pos) , SUBSTRING(str FROM pos) SUBSTRING(str,pos,len) , SUBSTRING(str FROM pos FOR len) 不带有len 参数的格式从字符串str返回一个子字符串,起始于位置 pos。带有le 阅读全文
posted @ 2016-04-21 18:40 juandx 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 http://www.cnblogs.com/juandx/p/5418204.html openstack有3个库,nova,neutron,keystone,我现在需要做的是跨库联表查询虚机的信息 nova和neutron的连接关系在nova.instance_info_caches 阅读全文
posted @ 2016-04-21 18:27 juandx 阅读(1404) 评论(0) 推荐(0) 编辑
摘要: windows: 1、安装jdk,注意不是jre 2、 计算机→属性→高级系统设置→高级→环境变量,选择下面的那个系统环境变量 3、 系统变量→新建 JAVA_HOME 变量 。 变量值填写jdk的安装目录(本人是 C:\Java\jdk1.8.0) 系统变量→寻找 Path 变量→编辑 在变量值最 阅读全文
posted @ 2016-04-20 00:08 juandx 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Centos7安装完毕后重启提示Initial setup of CentOS Linux 7 (core)的解决方法 问题: CentOS7安装完毕,重新开机启动后显示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] 阅读全文
posted @ 2016-04-13 16:05 juandx 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: CentOS安装gitlab,gerrit,jenkins并配置ci流程 By Wenbin juandx@163.com 2016/4/9 这是我参考了网上很多的文档,配置了这三个软件在一个机器上,web分别访问8081,8082,8083端口,成功构建了一个ci流程。 版本都是目前最新的版本。 阅读全文
posted @ 2016-04-09 19:14 juandx 阅读(4771) 评论(0) 推荐(0) 编辑
摘要: 登陆后会要求你更改密码的。 注意163,qq什么的记得加白名单,不然可能当成垃圾邮件了。。。 然后再编译下 sudo gitlab-ctl reconfigure 登陆去修改下自己的邮箱,在profile里面 创建一个新的group,命名为devops 在这个组里创建一个新的project,命名为o 阅读全文
posted @ 2016-04-09 19:08 juandx 阅读(6540) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页