摘要:
在客户端上生成密钥: ssh-keygen -t rsa 然后上传到服务器上即可: ssh-copy-id username@remote-server -p22 阅读全文
摘要:
原文地址:https://www.cnblogs.com/EasonJim/p/7806879.html 安装gcc g++的依赖库 sudo apt-get install build-essential sudo apt-get install libtool 安装pcre依赖库(http:// 阅读全文
摘要:
编译安装最新版gnutls的时候,总是会出libnettle 3.4.1 was not found的报错信息。 即使编译安装了nettle的最新版3.5之后,依然会报该错。 原因是gnutls编译的时候使用了pkg-config,没有安装安装就会导致调用出错。 安装完pkg-config再编译。 阅读全文