- 简介
- 目录大纲
- 最新文档
drone
使用drone+github 阿里云服务器经常无法访问github。 建议使用drone+gitee。 但是,代码是提交到github中,gitee作为备份。 使用drone+gitee todo: github仓库同步到gitee的方案 使用github action来实现。 Yikun/hub-mirror-action url: https://github.com/Yikun/hub...……
我是张三 - 2025年3月31日 17:05
静态网站生成工具-vuepress
Home | VuePress 使用md文件来生成文档。 使用docker-compose来创建开发环境,配合vscode remote development,很方便。见【附件】vuepress-site.tar.gz。
我是张三 - 2025年3月29日 12:33
shell命令汇总
linux shell 网络 (sudo yum install -y firewalld) - lsof -i:80 查看占用80端口的程序 (yum install -y lsof) - 检查端口被哪个进程占用 netstat -lnp|grep 8000 (需要yum install net-tools -y) - /etc/init.d/iptables status - /etc...……
我是张三 - 2025年3月28日 21:59