ChenPotato

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  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 加两块网 阅读全文
posted @ 2017-06-24 15:06 ChenPotato 阅读(595) 评论(0) 推荐(0)

摘要:1、下载源码 zlib,openssl , openssh,配置编译链,编译,安装。大致的配置如下: 编译zlib./configure --prefix=/home/potato/openssl/install/zlib-1.2.3make make install编译openssl./Confi 阅读全文
posted @ 2016-10-08 21:44 ChenPotato 阅读(588) 评论(0) 推荐(0)

摘要:一、配置主机NFS过程中的一些问题。 1、showmount -e 时出现clnt_create:RPC:Unknown host 解决:设置/etc/hosts,将服务器IP解析到服务器主机名。 2、开发板nfs挂载后复制大文件时主机未响应(still trying)问题 解决:mount -t 阅读全文
posted @ 2016-10-07 16:09 ChenPotato 阅读(1109) 评论(0) 推荐(0)

摘要:对现有的用户名不满意,如拼写错误,用户名过长等,可使用系统管理命令 System Management Commands 进行修改。 man出来看看 vipw, vigr - edit the password, group, shadow-password or shadow-group file 阅读全文
posted @ 2016-10-05 13:12 ChenPotato 阅读(3393) 评论(0) 推荐(0)