wsl 终端 locale 查看字符编码,发现有问题,之所以不乱码是因为有 windows 的字符编码。
more >>wsl 终端 locale 查看字符编码,发现有问题,之所以不乱码是因为有 windows 的字符编码。
more >>1 | # 修改配置文件 |
复制公私钥,之后通过 ssh-add --apple-use-keychain ~/.ssh/id_rsa
导入私钥即可
!pip install -U git+https://github.com/amitness/colab-connect.git
1 | from colabconnect import colabconnect |
chrome://flags/#enable-force-dark
设置 Auto Dark Mode for Web Contents
为 Enabled
1 | sudo apt install davfs2 |
/etc/davfs2/davfs2.conf
,找到其中的 use_lock
取消注释,并修改值为 0
。(用于修正复制剪切文件错误)/etc/davfs2/secrets
,在末尾添加 http://localhost:8080/dav/ admin password
/etc/fstab
,在最后一行添加以下内容 http://localhost:8080/dav/ /mnt/alist/ davfs defaults 0 0
ln -s /mnt/alist/ /home/alist/
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true