hexo使用说明
Command
1 | hexo new <title> / hexo n <title> |
Build
1 | install nodejs |
Publish
1 | hexo clean |
Themes submodule
1 | git clone git@github.com:bigsuperangel/hexo_md.git |
Update
1 | npm install -g hexo-cli |
1 | hexo new <title> / hexo n <title> |
1 | install nodejs |
1 | hexo clean |
1 | git clone git@github.com:bigsuperangel/hexo_md.git |
1 | npm install -g hexo-cli |
本页基本是电脑正常运行必备软件,适合新系统快速装机
以下软件推荐搭配 Windows 10 / Windows 11 系统,请按需下载
解压缩:BandiZip(注意:请勿升级此版本)
浏览器:Windows10 默认的 Edge Google的 Chorme mozilla的 Firefox 百分浏览器centbrowser
输入法:Windows10 默认的微软输入法 极点五笔
文档办公: WPS
文字工具:emeditor 授权码:DMAZM-WHY52-AX222-ZQJXN-79JXH
视频播放器:Windows10 默认播放器支持格式不全,可以安装 PotPlayer 补充
音乐播放器:listen1
图片处理: PhotoShop 1寸照片 2寸照片 imagine
下载工具:迅雷精简版
FTP:FileZillaFTP
密码查看器:AsteriskPassword
云硬盘:RaiDrive
谷歌翻译:https://github.com/Ponderfly/GoogleTranslateIpCheck
流程设计:EdrawMax
下面两个就不用多说了,有需要就安装
QQ:https://im.qq.com
微信:https://weixin.qq.com
网盘:百度网盘 阿里云盘 天翼云盘 123云盘
看视频可以去官网在线观看或下载客户端
视频平台 | 官网 | 客户端 |
---|---|---|
爱奇艺 | 官网 | 下载 |
优酷 | 官网 | 下载 |
Bilibili | 官网 | 下载 |
听音乐可以去官网在线听或下载客户端
音乐平台 | 官网 | 客户端 |
---|---|---|
QQ音乐 | 官网 | 下载 |
网易云音乐 | 官网 | 下载 |
电脑维护:Dism geek(支持优化加速、驱动管理、杀毒防护和应用市场等功能)
杀毒安全:火绒(支持病毒查杀、电脑清理、弹窗拦截等功能)
启动项修复: EasyBCD
系统测试: aida64
远程连接:Frp_window Frp_Linux
1 | ssh-keygen -t rsa |
1 | github secrets add private-key example xxx_rsa |
1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node |
Simple GitHub Action to copy a folder or single file to a remote server using SSH. This is working with the latest GitHub Actions.
Copy a folder recursively to a remote server
1 | - name: Copy folder content recursively to remote |
Copy a single file to a remote server
1 | - name: Copy single file to remote |
1 | bash <(curl -sL haoduck.com/sh/besttrace.sh) |
1 | bash <(curl -sL haoduck.com/sh/tcpx.sh) |
1 | bash <(curl -sL haoduck.com/sh/pubkey.sh) "你的公钥" |
1 | bash <(curl -sL haoduck.com/sh/docker.sh) |
1 | bash <(curl -sL haoduck.com/sh/paste.sh) "分享的文本" |
1 | bash <(curl -sL haoduck.com/sh/ssh_open.sh) |
1 | bash <(curl -sL haoduck.com/sh/firefox.sh |
1 | # This workflow will build a Java project with Maven |
1 | name: CI |
1 | netstat -anp | grep 8081 | awk '{printf $7}' | cut -d "/" -f 1 |