1. Fork Lede源码
- fork lede 源码:https://github.com/coolsnowwolf/lede
- fork GitHub Actions自动编译源码:https://github.com/KFERMercer/OpenWrt-CI
1 | opkg update |
supervisor安装完成后,会在/usr/bin/目录生成3个可执行文件
1 | $ ls -lh /usr/bin/*supervisor* |
IIS要求证书格式是pfx, 故需要使用crt和key证书合成pfx证书
合成pfx证书
1 | openssl pkcs12 -export -out server.pfx -inkey server.key -in server.crt |
cat /home/test2/scripts/start_jumpserver.sh
1 | #!/bin/bash |
注:脚本中,启动命令不能使用-d后台启动方式
1 | chmod +x /home/test2/scripts/start_jumpserver.sh |
脚本依赖: openssl
脚本运行格式:
1 | ./gen-cert.sh -a 算法 -d 域名 -n 证书文件名 |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
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