全部博文(106)
发布时间:2014-03-28 23:55:48
http://blog.chinaunix.net/uid-20785090-id-4174865.htmlmysql通过plugin可以扩展更多的功能.plugin相当于一种插件,用户可以根据自己的需要求开发各种各样的plugin来支持自定义的功能,比如存储引擎,半同步复制,分区等等各种各样的功能. mysql服务器的plugin可以分为两类,一种是内置的plugin,一种是外部的.........【阅读全文】
发布时间:2014-03-28 23:51:19
http://blog.chinaunix.net/uid-29179844-id-4180869.htmlRSYNC软件介绍: rsync是类unix系统下的数据镜像备份工具,从软件的命名上就可以看出来了——remote sync。它的特性如下:可以镜像保存整个目录树和文件系统。可以很容易做到保持原来文件的权限、时间、软硬链接等等。无须特殊权限即可安装。优化的流程,文.........【阅读全文】
发布时间:2014-03-07 02:17:50
http://www.makeuseof.com/tag/secure-your-wireless-network-here-is-why-and-how/I was watching some program the other day and was surprised to find out that many people never secure their wireless networks. Some don’t know about it, others just ignore it… If you have a wireless network set up a.........【阅读全文】
发布时间:2014-02-26 04:40:54
http://www.oschina.net/news/49162/best-cross-platform-editors非常感谢各位一直以来对我们文章的关注,支持和建议,让我们更有斗志为大家提供更多更好的材料。今天,我们要介绍集成开发环境(IDE)给各位 web 开发者。IDE 是个非常好的工具,通过它的各种杰出的工具来使编程更加简单。这些 IDE 提供现代化的用户界.........【阅读全文】
发布时间:2014-02-12 04:19:25
http://blog.chinaunix.net/uid-29242873-id-4100736.html环境RHEL6.4wget http://www.linux-pam.org/library/Linux-PAM-1.1.1.tar.gztar xzvf Linux-PAM-1.1.1.tar.gz主要修改 Linux-PAM-1.1.1/modules/pam_unix/pam_unix_auth.c点击(此处)折叠或打开/* verify the.........【阅读全文】