临时方案
使用hostname命令
[root@Server-1 cer]# hostname xxxx
重启生效
使用hostnamectl命令
- 查看当前hostname信息
[root@Server-1 cer]# hostnamectl
Static hostname:[......]
使用hostname命令
[root@Server-1 cer]# hostname xxxx
使用hostnamectl命令
[root@Server-1 cer]# hostnamectl
Static hostname:[......]
yum install nfs-utils
[root@Server-1 cer]# vim /etc/fstab
如果nfs的地址是172.16.3.250,挂载根目录,本地挂载目录为/mnt/nas,参考下面末行配置
#
# /etc/fstab
# Cr[......]
为什么要这样设计呢?直接web服务器对外提供服务不就可以了吗?何必多此一举。一般至少有2个方面的考量:
/usr/local/nginx/conf
文件目录:/usr/local/nginx/html
/usr/local/etc/
在编译安装php时有时候会碰到如题所示的错误:
Package 'oniguruma', required by 'virtual:world', not found
一般在编译php安装时,出现类似的错误只需要安装对应的devel包即可,比如在Centos下,只需要yum install o[......]