摘要: 安装mysql遇到错误原来是有个lib文件冲突yum list installed | grep -i mysql好了详细答案:http://serverfault.com/questions/361030/yum-install-mysql-server-x86-64-transaction-check-errors 阅读全文
posted @ 2012-06-25 17:09 Leo Forest 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.chinaunix.net/uid-14117922-id-3012715.html文档控制文档信息文档名称Bacula 安装文档编写者friend-sen文档版本编号V1.0文档类型技术文档文档版本日期2010-06-20备注博客格式比较乱,附件中的文档更适合查阅。测试环境:Bacula Server系统:Centos 5.3;Bacula Client for Linux系统:RHEL 4;Bacula Client for Windows系统:Windows 7。所有权声明文档里的资料多数可以在我的博客(http://sens.cublog.cn)中找到,博 阅读全文
posted @ 2012-06-25 16:36 Leo Forest 阅读(3188) 评论(1) 推荐(0) 编辑
摘要: 原文:http://hi.baidu.com/csende/blog/item/c334cef7113ee23b720eecfa.html利用SSH在Linux和window间传输文件2011-06-27 19:40原理不介绍了,直接来个最简单的方法:一、打开Linux的ssh登录权限: 1、用vi打开/etc/ssh/sshd_config 2、将sshd_config 文件中的PermitRootLogin no 改为PermitRootLogin yes 3、保存退出二、重启sshd服务 1、[root@localhost]#service sshd restart三、下载Winscp, 阅读全文
posted @ 2012-06-25 12:45 Leo Forest 阅读(1183) 评论(0) 推荐(0) 编辑