摘要:
maybe you can try this first ssh-keygen # generate a key pair ssh-copy-id user@host # copy plubic key to vps ssh -i ~/.ssh/private-key-file user@host 阅读全文
摘要:
The fish language 这份文档用来让你全方位了解fish脚本语言。如果想了解fish交互使用的特性,去看Interactive use。 了解下语法 不只是fish,基本上Shells用起来的方式都是给它们喂commands。你想要执行command,你就先输入一个command名,后 阅读全文