1.国内镜像文件下载

mirrors.aliyun.com

2.按装centos忘记装图形化界面

解决方法

安装过程中忘记安装gnome图形化界面,重启卡住直接电源启动固件,进入BIOS
找到/boot ,把CD-ROM调最上面,按F10保存,然后yes,然后重启。

3.centos终端使用方法

Ctrl+shift加+ 放大界面 Ctrl-缩小界面

4.查看所安装的shell类型

1
cat  /etc/shells

5.查看当前shell类型

1
echo $SHELL

6.进入别的shell

如进去tcshell

1
tcsh

7.查看进程树

1
pstree

8.退出shell

1
exit