- 博客(5)
- 收藏
- 关注
原创 msync 多网站博客同步编辑工具
目前网络上的博客平台众多, 对于做自媒体的人来说, 同步文章是个体力活, 于是动手撸了一个多平台博客同步工具, 目前功能支持:支持一键发布博客到多个平台本地管理多平台文章, 支持更新发布和删除功能目前支持的平台只有4个(简书/csdn/今日头条/掘金), 其他的平台后续有时间将继续增加QQ交流: 448081525源码地址: https://github.com/qwganker/msync效果:...
2021-01-18 13:15:33
479
原创 Linux 好用的ssh远程终端 finalshell
Linux下ssh远程终端一直没有找到满意的, 直到发现了finalshell, 默认连接上之后打开ftp简直友好, 安装也非常方便安装:rm -f finalshell_install.sh ;wget finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;sudo ./finalshell_install.sh效果:...
2020-12-30 10:46:57
334
原创 Linux 系统监控工具推荐
### top### htop### bashtop { this->num =
2020-03-08 10:59:08
423
原创 Hexo +Github 搭建个人博客
#### 1. 安装依赖```bashnpm install hexo-cli -gnpm install hexo-deployer-git```#### 2. 编辑 _config.yml 文件 在 _config.yml 文件中指定自己创建的 github 地址```yamldeploy: type: git repo: https://github.com/xxx/xxx.github.io.git //远程仓库地址 branch: master
2020-03-01 22:55:08
142
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅