会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ca0Gu0
莫听穿林打叶声 何妨吟啸且徐行
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
2015年6月29日
Centos6.4 安装bind dns 服务器
摘要: 一、介绍 1)Centos6.4 64bit minimal 2) bind-9.8.2-0.30.rc1.el6_6.3.x86_64二、安装$ yum install -y bind bind-utils三、配置A)bind主配置文件$ vi /etc/named.conf//// na...
阅读全文
posted @ 2015-06-29 20:48 ca0guo
阅读(446)
评论(0)
推荐(0)
2015年6月27日
Centos6.6 安装nfs网络文件系统
摘要: 一、介绍 nfs网络文件系统的,大部分用在内网文件共享,比如,对集群上传文件做共享,经常用在图片部分,当然数据量大了还是要做分离,做为专门的接口比较好,介绍一下基本安装环境: 1)Cnetos6.6 2)nfs-utils-1.2.3 3)rpcbind-0.2.0二、安装 yum ins...
阅读全文
posted @ 2015-06-27 22:58 ca0guo
阅读(340)
评论(0)
推荐(0)
Centos6.6 安装基于系统认证的vsftp服务
摘要: 一、介绍 vsftp是一款文件服务器软件,在文件共享,代码更新,文件备份中也是经常用到,以下是基本安装环境: 1)CentOS6.6 2)vsftpd-2.2.2二、安装 $ yum install -y vsftpd三、配置 $ vi /etc/vsftpd/vsftpd.conflis...
阅读全文
posted @ 2015-06-27 21:56 ca0guo
阅读(664)
评论(0)
推荐(0)
2015年6月26日
Centos6.6 安装rsync服务端
摘要: 一、介绍 在工作中经常遇到代码分发,或者是资料备份,都会用到rsync,配置不算复杂,仅做下记录,安装环境如下: 1) Centos6.6 2)rsync-3.0.6-12.el6.x86_64 3) Server IP:192.168.19.128;Client IP:192.168.19...
阅读全文
posted @ 2015-06-26 22:24 ca0guo
阅读(3633)
评论(0)
推荐(0)
2015年6月25日
python mongodb压力测试脚本
摘要: $ pip install pymongo 1 #!/usr/bin/env python 2 #coding=utf-8 3 #Author: Ca0Gu0 4 5 from pymongo import MongoClient 6 import datetime,time 7 8 9 ...
阅读全文
posted @ 2015-06-25 22:53 ca0guo
阅读(1900)
评论(0)
推荐(0)
python发送文本邮件
摘要: 1 #!/usr/bin/env python 2 #coding=utf-8 3 #Author: Ca0Gu0 4 import time 5 import smtplib 6 from email.mime.text import MIMEText 7 8 class MailCli(ob...
阅读全文
posted @ 2015-06-25 22:42 ca0guo
阅读(873)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
公告