[win10] 推荐一个替代 notepad.exe 的 notepad 程序

下载链接 官网: https://www.notepadsapp.com/ GitHub: https://github.com/JasonStein/Notepads Microsoft Store 的 Notepads App, https://www.microsoft.com/store/apps/9nhl4nsc67wm 可以在 Microsoft Store 下载(直链如上),完美替代 notepad.exe 添加右键菜单 Edit with Notepads 下面我们动一下注... 阅读全文

记一次 leanote 蚂蚁笔记的博客更换主题 Chirpy

前言 前两天在 v2ex 看到 此帖。一直以来我用的都是官方的主题,然后我也心动了。于是乎我也换上了这个主题,慢慢踩坑直到现在让自己满意…… 正片 我修改的博客地址: https://blog.hellodk.com/blog/dk11。该博客运行在我家里的 Phicomm N1 这台 armbian 设备上,是 docker 安装的leanote。使用的镜像是: https://hub.docker.com/r/lstcml/n1_leanote。 n1 驾驭这些应用是小菜一碟,丝毫没有性... 阅读全文

记一次解决 clash all DNS requests failed, context deadline exceeded 问题

在我切换了 clash 透明代理和普通代理之后遇到了如题所述的问题。 下面是详细日志 [TCP] dial ? 规则之外 (match Match/) to dns.alidns.com:443 error: advanced-cm-3.nodesub.com:3600 connect error: all DNS requests failed, first error: Post "https://dns.alidns.com/dns-query": context deadline exc... 阅读全文

N1 docker ubuntu 容器解决 Some index files failed to download. They have been ignored, or old ones used instead 问题

n1 的 docker,一个 ubuntu 容器在 root 用户下执行 apt-get update 总是遇到 Some index files failed to download. They have been ignored, or old ones used instead 问题,换了好几个国内源都没有解决。 比如下面这篇提到的多个源 https://www.cnblogs.com/gentlemanwuyu/p/11621636.html 但这是为 x86 架构的机器准备的源地址... 阅读全文

leanote 数据库(MongoDB)备份以及恢复教程

查看 leanote 数据库配置 查看 leanote 安装配置文件 (一般是 /data/leanote/conf/app.conf),找到数据库的用户名和密码(以及端口、数据库名字等信息) # mongdb db.host=127.0.0.1 db.port=27017 db.dbname=leanote # required db.username= # if not exists, please leave it blank db.password= # if not exists, p... 阅读全文