首页 > 编程知识 正文

插件,插件

时间:2023-05-04 08:08:10 阅读:210571 作者:4802

由于官方Xmarks不能访问了,特给出解决方法。

客户端:

我有两台电脑,操作系统分别是Windows和Linux,浏览器分别是Mozilla Firefox和Iceweael。

 

一、search add-ons Xmarks and install

二、Xmarks Settings

Advanced->

Bookmark URL:***********.bookmarks.json

Status->

Username:***

Passwork:***

 

at the first time,you can choose to do manual overwrite ,such as upload or download .

 

服务器端:

 

1.Apache中添加设置

在/etc/apache2/site-available中添加

## -------------------------------------------------- ## WebDAV config section ## -------------------------------------------------- Alias /webdav /srv/repos/webdav <Location /webdav> DAV on </Location> <Location /webdav/fpzeng> Require user fpzeng </Location>

 2.路径设置

在/etc/repos/webdav/fpzeng下设置目录xmarks

权限为

lrwxrwxrwx 1 www-data www-data

3.重载apache2

运行/etc/init.d/apache2 reload

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。