سلام
من برای اولین تجربم توی سرور لینوکس میخام رابط گرافیکی رو راه بندازم ولی نمیدونم چجوریه! چنتا آموزش دیدم و چنتاشونم تست کردم! الان این کارو کردم:

  1. First Add the EPEL Repository (EPEL Repository which is provided from Fedora project.)
    Extra Packages for Enterprise Linux (EPEL)

    • How to add EPEL Repository?
      # yum -y install epel-release

      # sed -i -e "s/\]$/\]\npriority=5/g" /etc/yum.repos.d/epel.repo # set [priority=5]
      # sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/epel.repo # for another way, change to [enabled=0] and use it only when needed
      # yum --enablerepo=epel install [Package] # if [enabled=0], input a command to use the repository
    • And now install the Cinnamon Desktop Environment from EPEL Repository:
      # yum --enablerepo=epel -y install cinnamon*

  2. Input a command like below after finishing installation:
    # echo "exec /usr/bin/cinnamon-session" >> ~/.xinitrc
    # startx
با اینکه تا اینجا اروری چیزی نداده ولی نمیتونم از طریق vnc viewer بهش وصل بشم!!(در این زمینه چیز زیادی نمیدونم پس اگه چیز ساده ای به ذهنتون رسید که ممکنه انجام نداده باشمم بگید لطفا!!)