Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ixmu committed Jul 15, 2023
1 parent a3505c8 commit 95d1688
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
####Markdown在线编辑器

http://www.mdeditor.com/

####利用jsDeliver加速GitHub静态文件
快速为ssh添加key登录
```shell
$ https://cdn.jsdelivr.net/gh/你的用户名/你的仓库名@发布的版本号/文件路径
# 栗子:
$ https://cdn.jsdelivr.net/gh/ixmu/[email protected]/ssh/PubkeyAuthentication # 加载1.0版本
bash <(curl -Lso- https://raw.githubusercontent.com/ixmu/Note/master/add_ssh_key.sh)
```

# 注意: 如果不加 @发布的版本号 默认加载最新版本
# 栗子:
$ https://cdn.jsdelivr.net/gh/ixmu/Note/ssh/PubkeyAuthentication # 加载最新版本
安装断网自动重启脚本
```shell
bash <(curl -Lso- https://raw.githubusercontent.com/ixmu/Note/master/network_monitor.sh)
```
####快速添加PubkeyAuthentication登录

Anyconnect服务端安装脚本
```shell
bash <(curl -Lso- https://cdn.jsdelivr.net/gh/ixmu/Note/ssh/PubkeyAuthentication.sh)
bash <(curl -Lso- https://raw.githubusercontent.com/ixmu/Note/master/network_monitor.sh)
```

0 comments on commit 95d1688

Please sign in to comment.