LoginSignup
2
0

More than 5 years have passed since last update.

centosでのGUI導入手順

Last updated at Posted at 2017-03-09

実施OS

Cent0S 6.7

手順

デスクトップのインストール

yum groupinstall "Desktop"

日本語フォントのインストール

yum install vlgothic-fonts

VNCサーバ

yum install tigervnc-server 

ユーザ変更

su - hogehoge

vncサーバ起動

vncserver :1

停止

vncserver -kill :1
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0