버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

VirbualBox Guest Addition 설치

 

 

 

 

 

설치 내역 확인

코드 블럭
languagebash
titleroot 유저로 수행
linenumberstrue
uname -r
uname -a
cat /etc/redhat-release
펼치기
서식 미적용
[root@oel4 ~]# uname -r
2.6.9-89.0.0.0.1.EL

[root@oel4 ~]# uname -a
Linux oel4 2.6.9-89.0.0.0.1.EL #1 Tue May 19 05:21:57 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

[root@oel4 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux AS release 4 (Nahant Update 8)

 

추가 환경 설정

코드 블럭
languagebash
titlevi /etc/hosts root 유저로 편집
<ip> <호스트명> # 맨 처음 줄에 추가 

 

코드 블럭
languagebash
titleroot 유저로 미사용 서비스 끄기
linenumberstrue
chkconfig --level 123456 xinetd off
chkconfig --level 123456 sendmail off
chkconfig --level 123456 cups off
chkconfig --level 123456 cups-config-daemon off
chkconfig --level 123456 smartd off
chkconfig --level 123456 iptables off
chkconfig --level 123456 bluetooth off

 

패키지 설치

코드 블럭
languagebash
titleroot 유저로 수행필수 패키지 설치 여부 조사
linenumberstrue
rpm -q binutils-*
rpm -q compat-db-*
rpm -q control-center-*
rpm -q gcc-*
rpm -q gcc-c++-*
rpm -q glibc-*
rpm -q glibc-common-*
rpm -q gnome-libs-*
rpm -q libstdc++-*
rpm -q libstdc++-devel-*
rpm -q make-*
rpm -q pdksh-*
rpm -q sysstat-*
rpm -q xscreensaver-*
펼치기
서식 미적용
[root@oel4 ~]# rpm -q binutils-*
binutils-2.15.92.0.2-25
[root@oel4 ~]# rpm -q compat-db-*
compat-db-4.1.25-9
[root@oel4 ~]# rpm -q control-center-*
control-center-2.8.0-12.rhel4.5
[root@oel4 ~]# rpm -q gcc-*
gcc-3.4.6-11.0.1
[root@oel4 ~]# rpm -q gcc-c++-*
gcc-c++-3.4.6-11.0.1
[root@oel4 ~]# rpm -q glibc-*
glibc-2.3.4-2.43
glibc-2.3.4-2.43
[root@oel4 ~]# rpm -q glibc-common-*
glibc-common-2.3.4-2.43
[root@oel4 ~]# rpm -q gnome-libs-*
gnome-libs-1.4.1.2.90-44.2
[root@oel4 ~]# rpm -q libstdc++-*
libstdc++-3.4.6-11.0.1
libstdc++-3.4.6-11.0.1
[root@oel4 ~]# rpm -q libstdc++-devel-*
libstdc++-devel-3.4.6-11.0.1
[root@oel4 ~]# rpm -q make-*
make-3.80-7.EL4
[root@oel4 ~]# rpm -q pdksh-*
pdksh-5.2.14-30.6
[root@oel4 ~]# rpm -q sysstat-*
sysstat-5.0.5-25.el4
[root@oel4 ~]# rpm -q xscreensaver-*
xscreensaver-4.18-5.rhel4.14.0.1

 

패키지 설치 (oracle-validated 미설치시)

코드 블럭
languagebash
titleroot 유저로 수행 (oracle-validated 미설치시)
linenumberstrue
rpm -ivh libaio-*
rpm -ivh glib-devel-*
rpm -ivh xorg-x11-deprecated-libs-*i386.rpm 
펼치기
서식 미적용
[root@oel4 RPMS]# rpm -ivh libaio-0.3.105-2.x86_64.rpm 
경고: libaio-0.3.105-2.x86_64.rpm: V3 DSA signature: NOKEY, key ID b38a8516
준비 중...               ########################################### [100%]
   1:libaio                 ########################################### [100%]

[root@oel4 RPMS]# rpm -ivh xorg-x11-deprecated-libs-6.8.2-1.0.1.EL.63.i386.rpm 
경고: xorg-x11-deprecated-libs-6.8.2-1.0.1.EL.63.i386.rpm: V3 DSA signature: NOKEY, key ID b38a8516
준비 중...               ########################################### [100%]
   1:xorg-x11-deprecated-lib########################################### [100%]

[root@oel4 RPMS]# rpm -ivh glib-devel-1.2.10-15.x86_64.rpm 
경고: glib-devel-1.2.10-15.x86_64.rpm: V3 DSA signature: NOKEY, key ID b38a8516
준비 중...               ########################################### [100%]
   1:glib-devel             ########################################### [100%]