junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Desktop CentOS #107

Open junxnone opened 5 years ago

junxnone commented 5 years ago

CentOS 安装桌面

Gnome

Install

 yum -y groups install "GNOME Desktop" 

Start

startx

KDE

Install

 yum -y groups install "KDE Plasma Workspaces" 

Start

echo "exec startkde" >> ~/.xinitrc
startx

Reference