<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>애니이야기</title>
		<link>https://anizen.com/</link>
		<description></description>
		<atom:link href="https://anizen.com/rss" rel="self" type="application/rss+xml" />
		<language>ko</language>
		<pubDate>Tue, 23 Jun 2026 19:46:23 +0900</pubDate>
		<generator>Rhymix</generator>
			<item>
			<title>test</title>
			<link>https://anizen.com/server/196606</link>
				<description>@하늘희 테스트</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/196606</guid>
	<comments>https://anizen.com/server/196606#comment</comments>			<pubDate>Tue, 22 Oct 2024 17:09:32 +0900</pubDate>
		</item><item>
			<title>학생이야기는 애니즌 학생들만 이용하는 비밀스런 공간입니다.</title>
			<link>https://anizen.com/members/194895</link>
				<description>외부에 노출되지 않는, 애니즌 학생만의 쉼터입니다.</description>
		<category>학생이야기</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/members/194895</guid>
	<comments>https://anizen.com/members/194895#comment</comments>			<pubDate>Tue, 27 Aug 2019 04:29:45 +0900</pubDate>
		</item><item>
			<title>Adobe CC - Photoshop 삭제 없이 언어 변경하기 ( or 추가하기 )</title>
			<link>https://anizen.com/blog/174657</link>
				<description>포토샵 CC , 일러스트 CC 등... 언어 변경 방법. 인터넷에서 보면, 삭제하고 다시설치하거나, 아니면 귀찮게 특정 파일을 변경하는 방법으로 알려주고 있습니다. 하지만 이런 행위는 멍청한 방법이며, 시간을 다소 소비하게 됩니다. 파일 교체의 경우 시간은 별로 소비되지 않으나, 요즘 랜섬웨어 등 해당 파일에 대한 신뢰가 없이 선뜻 도전하기 어려울 것 입니다. 그럼 어떻게 해야 언어를 변경할 수 있을까요? 그 방법은 아주 간...</description>
		<category>이아레스의 블로그</category>	<category>Design</category>				<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/blog/174657</guid>
				<pubDate>Tue, 12 Sep 2017 01:08:04 +0900</pubDate>
		</item><item>
			<title>skybox</title>
			<link>https://anizen.com/server/174610</link>
				<description></description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174610</guid>
	<comments>https://anizen.com/server/174610#comment</comments>			<pubDate>Tue, 22 Aug 2017 17:16:01 +0900</pubDate>
		</item><item>
			<title>YUM 저장소 추가 epel | remi</title>
			<link>https://anizen.com/server/174605</link>
				<description>epel 저장소 추가 yum install epel-release remi 저장소 추가 cd /etc/yum.repos.d/ rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174605</guid>
	<comments>https://anizen.com/server/174605#comment</comments>			<pubDate>Tue, 15 Aug 2017 01:11:04 +0900</pubDate>
		</item><item>
			<title>NGINX 설치</title>
			<link>https://anizen.com/server/174604</link>
				<description>/etc/yum.repos.d/nginx.conf [nginx] name=nginx repo baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/ gpgcheck=0 enabled=1 새버전을 먼저 설치하려면 mainline을 추가해준당... 기본적으로 설치되는 버전은 스태블라인이당. (안정화버전)</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174604</guid>
	<comments>https://anizen.com/server/174604#comment</comments>			<pubDate>Tue, 15 Aug 2017 00:55:31 +0900</pubDate>
		</item><item>
			<title>ssh 커맨드 소수점 자리 출력</title>
			<link>https://anizen.com/server/174586</link>
				<description>df | grep backup | awk &amp;amp;#039;{a=$3}{b=$6} {print b&amp;amp;quot; : &amp;amp;quot; int(a/1024/1024*100)/100&amp;amp;quot;GB&amp;amp;quot;}&amp;amp;#039; = backup 용량을 GB로 출력 하면서 소수점 두자리 나오게 하기 결과 2892.34GB</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174586</guid>
	<comments>https://anizen.com/server/174586#comment</comments>			<pubDate>Sun, 13 Aug 2017 03:13:05 +0900</pubDate>
		</item><item>
			<title>ssh 공개키 접속 안될 때</title>
			<link>https://anizen.com/server/174567</link>
				<description>원격지 서버의 selinux 정책 때문에 그럼 restorecon -r -v -F /home/USER/.ssh 실행</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174567</guid>
	<comments>https://anizen.com/server/174567#comment</comments>			<pubDate>Fri, 11 Aug 2017 17:29:45 +0900</pubDate>
		</item><item>
			<title>포르테 후방 카메라 선</title>
			<link>https://anizen.com/server/174466</link>
				<description>그럼 순서 알려드리겠습니다. 1. 순정네비AVN 품번 96560 1M005WK 를 구한다. –사실 이게 제일 문제임. 매물 별루 없고, 새거는 너무 비싸고…ㅠㅠ 2. 후방카메라용 12핀 단자 사용을 위해 56991 2S700 구입한다. 2,970원 3. 12핀 하네스 잘라서 배선한다. – 초록=영상–, 흰색=영상+, 검/주= 접지–, 빨간색=후진+ (집에서 굴러다니는 영상선 끝을 잘라 까보면 사진처럼 두 선이 나옵니다. 중앙선이 영상플러스 = 흰색선에 연결, 주변...</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174466</guid>
	<comments>https://anizen.com/server/174466#comment</comments>			<pubDate>Tue, 25 Jul 2017 06:32:09 +0900</pubDate>
		</item><item>
			<title>firewall-cmd 설정</title>
			<link>https://anizen.com/server/174458</link>
				<description>CentOS 7부터 기본 방화벽 시스템이 변경되었습니다. 이전에는 iptables 를 사용했었는데.. CentOS 7에서는 firewalld라는 방화벽 시스템이 기본으로 탑재되었습니다. 그렇다고 iptables이 완전히 없어진 것은 아닙니다. firewalld은 그저 iptables을 기반으로해서 동작하고 있는 것 뿐입니다. firewalld이 iptables을 의존 패키지로 두고 있는 것을 보면 알 수 있습니다. 다만 iptables-service를 조작이 쉬운 firewalld로 바꾼 것...</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174458</guid>
	<comments>https://anizen.com/server/174458#comment</comments>			<pubDate>Sat, 22 Jul 2017 02:11:45 +0900</pubDate>
		</item><item>
			<title>tracking TEXT</title>
			<link>https://anizen.com/server/174453</link>
				<description></description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/174453</guid>
	<comments>https://anizen.com/server/174453#comment</comments>			<pubDate>Thu, 20 Jul 2017 18:26:00 +0900</pubDate>
		</item><item>
			<title>MySQL 설정파일 my.cnf</title>
			<link>https://anizen.com/server/173284</link>
				<description>~ .my.cnf [client] user=root password=pass</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/173284</guid>
	<comments>https://anizen.com/server/173284#comment</comments>			<pubDate>Sat, 20 Aug 2016 01:49:13 +0900</pubDate>
		</item><item>
			<title>transmission-remote 명령어</title>
			<link>https://anizen.com/server/173236</link>
				<description>Usage: transmission-remote [host] [options] transmission-remote [port] [options] transmission-remote [host:port] [options] transmission-remote [http(s?)://host:port/transmission/] [options] See the man page for detailed explanations and many examples. Options: -h --help Display this help page and exit -a --add Add torrent files by filename or URL -as --alt-speed Use the alternate Limits -AS --no-al...</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/173236</guid>
	<comments>https://anizen.com/server/173236#comment</comments>			<pubDate>Mon, 01 Aug 2016 22:35:58 +0900</pubDate>
		</item><item>
			<title>마운트시 /dev/ad~ 대신 UUID로 사용하자</title>
			<link>https://anizen.com/server/173027</link>
				<description>/dev/sd~ 방식으로 사용할 경우 재부팅시 위치가 바뀌는 경우가 있다. UUID는 하드의 고유 ID이므로 재부팅시 마운트 위치가 바뀌는 문제를 해결할 수 있다. # 하드 정보 출력. blkid 그럼 아래와 같이 뜬다. /dev/block/8:2: UUID=&amp;amp;quot;OsBPlH-XpU5-Xnck-2WhO-E5PL-9osH-m3d1cB&amp;amp;quot; TYPE=&amp;amp;quot;LVM2_member&amp;amp;quot; /dev/block/253:0: UUID=&amp;amp;quot;11012ec1-9942-47d9-b8c5-eda25ac7db37&amp;amp;quot; TYPE=&amp;amp;quot;xfs&amp;amp;quot; /dev/block/8:1: UUID=&amp;amp;quot;72697f55-94e3-4988-8146-028724b...</description>
		<category>Server</category>					<dc:creator>하루히</dc:creator>
			<guid isPermaLink="true">https://anizen.com/server/173027</guid>
	<comments>https://anizen.com/server/173027#comment</comments>			<pubDate>Tue, 28 Jun 2016 19:30:07 +0900</pubDate>
		</item><item>
			<title>오래간만에 들러봅니다~</title>
			<link>https://anizen.com/members/171917</link>
				<description>안녕하세요 하루히님 잘지내고 계셨습니까? 염치 불구하고 오랫만에 들러보네요. 앞으로도 자주 들를테니 잘 부탁드려요 (꾸벅)</description>
		<category>학생이야기</category>					<dc:creator>괴도라팡</dc:creator>
			<guid isPermaLink="true">https://anizen.com/members/171917</guid>
	<comments>https://anizen.com/members/171917#comment</comments>			<pubDate>Tue, 22 Mar 2016 17:25:10 +0900</pubDate>
		</item>	</channel>
</rss>
