<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'yum' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/yum</link>
		<description>yum</description>
		<language>ko</language>
		<pubDate>Wed, 23 May 2012 17:42:31 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[CentOS6.2 에서 dkms 를 설치]]></title>
	<link>http://anti1346.egloos.com/5110266</link>
	<guid>http://anti1346.egloos.com/5110266</guid>
	<description>
	<![CDATA[ 
CentOS6.2 에서 dkms 를 설치&lt;?-ml:namespace prefix = o ns = &quot;urn:schemas-microsoft-com:office:office&quot; /&gt; # /etc/init.d/vboxdrv setupStopping 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         	]]>
	</description>
	<pubDate>Wed, 23 May 2012 17:42:31 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[CentOS 6.x YUM으로 APM 설치]]></title>
	<link>http://anti1346.egloos.com/5088538</link>
	<guid>http://anti1346.egloos.com/5088538</guid>
	<description>
	<![CDATA[ 
CentOS 6.x YUM으로 APM 설치# yum -y install httpd mysql php gd gd-devel libpng libpng-devel libjpeg libjpeg-devel freetype freetype-devel fontconfig fontconfig-devel libxml2 libxml2-devel openssl openssl-devel gmp gmp-devel mhash mhash-devel libmcrypt libmcrypt-devel mysql-server php-mysql php-devel php-gd php-mbstring php-mhashApache 환경설정 vi /etc/httpd/conf/httpd.confDocumentRoot &quot;/var/www/html&quot; &amp;lt;	]]>
	</description>
	<pubDate>Sun, 04 Mar 2012 14:44:54 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[파일 압축, 패키지 관리]]></title>
	<link>http://IS10.egloos.com/497921</link>
	<guid>http://IS10.egloos.com/497921</guid>
	<description>
	<![CDATA[ 
tar [옵션] [생성 파일명] [결합 할 파일들]tar 형태의 압축 파일은 여러 파일을 결합한 다음 gzip이나 bzip2로 압축한 형태다.-c : tar 파일 생성-x : tar 파일 해제-v : 압축 생성, 해제 과정 출력-f : 아카이브 파일이나 장치 사용-p : 파일의 접근 권한 유지-z : gzip으로 압축하거나 해제-j : bzip2로 압축하거나 해제예를들면 &quot;tar -cvzf abc.tar.gz aaa bbb ccc&quot;라고 한다면 aaa와 bbb 그리고 ccc를 tar 파일 생성과 gzip으로 압축하며 과정을 출력하고 아카이브 파일이나 장치를 사용해 abc.tar.gz이란 이름으로 압축하라는 뜻이다. 이 이름은 꼭 이렇게 지을 필요 없지만 보편적으로 tar로 파일을 묶었음을 표기하기위해 .tar	]]>
	</description>
	<pubDate>Wed, 22 Feb 2012 17:22:26 +0900</pubDate>
	<dc:creator><![CDATA[Com]]></dc:creator>
</item>
<item>
	<title><![CDATA[yum 명령어]]></title>
	<link>http://anti1346.egloos.com/5075370</link>
	<guid>http://anti1346.egloos.com/5075370</guid>
	<description>
	<![CDATA[ 
# yum Loaded plugins: fastestmirror You need to give some command usage: yum [options] COMMANDList of Commands:check-update   Check for available package updates clean          Remove cached data deplist        List a package's dependencies downgrade      downgrade a package erase          Remove a package or packages from your system groupinfo      Display details about a package group groupinsta	]]>
	</description>
	<pubDate>Tue, 17 Jan 2012 17:34:18 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[yum 사용 옵션]]></title>
	<link>http://dochi575.egloos.com/4662678</link>
	<guid>http://dochi575.egloos.com/4662678</guid>
	<description>
	<![CDATA[ 
openoffice 설치하려고 보니,groupinstall에는 지원하는 항목이 없고,소프트웨어 추가/삭제에서 일일이 체크하려니 귀찮아서 yum list로 확인해 보니...  # yum list openoffice*  다 설치해도 되는데, 필요없는 language pack이 너무 많네.설치 리스트에서 빼는 방법이 없을까 해서 man page를 뒤져보니&quot;-x&quot; 옵션이 있다!  # yum list openoffice* -x openoffice.org-langpack*  이렇게 해주니 language pack만 빼고 리스트가 출력된다.  # sudo yum install openoffice* -x openoffice.org-langpack*  이렇게 실행하여 openoffice 관련 파일만 설치하고필요한 langu	]]>
	</description>
	<pubDate>Wed, 04 Jan 2012 22:49:00 +0900</pubDate>
	<dc:creator><![CDATA[개미를 베짱이로 바꾸는 방법]]></dc:creator>
</item>
<item>
	<title><![CDATA[yum 사용법(redhat계열 패키지설치)]]></title>
	<link>http://genes1s.egloos.com/2826991</link>
	<guid>http://genes1s.egloos.com/2826991</guid>
	<description>
	<![CDATA[ 
yum명령어- yum이란 온라인 저장소에서 업데이트 된 패키지들을 검사하고, 다운로드하여 설치까지 처리해주는 텍스트 기반의 업데이트 명령어입니다. 다운받아 설치해주는 툴. 우분투의 apt-get과 동일한것 이지만 어떤 계열이냐에 따라서 apt-get과 yum이 사용된다. 사용법 패키지 찾기 # yum list available 설치가 가능한 패키지 목록 # yum list installed 이미 설치된 list 패키지 목록 # yum list extras 일반 저장소에서 설치되지 않는 패키지 목록 # yum list *gcc* 'gcc'타이틀이 있는 패키지 목록 # yum list updates 업데이트 가능한 패키지 목록 # yum info wordpress wordpress패키지에 대한 설명 # yum 	]]>
	</description>
	<pubDate>Mon, 12 Dec 2011 13:03:33 +0900</pubDate>
	<dc:creator><![CDATA[Good mind]]></dc:creator>
</item>
<item>
	<title><![CDATA[[Linux] yum 명령어로 rpm 다운로드하기]]></title>
	<link>http://failure.egloos.com/1952033</link>
	<guid>http://failure.egloos.com/1952033</guid>
	<description>
	<![CDATA[ 
인터넷이 안되는 상황을 대비하기 위한  yum명령어로 rpm 미리 다운로드 해놓기!!  서버실 들어갈때 쓴다 :)      일단 yum을 업그레이드(?) 시킨다 :)# yum install yum-downloadonly    해당 패키지를 해당 경로에 다운로드한다. rpm으루 :)# yum update 패키지명 -y --downloadonly --downloaddir=/경로  	]]>
	</description>
	<pubDate>Fri, 23 Sep 2011 11:55:01 +0900</pubDate>
	<dc:creator><![CDATA[제르님의 (재미라곤 눈꼽만치도 찾아보기힘든) 이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[YUM by TAKUA]]></title>
	<link>http://snugart.egloos.com/2720859</link>
	<guid>http://snugart.egloos.com/2720859</guid>
	<description>
	<![CDATA[ 
  YUM by TAKUA   이 작품이 속한 카테고리 : 디지털아트&amp;gt;드로잉&amp;gt;인물/캐릭터 , 디지털아트&amp;gt;회화&amp;gt;인물/캐릭터 , 만화/애니메&amp;gt;디지털매체  이 작품의 태그 : YUM   	]]>
	</description>
	<pubDate>Thu, 24 Feb 2011 12:01:15 +0900</pubDate>
	<dc:creator><![CDATA[자유로운 창작공간 - 스너그아트]]></dc:creator>
</item>
<item>
	<title><![CDATA[리눅스에서 한글 사용하는 방법]]></title>
	<link>http://anti1346.egloos.com/4862595</link>
	<guid>http://anti1346.egloos.com/4862595</guid>
	<description>
	<![CDATA[ 
리눅스에서 한글 사용하는 방법리눅스에서 # echo $LANG 을 보면 LANG=&quot;ko_KR.UTF-8&quot; 이렇게 되어 있는 것을 볼 수 있다. 터미널에서 볼때 가끔 한글이 깨지는 경우가 있는데 이럴 경우 다음과 같이 수정해 준다.기존        # vi /etc/sysconfig/i18n        LANG=&quot;ko_KR.UTF-8&quot;        SYSFONT=&quot;lat0-sun16&quot;       =&amp;gt; 수정        LANG=&quot;ko_KR.eucKR&quot;        SUPPORTED=&quot;ko_KR.UTF-8:ko_KR:ko&quot;        SYSFONT=&quot;lat0-sun16&quot; 그리고 fonts-korean 패키지가 설치되어있어야 합니다.yum install fonts-korean 하셔서 폰트 설치해주세요	]]>
	</description>
	<pubDate>Tue, 26 Oct 2010 16:03:02 +0900</pubDate>
	<dc:creator><![CDATA[변군 이글루스]]></dc:creator>
</item>
<item>
	<title><![CDATA[yum으로 X window 설치]]></title>
	<link>http://anti1346.egloos.com/4857730</link>
	<guid>http://anti1346.egloos.com/4857730</guid>
	<description>
	<![CDATA[ 
yum X window 설치 yum groupinstall &quot;GNOME Desktop Environment&quot; yum groupinstall &quot;X Window System&quot;	]]>
	</description>
	<pubDate>Wed, 20 Oct 2010 00:18:16 +0900</pubDate>
	<dc:creator><![CDATA[변군 이글루스]]></dc:creator>
</item>
<item>
	<title><![CDATA[CentOS에 Dell OMSA를 yum으로 설치]]></title>
	<link>http://elflord.egloos.com/4471608</link>
	<guid>http://elflord.egloos.com/4471608</guid>
	<description>
	<![CDATA[ 
Dell서버 (PowerEdge) 를 운용할때는 하드웨어의 상황 점검 및 감시를 위해 Dell OpenManage Server Administrator (이하 OMSA) 를 설치하는게 나중의 멘테넌스 등을 위해서도 여러가지로 편리합니다. 그러나 최근 버전(6.3)같은 경우 광미디어 매체로는 용량도 크고 매번 최신 버전을 구하기도 피곤한데다 CentOS에 설치할 때는 /etc/redhat-release등을 수정해서 RHEL인 것처럼 정보를 속여야 인스톨이 되는 등 여러모로 불편한 점이 있었습니다.     그런데 알아보니 Dell에서 yum으로도 간단히 설치가 되게끔 리포지토리 및 설정용 스크립을 배포하고 있더군요. 즉 인터넷만 되는 환경이면 커맨드 몇번으로 다 해결이 되더라는 이야기. 그것도 모르고 지금까지 	]]>
	</description>
	<pubDate>Tue, 28 Sep 2010 16:05:44 +0900</pubDate>
	<dc:creator><![CDATA[나는 고양이로소이다]]></dc:creator>
</item>
<item>
	<title><![CDATA[How to install YUM, Zend Optimizer, eAccelerator and APC]]></title>
	<link>http://forbis.egloos.com/3445387</link>
	<guid>http://forbis.egloos.com/3445387</guid>
	<description>
	<![CDATA[ 
원문 :  Recently a friend had difficulty installing Alternative PHP Cache (APC) and upload progress for his Drupal CMS on Debian VPS. Therefore I tought of sharing this post about how to setup and run your virtual private server with most useful PHP packages.  I would assume you have a Debian VPS, CentOs or Ubuntu and you would like to install APC, Zend Optimizer and eAccelerator for the best PHP pe	]]>
	</description>
	<pubDate>Mon, 20 Sep 2010 11:03:07 +0900</pubDate>
	<dc:creator><![CDATA[나는 노력한다.]]></dc:creator>
</item>
<item>
	<title><![CDATA[RedHat 에서 yum이 안됨... ]]></title>
	<link>http://mssmcm.egloos.com/5399837</link>
	<guid>http://mssmcm.egloos.com/5399837</guid>
	<description>
	<![CDATA[ 
gcc가 설치 안되있어서 apache configure가 안됨....  yum install gcc..  This system is not registered with RHN 안됨...  출처 :이분께 도움 받았음... 감사합니다...    얼마전에 개인용도으로 Redhat을 깔았는데. yum이 안되더군요 yum을 누르면 아래와 같은 메시지가 뜹니다.  This system is not registered with RHN  CentOS는 Redhat의 쌍둥이 클론입니다. 즉 같은 rpm을 사용한다고 보시면 됩니다. (Redhat 5 Update 2 =&amp;gt; CentOs 5.2 와 같이 Update 버전에 따라서 서브 버전이 나뉩니다.)  게다가, 말로만 듣던 gcc버그때문에, gcc를 업데이트할 일이 있어	]]>
	</description>
	<pubDate>Thu, 16 Sep 2010 16:40:09 +0900</pubDate>
	<dc:creator><![CDATA[이것저것]]></dc:creator>
</item>
<item>
	<title><![CDATA[[linux] 삽질의 향기]]></title>
	<link>http://icehan.egloos.com/5266172</link>
	<guid>http://icehan.egloos.com/5266172</guid>
	<description>
	<![CDATA[ 
  BugTracking 을 위해서 Redmine을 찾았다.    Redmine을 사용하기 위해서, mysql을 설치했다.   - rpm 으로 시도하다가 실패하고, 그냥 압축풀어서 설치    Redmine을 사용하기 위해서 ruby, rubygem을 설치했다.  mysql 연결이 안된다. gem install mysql 오류..     이를 해결하기 위해서 yum을 설치했다.  yum 설치에 실패한다. python version이 맞지 않는단다.   - 관련문서가 죄다 2006년 기준이다. 으휴~    yum은 포기하고, 다시 gem install mysql 에 집중    마침내 다음과 같이 option 추가로 해결  &amp;gt; sudo gem install mysql -- --with-mysql-config	]]>
	</description>
	<pubDate>Tue, 11 May 2010 13:16:18 +0900</pubDate>
	<dc:creator><![CDATA[내멋대로 해라]]></dc:creator>
</item>
<item>
	<title><![CDATA[yum requires packages for CentOS5]]></title>
	<link>http://xiii.egloos.com/4737588</link>
	<guid>http://xiii.egloos.com/4737588</guid>
	<description>
	<![CDATA[ 
for cut &amp;amp; paste  wget http://mirror.centos.org/centos/5/os/i386/CentOS/m2crypto-0.16-6.el5.6.i386.rpmwget http://mirror.centos.org/centos/5/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpmwget http://mirror.centos.org/centos/5/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpmwget http://mirror.centos.org/centos/5/os/i386/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpmwget http://mirror.cento	]]>
	</description>
	<pubDate>Sat, 01 May 2010 12:27:20 +0900</pubDate>
	<dc:creator><![CDATA[תלתעסר]]></dc:creator>
</item>
	</channel>
</rss>

