摘要:VirtualBox 5.1.20 ubuntu-16.04.2服务器版。 主要用于工作编译,虚拟机放在后台跑。windows下ssl登录。占用资源少。配置虚拟机网络为NAT+Host-only模式。在没有外网的情况下,windows也能连接登录。 1、Settings - Network 加两块网
阅读全文
随笔分类 - Linux Misc
Some configurations or tips about linux(Centos)
摘要:VirtualBox 5.1.20 ubuntu-16.04.2服务器版。 主要用于工作编译,虚拟机放在后台跑。windows下ssl登录。占用资源少。配置虚拟机网络为NAT+Host-only模式。在没有外网的情况下,windows也能连接登录。 1、Settings - Network 加两块网
阅读全文
摘要:1、下载源码 zlib,openssl , openssh,配置编译链,编译,安装。大致的配置如下: 编译zlib./configure --prefix=/home/potato/openssl/install/zlib-1.2.3make make install编译openssl./Confi
阅读全文
摘要:一、配置主机NFS过程中的一些问题。 1、showmount -e 时出现clnt_create:RPC:Unknown host 解决:设置/etc/hosts,将服务器IP解析到服务器主机名。 2、开发板nfs挂载后复制大文件时主机未响应(still trying)问题 解决:mount -t
阅读全文
摘要:对现有的用户名不满意,如拼写错误,用户名过长等,可使用系统管理命令 System Management Commands 进行修改。 man出来看看 vipw, vigr - edit the password, group, shadow-password or shadow-group file
阅读全文
|