www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年3月5日

摘要: 1,linux环境下快速部署; wgethttp://wpc.29c4.edgecastcdn.net/8029C4/downloads/software/jira/downloads/atlassian-jira-enterprise-4.2.2-b589-standalone.tar.gz tar zxvf *.tar.gz; ln -s source des; 设置jira的备份位置; mkdir -p /bak/jiradb/ 修改jira部署目录的conf/server.xml 在Context节点下追加 ; 在你的jira部署根目录/startup.sh ... 阅读全文
posted @ 2014-03-05 17:22 秦瑞It行程实录 阅读(562) 评论(0) 推荐(0) 编辑

摘要: 1,user groups 篇幅 the length of an article; fgetgrent(从指定的文件来读取组格式) 相关related functions;fgetpwent headers files includes: #include #include function define: struct group * getgrent(FILE * stream);函数说明fgetgrent()会从参数stream指定的文件读取一行数据,然后以group结构将该数据返回,参数stream所指定的文件必须和/etc/group相同的格式grou... 阅读全文
posted @ 2014-03-05 16:52 秦瑞It行程实录 阅读(218) 评论(0) 推荐(0) 编辑

摘要: 1, wget http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.29.tar.gz 【mysql驱动包】 阅读全文
posted @ 2014-03-05 16:33 秦瑞It行程实录 阅读(214) 评论(0) 推荐(0) 编辑

摘要: 1、JDK、JIRA、MySQL安装完毕,停止JIRA服务创建数据库:mysqlcreate database jiradb character set ‘UTF8′;创建用户并赋与权限:create user jirauser identified by ‘jira’;grant all privileges on *.* to ‘jirauser’@'%’ identified by ‘jira’ with grant option;grant all privileges on *.* to ‘jirauser’@'localhost’ identified by ‘ji 阅读全文
posted @ 2014-03-05 10:15 秦瑞It行程实录 阅读(895) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui