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