Linux工作环境:CentOS7最小安装+Xfce桌面环境

ref: https://blog.csdn.net/smstong/article/details/44802989

3.1 执行CentOS7 最小安装
去官网下载CentOS-7.0-1406-x86_64-Minimal.iso,然后刻录光盘,安装之。安装完成后执行yum update更新系统。然后,执行
# yum install epel-release
安装额外包yum源(extra package for Enterprise Linux)。

yum group list

3.2 安装X Window system
执行yum groupinstall "X Window system",安装X。安装完成后执行sudo systemctl isolate graphical.target检验安装成功。

3.3 安装Xfce4
执行 yum groupinstall Xfce安装Xfce桌面环境。如果需要,可选安装xfce4的其他模块。
执行sudo systemctl isolate graphical.target,进入Xfce。

tigervnc全屏后如何退出: F8 弹出菜单选项。


# qemu-kvm -name centos7 -smp 1 -m 2048 -cpu host -drive file=/kvm-images/centos7.qcow2,if=virtio,media=disk,index=0,format=qcow2 -net nic,model=virtio -net tap,ifname=vnet0,script=/etc/qemu-ifup,downscript=no -vga cirrus -balloon virtio

VNC server running on `127.0.0.1:5903'

分辨率大小测试失败
qemu-kvm -h

-full-screen    start in full screen
-vnc display    start a VNC server on display

免费中文字体
http://wiki.ubuntu.org.cn/免费中文字体#CJKUnifonts
安装五笔:
yum search ibus
yum install ibus-table-chinese-wubi-jidian
yum install cjkuni-ukai-fonts
yum install cjkuni-uming-fonts

$ ibus-daemon -d



 

posted @ 2018-04-23 12:54  庚武  Views(726)  Comments(0Edit  收藏  举报