上一页 1 ··· 8 9 10 11 12
摘要: 一、介绍 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 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 nfs网络文件系统的,大部分用在内网文件共享,比如,对集群上传文件做共享,经常用在图片部分,当然数据量大了还是要做分离,做为专门的接口比较好,介绍一下基本安装环境: 1)Cnetos6.6 2)nfs-utils-1.2.3 3)rpcbind-0.2.0二、安装 yum ins... 阅读全文
posted @ 2015-06-27 22:58 ca0guo 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 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 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 在工作中经常遇到代码分发,或者是资料备份,都会用到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 阅读(3614) 评论(0) 推荐(0) 编辑
摘要: $ 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 阅读(1884) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(862) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12