2014년 11월 6일 목요일

[Linux] Install Linux Packages

VNC
# yum -y install tigervnc-server

Text mode setup tool
# yum install setuptool system-config-securitylevel-tui authconfig system-config-network-tui ntsysv
  There is a description of each packages :
    setuptool : text setup tool console
    system-config-securitylevel-tui : for configuring the firewall
    authconfig : for configuring authentication
    system-config-network-tui : for configuring the network
    ntsysv : for configuring the system services

-----

OL Repository
# cd /etc/yum.repos.d
# mv public-yum-ol6.repo public-yum-ol6.repo.org
# wget http://public-yum.oracle.com/public-yum-ol6.repo
# vi public-yum-ol6.repo

[ol6_latest]
[ol6_addons]
[ol6_UEK_latest]
  gpgcheck=1
  enabled=1

-----

GNOME
# yum groupinstall "X Window System" "Desktop" "Fonts" "General Purpose Desktop"
  -- "X Window System" : 필수설치사항.  X window 시스템.
  -- "Desktop" : 필수설치사항.  최소한의 데스크탑 환경.  여기까지만 설치하면 thin-client에 가까운 환경이 된다.  참고로 6.x 버전 이전에는 "GNOME Desktop Environment"라는 패키지 명칭이었다.
  -- "Fonts" : 선택설치사항.  좀 더 매끄러운 GUI 환경을 제공받을 수 있는 폰트 셋트.
  -- "General Purpose Desktop" : 선택설치사항.  일반적인 수준의 Gnome 데스크탑 환경.
# yum install xterm

KDE
# yum groupinstall "X Window System" KDE

XFCE
# yum groupinstall "X Window System" XFCE


X window 시작 설정
# vi /etc/inittab
  id:3:initdefault:
  ->
  id:5:initdefault:

-----

방화벽 설정
  http://jangpd007.tistory.com/35
  setup tool을 이용하여 설정함

댓글 없음:

댓글 쓰기