出现aclocal: not found
执行命令;sudo apt-get install eva
搞定,又出新的问题
baby@dnsbackup:~/sphinx/mysql-5.1.26-rc$ sudo sh BUILD/autorun.sh
[sudo] password for baby:
BUILD/autorun.sh: 23: aclocal: not found
Can't execute aclocal
1. if you got error messages saying that it couldn't find x11 libraries (that is -lX11 not found on my debian box), try to apt-get install libx11...
第五部分.安全性
网站的安全非常重要,如果您的网站中存在需要授权才能访问的内容,保护好这些内容是您的责任,使用安全的数据库技术,对关键数据进行加密,过滤用户上传的数据是保证网站安全的重要途径。网站安全性遵从以下规则:
目前主流的数据库技术包括 MS SQL Server, Oracle, IBM DB2, MySQL, PostgreSQL,其中 MySQL 和 PostgreSQL 属于开源数据库,其它三种数据库根据不同许可方式有不同的价格。...
Published 8 months ago in Tips and Linux.
Tags: cyrus sasl, postfix, ubuntu.
这两天在Ubuntu下折腾Postfix + Courier-IMAP + Cyrus-SASL + MySQL + PostfixAdmin,主要参考这个Howto(flurdy.com/docs/postfix/)
配置了Postfix Admin,所以邮件用户的密码用了md5的加密方式存放在MySQL数据库中的(不想用明文)。这样一来,IMAP服务器可以支持加密的密码字段,认证没有问题,但SMTP服务器不行。
Google...