多台电脑的文件共享
NFS服务器
参考:https://blog.csdn.net/m0_70464577/article/details/127972970
ubantu搭建nfs系统:https://blog.csdn.net/iriczhao/article/details/126149918
OneDrive 文件同步
亲测有效:http://www.manongjc.com/detail/60-wyoakzubfasgdos.html
onedrive详细命令:https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md#performing-a-sync
## 常用onedrive命令
onedrive --synchronize
onedrive --synchronize --download-only
onedrive --synchronize --upload-only
onedrive --synchronize --upload-only --no-remote-delete
vim ~/.config/onedrive/config
sync_root_files = "true"
设置Typora图床
亲测可用:
1)下载Typora
- 下载node
3) 下载picgo-core
- 配置picgo命令,配置picgo配置文件
5)配置自定义命令
参考:https://blog.csdn.net/qq_36744683/article/details/127178343
参考:https://www.cnblogs.com/Marches7/p/17052880.html
{
"picBed": {
"current": "gitee",
"uploader": "gitee",
"gitee": {
"branch": "master",
"customPath": "",
"customUrl": "",
"path": "img/",
"repo": "fubobo / note-pic",
"token": "6f0e07915fa0b2e046c328094008b6bf"
}
},
"picgoPlugins": {
"picgo-plugin-gitee-uploader": true,
"picgo-plugin-super-prefix": true
},// PicGo插件预留
"picgo-plugin-super-prefix": {
"fileFormat": "YYYYMMDDHHmmss"
}
}