- 找到grub配置文件
/etc/default/grub
- 修改GRUB_TIMEOUT值,默认是10,可修改为任意非负整数
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cf[......]
/etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cf[......]
sudo apt remove fcity -y
sudo apt remove fcity-module* -y
sudo apt remove fcity-frontend* -y
sudo apt purge fcitx*
[……]
使用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[......]