Chinaunix首页 | 论坛 | 博客
  • 博客访问: 23829
  • 博文数量: 7
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 49
  • 用 户 组: 普通用户
  • 注册时间: 2014-09-26 15:53
文章分类
文章存档

2014年(7)

我的朋友

发布时间:2014-11-30 20:35:52

原文: http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centosThere is a lack of documentation on how to do this, I guess they assume that you must know a lot IF you are trying to use this library.But here are step by step instructions on how to do it.What you .........【阅读全文】

阅读(1141) | 评论(0) | 转发(0)

发布时间:2014-11-22 21:43:16

原文:http://www.iitshare.com/installation-and-configuration-of-vsftpd.htmlvsftpd作为FTP服务器,在Linux系统中是非常常用的。下面我们介绍如何在centos系统上安装vsftp。什么是vsftpdvsftpd 是“very secure FTP daemon”的缩写,安全性是它的一个最大的特点。vsftpd 是一个 UNIX 类操作系统上运行的服务器.........【阅读全文】

阅读(1396) | 评论(0) | 转发(0)

发布时间:2014-11-22 21:26:07

原文:http://5iwww.blog.51cto.com/856039/432290time有计时作用,dd用于复制,从if读出,写到of。if=/dev/zero不产生IO,因此可以用来测试纯写速度。同理of=/dev/null不产生IO,可以用来测试纯读速度。bs是每次读或写的大小,即一个块的大小,count是读写块的数量。1.测/目录所在磁盘的纯写速度:time dd if=.........【阅读全文】

阅读(1190) | 评论(0) | 转发(0)

发布时间:2014-11-22 18:28:46

原文: http://blog.csdn.net/spxfzc/article/details/39645133学习apache安装的时候需要打开80端口,由于centos 7版本以后默认使用firewalld后,网上关于iptables的设置方法已经不管用了,想着反正iptable也不会用,索性直接搬官方文档,学习firewalld了,好像比iptables要简单点了。官方文档地址:https://.........【阅读全文】

阅读(2725) | 评论(0) | 转发(0)

发布时间:2014-11-21 22:25:11

原文: http://tech.ddvip.com/2009-07/1248352026126139.htmlsftpd 与TCP_wrapper 结合到一块来实现这种要求/etc/hosts.allow 定义允许的地址:/etc/hosts.deny 定义拒绝的来源地址./etc/hosts.allow 如下:## hosts.allow This file describes the names of the hosts which are.........【阅读全文】

阅读(1221) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册