<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title></title>
		<link>http://blog.whenji.com/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Tue, 17 Jan 2012 01:31:30 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>황선호</managingEditor>
		<item>
			<title>[e-TRAYz] mysql 외부접속설정</title>
			<link>http://blog.whenji.com/348</link>
			<description>sysqdmin 계정 - mysql 외부접속 허용하기 1. mysql 접속권한 수정 ~# mysql -uroot -p비밀번호 mysql&gt; use mysql; mysql&gt; update user set Host = &#039;%&#039; where User=&#039;sysadmin&#039;; mysql&gt; update db set Host = &#039;%&#039; where User=&#039;sysadmin&#039;; mysql&gt; flush privileges; 2. mysql 환경설정 파일 수정 ~# vi /e..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/348</guid>
			<comments>http://blog.whenji.com/348#entry348comment</comments>
			<pubDate>Sat, 19 Jun 2010 10:37:21 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] 활용팁 자동패치 + 프로그램 자동설치</title>
			<link>http://blog.whenji.com/229</link>
			<description>e-TRAYz 1.0.4 - official 펌웨어에서만 사용할 수 있습니다. (이전버젼에서 사용하지 마세요.) ↑ e-TRAYz 자동패치 적용으로 발생하는 모든 문제에 대해 일체 책임지지 않습니다. 이 게시물을 외부에 복사/링크하지 마세요! 수시로 업데이트되므로 관리하기가 어렵습니다. - SSH 접속후 명령어 몇개만으로 수분이내에, e-TRAYz를 패치해주는 유틸리티입니다. - 그누보드, 제로보드4, XE + 텍스타일, 텍스트큐브, WordPres..</description>
			<category>e-TRAYz</category>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/229</guid>
			<comments>http://blog.whenji.com/229#entry229comment</comments>
			<pubDate>Tue, 18 May 2010 22:33:51 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] MySQL 백업</title>
			<link>http://blog.whenji.com/297</link>
			<description>단순백업 ~# mysqldump 데이터베이스명 -u root -p패스워드 &gt; backup.sql ~# mysqldump --all-databases -u root -p패스워드 &gt; backup.sql 사용자별 백업 계정명을 가져옴 echo &quot;show databases&quot; | mysql -u root -pshell | grep -v Database` 활용예 #!/bin/bash to_dir=&quot;/home/sysadmin/&quot; today=`date +%Y%m%..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/297</guid>
			<comments>http://blog.whenji.com/297#entry297comment</comments>
			<pubDate>Thu, 25 Feb 2010 15:52:39 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 계정(폴더/파일) 백업</title>
			<link>http://blog.whenji.com/296</link>
			<description>단순백업 #!/bin/bash from_dir=&quot;/home/sysadmin/WWW&quot; 백업할디렉토리 to_dir=&quot;/home/sysadmin&quot; 백업받을디렉토리 today=`date +%Y%m%d` 백업파일명을 날짜로 사용 to_file=${today}.tar.gz tar cvfz ${to_dir}${to_file} ${from_dir} split -b 650m ${to_dir}${to_file} ${to_dir}${today} 파일을 650메가씩 분할..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/296</guid>
			<comments>http://blog.whenji.com/296#entry296comment</comments>
			<pubDate>Thu, 25 Feb 2010 15:08:44 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 달력 출력하기</title>
			<link>http://blog.whenji.com/295</link>
			<description>① 금년도 현재 &quot;월&quot; 출력 ~# cal  ② 지정년도 지정월 출력 ~# cal 5 1982  ③ 지정년도 전체 출력 ~# cal 2010</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/295</guid>
			<comments>http://blog.whenji.com/295#entry295comment</comments>
			<pubDate>Thu, 25 Feb 2010 14:30:48 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] Internal Server Error (HTTP 오류 403 - 사용 금지)</title>
			<link>http://blog.whenji.com/291</link>
			<description>(1.0.4 펌웨어) 클라이언트에서 디렉토리명으로 접근시 index.htm 파일은 반환을 하지않습니다. 즉, index.htm 파일을 사용하는 웹서버에 접근시 명시적으로 파일명을 기제하지 않으면, Internal Server Error 가 발생하게 됩니다. DirectoryIndex 설정부분에 index.htm 파일을 추가하여, Internal Server Error를 방지합니다.  1. Apache 환경설정 파일을 수정합니다. ~# vi /etc/..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/291</guid>
			<comments>http://blog.whenji.com/291#entry291comment</comments>
			<pubDate>Wed, 24 Feb 2010 00:14:47 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] 로그파일에, 경로/브라우저명/호스트명/국가코드 기록하기</title>
			<link>http://blog.whenji.com/293</link>
			<description>접속 로그파일(/var/log/apache2/access_log)에, 아래의 내용을 추가로 기록할 수 있도록 설정합니다. 접속경로 Referer 접속 브라우저명 User-Agent 호스트명 Host 접속자 국가코드 GEOIP_COUNTRY_CODE 1. Apache 환경설정 파일을 수정합니다. ~# vi /etc/apache2/modules.d/00_mod_log_config.conf 2. 아래위치에 LogFormat 을 변경합니다. [ 약 4~5라..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/293</guid>
			<comments>http://blog.whenji.com/293#entry293comment</comments>
			<pubDate>Wed, 24 Feb 2010 00:14:26 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] mod_rewrite 적용하기</title>
			<link>http://blog.whenji.com/292</link>
			<description>1. Apache 환경설정 파일을 수정합니다. ~# vi /etc/apache2/modules.d/00_default_settings.conf 2. 아래위치에 AllowOverride None 을 ALL로 수정합니다. [약 90라인 부근] ... &lt;Directory /&gt; Options FollowSymLinks AllowOverride None Order deny,allow Deny from all &lt;/Directory&gt; ... ↓ 아래처럼, Non..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/292</guid>
			<comments>http://blog.whenji.com/292#entry292comment</comments>
			<pubDate>Wed, 24 Feb 2010 00:14:08 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] 펌웨어 1.0.4-official 버전 릴리즈</title>
			<link>http://blog.whenji.com/290</link>
			<description>2010.02.23 - 펌웨어 e-TRAYz 1.0.4 - official 버젼 릴리즈 ▼ 해외포럼에 펌웨어 1.0.4 버젼이 릴리즈되었습니다. ☞ 바로가기 ▼ 해외포럼 미러링 업그레이드 : etrayz_1.0.4-official_fwupgrade_100212.bin 전체설치버젼 : etrayz_1.0.4-official/etrayz_1.0.4-official_installer.zip</description>
			<category>SUPPORT</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/290</guid>
			<comments>http://blog.whenji.com/290#entry290comment</comments>
			<pubDate>Tue, 23 Feb 2010 18:33:29 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] Xtreamer Connect 1.0.4</title>
			<link>http://blog.whenji.com/289</link>
			<description></description>
			<category>SUPPORT</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/289</guid>
			<comments>http://blog.whenji.com/289#entry289comment</comments>
			<pubDate>Tue, 23 Feb 2010 18:21:39 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] Xtreamer Connect 1.0.3</title>
			<link>http://blog.whenji.com/287</link>
			<description></description>
			<category>SUPPORT</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/287</guid>
			<comments>http://blog.whenji.com/287#entry287comment</comments>
			<pubDate>Sun, 21 Feb 2010 22:01:17 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] Xtreamer Connect 1.0.0</title>
			<link>http://blog.whenji.com/286</link>
			<description></description>
			<category>SUPPORT</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/286</guid>
			<comments>http://blog.whenji.com/286#entry286comment</comments>
			<pubDate>Sun, 21 Feb 2010 22:00:30 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] e-TRAYz 모니터링 (Nice e-TRAYz statistics)</title>
			<link>http://blog.whenji.com/284</link>
			<description>이 프로그램에 관한 저작권은 아래 개발자에게 있습니다. http://forum.xtreamer.net/viewtopic.php?f=168&amp;t=10989 웹페이지에서, e-TRAYz의 실시간정보를 확인할 수 있는 프로그램입니다. ① CPU STATS ② UPTIME INFO ③ RAM INFO ④ STORAGE INFO ⑤ HDD SLOT A ⑥ HDD SLOT B ⑦ System Processes 설치방법 2010.02.21 자동설치 프로그램에 포함..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/284</guid>
			<comments>http://blog.whenji.com/284#entry284comment</comments>
			<pubDate>Sun, 21 Feb 2010 19:26:28 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 쉘스크립트 - FTP 파일송수신</title>
			<link>http://blog.whenji.com/283</link>
			<description>쉘스크립트 - FTP 파일송수신 예제 #!/bin/bash URL=&quot;서버주소&quot; ID=&quot;아이디&quot; PASS=&quot;비밀번호&quot; DIR=&quot;/&quot; FILE=&quot;파일이름&quot; echo &quot;open $URL user $ID $PASS cd $DIR tick get $FILE quit&quot; &gt; temp.tmp ftp -n &lt; temp.tmp rm -f temp.tmp # 서버주소입력 (예) whenji.com # 계정아이디입력 # 계정비밀번호입력 # 파일이있는 경로입력 # 파일이름..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/283</guid>
			<comments>http://blog.whenji.com/283#entry283comment</comments>
			<pubDate>Sun, 21 Feb 2010 17:14:42 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 쉘스크립트 기초3 (사용자 정의 함수)</title>
			<link>http://blog.whenji.com/282</link>
			<description>사용자 정의 함수 대입변수는 argument 방법과 동일 ($1 $2 $3 ...) 함수명() { ................. } 예제 gugudan() { num=$1 i=1 while [ $i -lt 10 ] do answer=`expr $num \* $i` echo &quot;$num X $i = $answer&quot; i=`expr $i + 1` done } gugudan 2 gugudan 3</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/282</guid>
			<comments>http://blog.whenji.com/282#entry282comment</comments>
			<pubDate>Sun, 21 Feb 2010 15:14:24 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 쉘스크립트 기초2</title>
			<link>http://blog.whenji.com/281</link>
			<description>크기비교 [공백 공백] 주의 [ $A -gt $B ] [ $A -lt $B ] [ $A -ge $B ] [ $A -le $B ] [ $A -eq $B ] [ $A -ne $B ] A값이 B값보다 크다. A값이 B값보다 작다. A값이 B값보다 크거나 같다. A값이 B값보다 작거나 같다. A값과 B값이 같다. A값과 B값이 다르다. expr 연산 = 양쪽에 공백이 없어야 합니다. 각 연산자와 숫자, 변수 사이에는 Space가 있어야 합니다. 곱하기*,..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/281</guid>
			<comments>http://blog.whenji.com/281#entry281comment</comments>
			<pubDate>Sun, 21 Feb 2010 15:01:03 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 쉘스크립트 PATH 설정</title>
			<link>http://blog.whenji.com/279</link>
			<description>현재 지정된 PATH 경로 보기 ~# echo$PATH PATH 지정하기 각 계정 디렉토리의 .bash_profile 에서 지정</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/279</guid>
			<comments>http://blog.whenji.com/279#entry279comment</comments>
			<pubDate>Sun, 21 Feb 2010 13:06:27 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] #!bin/bash 의 의미</title>
			<link>http://blog.whenji.com/278</link>
			<description>쉘스크립트의 첫 라인에 #!/bin/bash 를 기제하는 이유 쉘스크립트 작성시, 가장 첫 라인에 #!/bin/bash 를 기제하는 이유는, 스크립트 파일이 bash 쉘로 실행시킨다는 의미입니다. 같은 원리로 tcsh 쉘로 실행시키려면, 첫라인은 #!/bin/tcsh 로 시작해야 합니다. !/bin/bash 를 기제를 하지 않아도 실행된다면, 이는 리눅스 배포판은 기본적으로 bash 쉘로 설정되어있어서 동일한 bash 쉘상에서 무리없이 작동되는 경우..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/278</guid>
			<comments>http://blog.whenji.com/278#entry278comment</comments>
			<pubDate>Sat, 20 Feb 2010 21:27:23 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 리눅스에서 사용되는 쉘의 종류</title>
			<link>http://blog.whenji.com/277</link>
			<description>쉘은 커널(Kernel)과 사용자(USER) 사이를 이어주는 일종의 유틸리티입니다. 쉘의 종류는 여러가지가 있고, 대부분의 리눅스 배포판에서는 배시(bash)쉘을 기본으로 사용하고 있습니다. 쉘(Shell)의 종류 ① Bourne Shall (sh) ② C Shell (csh) ③ Korn Shell (ksh) ④ Bourne Agine Shell (bash) ⑤ TC Shall (tcsh) 사용하고 있는 쉘을 확인하려면 ~# echo $SHELL..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/277</guid>
			<comments>http://blog.whenji.com/277#entry277comment</comments>
			<pubDate>Sat, 20 Feb 2010 21:11:39 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 파일 입출력 관련 명령어</title>
			<link>http://blog.whenji.com/273</link>
			<description>cat [옵션] 파일내용출력 -n 라인번호 출력 cat [옵션] &gt; 파일이름 새로운 파일생성 -n 라인번호 출력 Ctrl + D 종료 head [옵션] 파일이름 파일의 처음부분 출력 -라인수 -n라인수 앞에서부터 라인수만큼 출력 상동 tail [옵션] 파일이름 파일의 끝부분 출력 옵션미지정시 기본값 -라인수 +라인수 -f 응용 3번라인~15번라인 파일의 끝에서부터 10라인 출력 파일의 끝에서부터 라인수만큼 출력 파일의 처음 라인수 부분부터 끝까지 출..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/273</guid>
			<comments>http://blog.whenji.com/273#entry273comment</comments>
			<pubDate>Sat, 20 Feb 2010 17:42:22 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 시스템 관련 명령어</title>
			<link>http://blog.whenji.com/271</link>
			<description>id 사용자 정보출력 who (= 간단한정보) w (= 작업내용) 현재 접속자 출력 파일의 리스트(list)를 출력 df [옵션] 하드디스크의 사용정보출력 i k m h T inode로 디스크 정보출력 KB 단위로 출력 MB 단위로 출력 파일을 보기쉬운 용량으로 출력 파일시스템의 정보를 출력 du [옵션] [디렉토리] 하드디스크/디렉토리의 사용용량출력 k m h s KB 단위로 출력 MB 단위로 출력 파일을 보기쉬운 용랴으로 출력 하위디렉토리까지 계..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/271</guid>
			<comments>http://blog.whenji.com/271#entry271comment</comments>
			<pubDate>Sat, 20 Feb 2010 17:09:23 +0900</pubDate>
		</item>
		<item>
			<title>[리눅스] 기본명령어</title>
			<link>http://blog.whenji.com/270</link>
			<description>pwd 현재 경로 표시 ls 파일의 리스트(list)를 출력 -a --all -c -i -l -t 모든 파일 보기 파일을 최근 변경 시간으로 정렬 파일의 inode값 보이기 퍼미션, 크기, 사이즈 등의 자세한 정보 보기 최근 파일로부터 정렬하여 출력 cd 디렉토리 변경 ~ - .. 홈디렉토리로 이동 1단계 전의 디렉토리로 이동 상위 디렉토리로 이동 mkdir / rmdir 디렉토리생성 / 디렉토리삭제 -p 하위 디렉토리까지 한번에 생성 / 삭제 to..</description>
			<category>리눅스</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/270</guid>
			<comments>http://blog.whenji.com/270#entry270comment</comments>
			<pubDate>Sat, 20 Feb 2010 16:07:18 +0900</pubDate>
		</item>
		<item>
			<title>눈오는 날에</title>
			<link>http://blog.whenji.com/264</link>
			<description></description>
			<category>일상이야기</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/264</guid>
			<comments>http://blog.whenji.com/264#entry264comment</comments>
			<pubDate>Thu, 11 Feb 2010 12:00:00 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] FTP를 이용한 파일/폴더 동기화 및 백업</title>
			<link>http://blog.whenji.com/261</link>
			<description>e-TRAYz 와 원격FTP서버의 특정 디렉토리를 상호동기화 시키는 방법입니다. 예를들어, 서버이전, 웹호스팅 계정백업, 또 다른 NAS(넷토리지 등)와 데이터를 동기화 시킬때 유용하게 사용할 수 있습니다. lftp 프로그램 설치하기 [잠깐!] 아래 프로그램이 e-TRAYz에 먼저 설치되어 있어야합니다. (☞ 자동설치시 이미 설치됨) ① ipkg 패키징 설치하기 ~# /opt/bin/ipkg install lftp 명령어 ① 다운로드 (원격디렉토리..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/261</guid>
			<comments>http://blog.whenji.com/261#entry261comment</comments>
			<pubDate>Thu, 11 Feb 2010 01:11:57 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] Internal Server Error (HTTP 오류 403 - 사용 금지)</title>
			<link>http://blog.whenji.com/260</link>
			<description>(1.0.3 펌웨어) 클라이언트에서 디렉토리명으로 접근시 index.htm 파일은 반환을 하지않습니다. 즉, index.htm 파일을 사용하는 웹서버에 접근시 명시적으로 파일명을 기제하지 않으면, Internal Server Error 가 발생하게 됩니다. DirectoryIndex 설정부분에 index.htm 파일을 추가하여, Internal Server Error를 방지합니다.  1. Apache 환경설정 파일을 수정합니다. ~# vi /etc/..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/260</guid>
			<comments>http://blog.whenji.com/260#entry260comment</comments>
			<pubDate>Tue, 09 Feb 2010 00:24:43 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] 로그기록제어 - 특정IP 로그 남기지 않기</title>
			<link>http://blog.whenji.com/258</link>
			<description>Apache 환경설정파일을 수정하여, 로그파일을 기록하거나 기록하지 않도록 설정합니다. 1. Apache 환경설정 파일을 수정합니다. ~# vi /etc/apache2/httpd.conf 2. Log기록 설정관련부분을 수정합니다. [ 약 515라인 부근] ... &lt;IfModule mod_setenvif.c&gt; SetEnvIf Request_URI \.gif dontlog ☜ gif 파일접근시 로그기록안함 SetEnvIf Request_URI \.jpg..</description>
			<category>e-TRAYz</category>
			<category>apache</category>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/258</guid>
			<comments>http://blog.whenji.com/258#entry258comment</comments>
			<pubDate>Sat, 06 Feb 2010 00:23:39 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] SMTP 설정 - GMAIL 사용고객</title>
			<link>http://blog.whenji.com/256</link>
			<description>1. GMAIL (http://mail.google.com) 에 가입합니다. 2. SMTP 정보를 입력합니다. 설정관리 - 시스템 - 메일(SMTP) ↓ GMAIL을 선택합니다.  보내는 메일서버(SMTP) smtp.gmail.com 메일 아이디(계정이름) GMAIL 아이디 메일 비밀번호 GMAIL 비밀번호 3. 테스트메일보내기를 클릭한뒤, 메일이 정상적으로 발송되었는지 확인해보세요.</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/256</guid>
			<comments>http://blog.whenji.com/256#entry256comment</comments>
			<pubDate>Wed, 03 Feb 2010 10:58:40 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] MySQL 관리자비밀번호 변경하기</title>
			<link>http://blog.whenji.com/255</link>
			<description>MySQL 관리자(root) 비밀번호가, sysadmin 으로 모두 동일합니다. 꼭 비밀번호를 변경하세요. 2. 실행권한을 조절합니다. mysqladmin -p -u root password &#039;새로운비밀번호&#039; 이전비밀번호입력(기본값 sysadmin) (예) root계정의 암호를 123456으로 바꾸려면 mysqladmin -p -u root password &#039;123456&#039; 명령어 입력후 패스워드 입력칸에, 이전비밀번호인 sysadmin 을 입력합니다.</description>
			<category>e-TRAYz</category>
			<category>e-TRAYz</category>
			<category>MYSQL</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/255</guid>
			<comments>http://blog.whenji.com/255#entry255comment</comments>
			<pubDate>Wed, 03 Feb 2010 10:34:15 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] .html .htm 파일안에서 PHP 사용하기</title>
			<link>http://blog.whenji.com/254</link>
			<description>1. Apache 환경설정 파일을 수정합니다. ~# vi /etc/apache2/httpd.conf 2. 문서하단에 AddType application/x-httpd-php .php .html .htm .php3 .inc .phtml 을 추가합니다. AddType application/x-httpd-php .php .html .htm .php3 .inc .phtml 3. Apache 데몬을 재시작 합니다. ~# service apache restart</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/254</guid>
			<comments>http://blog.whenji.com/254#entry254comment</comments>
			<pubDate>Sat, 30 Jan 2010 03:30:18 +0900</pubDate>
		</item>
		<item>
			<title>[e-TRAYz] 활용팁 18종 자동패치 + 프로그램 10종 자동설치 - 이전백업</title>
			<link>http://blog.whenji.com/248</link>
			<description>e-TRAYz 자동패치 적용으로 발생하는 모든 문제에 대해 일체 책임지지 않습니다. 이 게시물을 외부에 복사/링크하지 마세요! 수시로 업데이트되므로 관리하기가 어렵습니다. - SSH 접속후 명령어 몇개만으로 수분이내에, e-TRAYz를 패치해주는 유틸리티입니다. - 그누보드, 제로보드4, XE + 텍스타일, 텍스트큐브, WordPress 한글판, Photo 이미지 태그생성기, PhpMyAdmin, Webalizer, iperf, 실시간방송녹하기를 자..</description>
			<category>e-TRAYz</category>
			<author>황선호</author>
			<guid>http://blog.whenji.com/248</guid>
			<comments>http://blog.whenji.com/248#entry248comment</comments>
			<pubDate>Fri, 22 Jan 2010 22:57:19 +0900</pubDate>
		</item>
	</channel>
</rss>

