PuTTY:修订间差异
无编辑摘要
无编辑摘要 |
无编辑摘要 |
||
第9行: | 第9行: | ||
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | ||
== 安装 == | |||
Linux命令行安装: | |||
<syntaxhighlight lang="bash"> | |||
sudo apt-get install putty | |||
</syntaxhighlight> | |||
卸载: | |||
<syntaxhighlight lang="bash"> | |||
sudo apt-get remove putty | |||
</syntaxhighlight> | |||
== 设置 == | == 设置 == |