1) 开机启动

例子:systemctl enable sshd.service

2) 配置DNS

#vi /etc/resolv.conf

# 添加类似下面的配置(*替换为IP)

nameserver ***.***.***.***
nameserver 219.239.126.142

3) yum install gcc-c++; yum install boost-devel

4) chown another_user  file; chmod +x file; chgrp another_group file


posted on 2013-02-13 21:14  #hanhui  阅读(75)  评论(0编辑  收藏  举报