Views 13433 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
1. 소스로부터 설치(일반적 방법)

   $ tar xvzfp "filename.tar.Z" 혹은 $ tar xvfp "filename.tar"
   $ cd "filename"
   $ ./configure
   $ make
   $ make install
  

2. RPM 파일로부터 설치

   2.1 각 옵션의 기능

     $ rpm  -q  'rpmname'                # 버전 확인하기
     $ rpm  -Uvh  *.rpm                 # 안전한 업그레이드
     $ rpm  -ivh  *.rpm                 # 안전하게 처음 설치시
     $ rpm  -qa  |  grep  'rpmname'        # 현재 설치되있는것 확인하기   예)  rpm -qa | grep "samba"
     $ rpm  -e  'rpmname'                # 지우기   예)  rpm -e samba-2.0.5a-1         

   2.2 지우는 방법

     $ rpm  -qa  |  grep  apache
     $ rpm  -e  apache-1.3.6-7kr
     $ rpm  -e  mod-perl-1.19 -2
     $ rpm  -e  mod-per...
     $ rpm  -e  mod-p...
     $ rpm  -e  apache-1.3.6-7kr
     $ rpm  -e  apache-devel-1.3.6-7k 

?

List of Articles
No. Category Subject Author Date Views
1077 System/OS [linux] ipchains 사용예(패킷 필터링) hooni 2003.04.23 14171
1076 System/OS [linux] ipfwadm를 이용한 패킷필터링(구버전) hooni 2003.04.23 13015
1075 System/OS [windows] 98/ME 속도 빠르게 튜닝(부팅,메모리,레지스터) hooni 2003.04.23 50439
1074 System/OS [windows] 도스 사용 팁 hooni 2003.04.23 17806
1073 System/OS [windows] 여러가지 활용 팁 hooni 2003.04.23 19969
1072 System/OS [windows] 배치(bat)파일 제작 방법 hooni 2003.04.23 17002
1071 System/OS [linux] 패킷 스니퍼링 hooni 2003.04.23 16315
1070 System/OS [linux] 패킷의 소스 주소 바꾸기 hooni 2003.04.23 18784
1069 System/OS [linux] iptables 명령어 매뉴얼(options) hooni 2003.04.23 11333
1068 System/OS [linux] 간단한 NAT 설정 script hooni 2003.04.23 12597
1067 System/OS [linux] 랜카드 2개 설정 & iptables 로 사설 ip.. hooni 2003.04.23 14732
1066 System/OS [linux] apache, php, jsp 환경설정하기.. hooni 2003.04.23 15232
1065 System/OS [linux] Oracle8.1.6, Mysql+PHP+Zend Optimizer+APACHE+Tomcat(jsp,servlet)+IMAP+gd hooni 2003.04.23 32452
1064 System/OS [linux] 특수문자 환경 설정(stty) hooni 2003.04.23 15275
1063 System/OS [linux] 메타(기호)문자의 의미와 사용 hooni 2003.04.23 16384
1062 System/OS [linux] 프로세스 상태확인(ps) hooni 2003.04.23 12703
Board Pagination Prev 1 5 6 7 8 9 ... 74 Next
/ 74