<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>CoInzBlog</title>
    <link>https://coinz.tistory.com/</link>
    <description>보안 전문가를 꿈꿨지만 빠른 은퇴를 꿈꾸는 평범한 가장. 허접해도 뭐라도 남기자 블로그.</description>
    <language>ko</language>
    <pubDate>Tue, 7 Jul 2026 22:28:47 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>NineKY</managingEditor>
    <image>
      <title>CoInzBlog</title>
      <url>https://t1.daumcdn.net/cfile/tistory/993834495ABDD40D0A</url>
      <link>https://coinz.tistory.com</link>
    </image>
    <item>
      <title>엑셀(Excel)에서 피봇(Pivot) 할 때 날짜 필드의 단위를 바꾸는 방법</title>
      <link>https://coinz.tistory.com/636</link>
      <description>Excel을 사용할 때, Pivot 작업을 많이 하게 되는데, 날짜 필드를 행에 넣을 때, 자동으로 &quot;년&quot;, &quot;분기&quot; 같은 단위로 묶이는 경우가 있다. 이를 원하는대로 년/월/일/시 같은 단위로 묶는 방법은 다음과 같다.
&amp;nbsp;

&amp;nbsp;</description>
      <category>IT/기타</category>
      <category>Excel</category>
      <category>Pivot</category>
      <category>엑셀</category>
      <category>피봇</category>
      <author>NineKY</author>
      <guid isPermaLink="true">https://coinz.tistory.com/636</guid>
      <comments>https://coinz.tistory.com/636#entry636comment</comments>
      <pubDate>Thu, 9 Mar 2023 14:08:26 +0900</pubDate>
    </item>
    <item>
      <title>Elasticsearch에서 결과가 10,000개만 나올 때</title>
      <link>https://coinz.tistory.com/635</link>
      <description>Elasticsearch에서는 서버 부하를 줄이기 위하여, 기본적으로 10000개의 응답이 회신된다.
이는 인덱스 설정을 바꿔주면 해결이 된다.
&amp;nbsp;
from elasticsearch import Elasticsearch

es = Elasticsearch(hosts=['http://localhost:9200'])

es.indices.put_settings(
 index=&quot;my_index&quot;,     # 이 필드는 꼭 없어도 되는 것 같음.
 b..</description>
      <category>IT/프로그래밍</category>
      <category>ElasticSearch</category>
      <author>NineKY</author>
      <guid isPermaLink="true">https://coinz.tistory.com/635</guid>
      <comments>https://coinz.tistory.com/635#entry635comment</comments>
      <pubDate>Wed, 8 Mar 2023 17:36:30 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu에서 특정 경로의 로그 Rotate 방법</title>
      <link>https://coinz.tistory.com/634</link>
      <description>업무를 하면서 각종 스크립트를 작성하다보면, 로그 파일을 잘 관리하는게 필요하다.
쉽게 하는 방법은 logger를 이용해 파일로 stdout/stderr 를 출력하도록 하면 되는데,&amp;nbsp;로그를 많이 생성할 수록 용량이 기하급수적으로 늘어나게 된다.&amp;nbsp;그리고, 파일 용량이 커지면 에러가 발생한 시점을 찾기도 어렵다.
&amp;nbsp;
따라서, 이럴 때는 날짜별로 구분하여 저장되도록 설정하고, 과거 로그는 자동으로 압축되도록 Rotate 설정하는 것..</description>
      <category>IT/OS</category>
      <category>logrotate</category>
      <category>ubuntu</category>
      <author>NineKY</author>
      <guid isPermaLink="true">https://coinz.tistory.com/634</guid>
      <comments>https://coinz.tistory.com/634#entry634comment</comments>
      <pubDate>Wed, 8 Mar 2023 11:18:33 +0900</pubDate>
    </item>
    <item>
      <title>Systemd 서비스 생성 시, 지정한 경로에 로그가 저장 안될 때</title>
      <link>https://coinz.tistory.com/633</link>
      <description>Systemd로 등록하여 서비스로 관리하는 경우가 있는데, 구글링을 열심히 하다보면, 로그를 저장할 경로를 StandardOutput / StandardError를 이용해 지정하라고 한다.
&amp;nbsp;
아래와 같이 값을 넣어두면 될 것이라고 생각을 했는데,
StandardOutput=/myproject/log/stdout.log
StandardError=/myproject/log/stderr.log
&amp;nbsp;
이런 경우 아래와 같이 에러가 생기고 무시..</description>
      <category>IT/OS</category>
      <category>systemd</category>
      <category>ubuntu</category>
      <author>NineKY</author>
      <guid isPermaLink="true">https://coinz.tistory.com/633</guid>
      <comments>https://coinz.tistory.com/633#entry633comment</comments>
      <pubDate>Mon, 6 Mar 2023 10:55:13 +0900</pubDate>
    </item>
    <item>
      <title>저축은행 재정 건전성 측정 - 2022년 9월 기준</title>
      <link>https://coinz.tistory.com/632</link>
      <description>배경
근래 미국발 금리가 높은 수준으로 올라가고 있어서, 국내 은행들의 금리도 덩달아 많이 인상이 되었다.
마침 은행이라는 안전한 투자처가 생겼기 때문에 보유하고 있던 대부분의 현금을 저축은행 고금리 계좌에 넣어두고 있었다.
&amp;nbsp;
그런데, 작년 9월&amp;nbsp;레고랜드 사태(김*태)로 인해 PF투자를 많이 한 저축은행들의 안전성에 대해 위기가 높아졌고, 내가 예금한 은행이 기사 제목에 언급되는 일이 잦아서, 저축은행에 투자한 아까운 고금리 예금을 ..</description>
      <category>배움</category>
      <category>BIS</category>
      <category>ROA</category>
      <category>SBI저축은행</category>
      <category>금리</category>
      <category>다올저축은행</category>
      <category>레고랜드</category>
      <category>신한저축은행</category>
      <category>저축은행</category>
      <author>NineKY</author>
      <guid isPermaLink="true">https://coinz.tistory.com/632</guid>
      <comments>https://coinz.tistory.com/632#entry632comment</comments>
      <pubDate>Sun, 29 Jan 2023 14:29:36 +0900</pubDate>
    </item>
  </channel>
</rss>