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



ubuntu

相關文章
相關標籤/搜索