CentOS 6 썸네일형 리스트형 CentOS 6에 rsyslog 7을 설치하는 방법 CentOS 6에 rsyslog 7을 설치하는 방법 CentOS 6에서는 기본적으로 rsyslog 5가 제공되므로 추가 설정이 필요합니다. 1. EPEL 저장소 설치 rsyslog 7을 CentOS 6에 설치하려면 EPEL (Extra Packages for Enterprise Linux) 저장소를 먼저 활성화해야 합니다. EPEL 저장소는 여러 유용한 패키지를 제공합니다. sudo yum install epel-release 2. rsyslog 패키지 설치 이제 EPEL 저장소가 활성화되었으므로 rsyslog 7을 설치합니다. sudo yum install rsyslog7 rsyslog 7 설치 시 에러 발생 $ yum install rsyslog7 Loaded plugins: fastestmirror.. 더보기 [리눅스] KVM Virsh Console Access On CentOS 6 KVM Virsh Console Access On CentOS 6 Step #1 vi /boot/grub/menu.lst # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashi.. 더보기 CentOS 6에 Xen을 설치하는 방법 CentOS 6에 Xen을 설치하는 방법테스트 환경[root@was01 ~]$ cat /etc/redhat-releaseCentOS release 6.4 (Final)[root@was01 ~]$ getconf LONG_BIT64EPEL 리포지토리 설치sudo yum install epel-releaseXen 설치필요한 패키지 설치libvirt : 가상화 관리 도구virt-viewer : 가상 머신 그래픽 사용자 인터페이스libvirt-client : libvirt 클라이언트 라이브러리centos-release-xen : Xen 관련 패키지 저장소yum install -y libvirt virt-viewer libvirt-client centos-release-xen[root@was01 ~]$ yum in.. 더보기 [리눅스] CentOS 6 netinstall URL CentOS 6 netinstall URL 32 bit: http://mirror.centos.org/centos/6/os/i386/ http://mirrors.kernel.org/centos/6.0/os/i386/ 64 bit: http://mirror.centos.org/centos/6/os/x86_64/ http://centos.mirror.cdnetworks.com/6.0/os/x86_64/ 더보기 CentOS 6.2 에서 dkms를 설치하는 방법 CentOS 6.2 에서 dkms를 설치하는 방법 $ /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modules [ OK ] Trying to register the VirtualBox kernel modules using DKMS[실패] (Failed, trying without DKMS) Recompiling VirtualBox kernel modules [실패] (Look at /var/log/vbox-install.log to find out what went wrong) 1. 터미널을 열고 root 권한으로 로그인합니다. 2. EPEL 저장소(Ext.. 더보기 이전 1 다음