会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kaka_jon
上一页
1
2
3
4
5
6
7
8
9
下一页
2017年6月26日
sharepoint 2013 和 office web apps server 2013集成
摘要: 环境: 三台服务器 系统:window 2008 R2server01: 192.168.10.162(office web app)server02: 192.168.10.163(AD)server03: 192.168.10.164(sharepoint)前提:1. server02配置好AD
阅读全文
posted @ 2017-06-26 10:43 kaka_jon
阅读(419)
评论(0)
推荐(0)
编辑
2017年6月19日
django-useren配置
摘要: http://bobbyong.com/blog/step-by-step-guide-on-configuring-django-userena/
阅读全文
posted @ 2017-06-19 16:12 kaka_jon
阅读(120)
评论(0)
推荐(0)
编辑
2017年5月27日
postgres基础知识
摘要: postgres是连接到具体的库: ./psql -U postgres 不指定库,默认就是用户名的同名库 ./psql -d chat -U postgres 指定chat库 postgres登录权限配置文件是在数据目录下的pg_hba.conf \du: 查看用户\dt: 查看表\dn:查看sc
阅读全文
posted @ 2017-05-27 12:31 kaka_jon
阅读(569)
评论(0)
推荐(0)
编辑
postgres表空间、模式、表和用户/角色之间的关系
摘要: 一、 角色(role)和用户(user) 1. role postgres=# create role kanon password 'kanon'; #使用role创建的用户默认不允许登录 postgres=# alter role kanon login; #修改kanon可以登录 2. use
阅读全文
posted @ 2017-05-27 12:20 kaka_jon
阅读(1128)
评论(1)
推荐(0)
编辑
2017年3月31日
postgresql安装
摘要: 1. 下载postgresql二进制包 wget https://get.enterprisedb.com/postgresql/postgresql-9.5.6-1-linux-x64-binaries.tar.gz2. 安装 2.1 解压 tar xf postgresql-9.5.6-1-li
阅读全文
posted @ 2017-03-31 14:41 kaka_jon
阅读(283)
评论(0)
推荐(0)
编辑
2017年1月6日
kanboard邮件通知
摘要: 1. 复制config.default.php为config.php 2. 修改一下内容 define('MAIL_TRANSPORT', 'smtp');define('MAIL_SMTP_HOSTNAME', 'mail.smtp.co.za'); // YOUR SMTP HOST NAMEd
阅读全文
posted @ 2017-01-06 13:44 kaka_jon
阅读(714)
评论(0)
推荐(0)
编辑
2016年12月21日
两个七牛app上传小脚本
摘要: 把要更新的app放到/home/data下面 安卓: cat upload_apk.sh #!/bin/bashUser=xxxxx@qq.comPass=xxxxxxqrsctl-v3.1.20161125 login ${User} ${Pass}qrsctl-v3.1.20161125 put
阅读全文
posted @ 2016-12-21 19:36 kaka_jon
阅读(407)
评论(0)
推荐(0)
编辑
2016年12月4日
centos 6 安装 gitlib
摘要: 安装gitlab 1. 下载 gitlabcurl -O https://downloads-packages.s3.amazonaws.com/centos-6.5/gitlab-7.2.1_omnibus-1.el6.x86_64.rpm2. 安装依赖yum install openssh-se
阅读全文
posted @ 2016-12-04 18:45 kaka_jon
阅读(289)
评论(0)
推荐(0)
编辑
2016年11月29日
Nginx + uwsgi
摘要: 1. 安装uwsgi依赖yum groupinstall "Development Tools"yum install pythonyum install python-develyum install -y libxml2-devel2. 编译安装uwsgiwget http://projects
阅读全文
posted @ 2016-11-29 17:23 kaka_jon
阅读(149)
评论(0)
推荐(0)
编辑
2016年10月22日
ldap + kerberos + google authentication 实现两步验证
摘要: 第一步:ldap + kerberos 整合 ,参考之前的文章 第二步:google authentication 安装配置,参考之前的文章 第三步:整合 ldap + kerberos + google authentication 1. 由于sshd默认在使用了秘钥或者kerberos验证的时候
阅读全文
posted @ 2016-10-22 13:03 kaka_jon
阅读(1371)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
下一页
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理