悲催的科学匠人 - 冷水's blog
使用ipv6的几个常识
在浏览器地址栏输入ipv6地址必须用[]包起来
ssh支持ipv6的问题,两点。
1 修改配置文件,转自http://knowledgelayer.softlayer.com/procedure/configuring-ssh-listen-ipv6-addresses
To enable IPv6 on a Linux server’s SSH, edit the /etc/ssh/sshd_config file. Look for ListenAddress, Then uncomment the #ListenAddress :: line.
ListenAddress 0.0.0.0
ListenAddress ::
This will bind sshd to every address on your machine.
2 ssh登录时直接使用ipv6地址,不必加[]
在ubuntu 11.04上搭建phpZoteroWebDAV 2.0的几个问题
必须安装php-curl
sudo apt-get install curl sudo apt-get install php5-curl
必须安装php-pear
sudo apt-get install php-pear
zotero目录下的data和cache必须是可写。为了安全,设置访问权限控制,可以用htpasswd或者在htconf中写
可能由于zotero API的变更,每个收藏条目的附件信息没法显示。需要修改一下源代码details.php,把所有的"<entry>"修改为"<entry"即可。
其他参考 http://blog.holz.ca/2011/11/phpzoterowebdav-installation/
最后,如果可以,服务器地址可以考虑采用ipv6,这样更有优势。