<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>기억저장소</title>
    <link>https://devjh.tistory.com/</link>
    <description>주인장 진빼이의 기억을 저장하는 노트 블로그입니다.</description>
    <language>ko</language>
    <pubDate>Sun, 7 Jun 2026 05:03:22 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>주인장 진빼이</managingEditor>
    <image>
      <title>기억저장소</title>
      <url>https://tistory1.daumcdn.net/tistory/3932782/attach/6624d16f5cb441afa736e248a0a6323c</url>
      <link>https://devjh.tistory.com</link>
    </image>
    <item>
      <title>[ETC] 제이씨현 그래픽카드 CS 이노베이션 AS 후기 (택배)</title>
      <link>https://devjh.tistory.com/360</link>
      <description>제이씨현 기가바이트 그래픽 카드를 산지 1년도 안되었으나, 고장이 나버렸다.
억울한 건 충격도 없었고, 전날 까지만 해도 멀쩡하던게 갑자기 고장난 것이다.
MSI Afterburner도 설치해서 팬을 조정해보려고 했으나 역시나 실패..&amp;nbsp;&amp;nbsp;
&amp;nbsp;
컴퓨터를 오래 해왔지만 이런 팬소음은 처음 겪는다.
아마 제로팬 특유의 고질적인 버그가 아닐까 ? 의심해본다.



&amp;nbsp;
영상에서 보다시피 무슨 서버실에서 돌아가는 팬마냥 엄청 시..</description>
      <category>ETC</category>
      <category>CS이노베이션 후기</category>
      <category>제로팬 불량</category>
      <category>팬 불량</category>
      <author>주인장 진빼이</author>
      <guid isPermaLink="true">https://devjh.tistory.com/360</guid>
      <comments>https://devjh.tistory.com/360#entry360comment</comments>
      <pubDate>Fri, 28 Apr 2023 22:47:09 +0900</pubDate>
    </item>
    <item>
      <title>[Linux][openssl] certificate.crt 인증 파일 정보 상세히 확인하기</title>
      <link>https://devjh.tistory.com/358</link>
      <description>아래 명령어를 사용하여 인증서 파일의 정보를 상세히 확인할 수 있다.
$ openssl x509 -text -noout &amp;lt; certificate.crt # 전체 정보 확인
$ openssl x509 -text -noout &amp;lt; certificate.crt | less # 내용이 길어 짤리는 경우 (F:다음, Q:종료)
$ openssl x509 -text -noout &amp;lt; certificate.crt | grep DNS # 도메인 정보만 확..</description>
      <category>ETC</category>
      <author>주인장 진빼이</author>
      <guid isPermaLink="true">https://devjh.tistory.com/358</guid>
      <comments>https://devjh.tistory.com/358#entry358comment</comments>
      <pubDate>Wed, 29 Mar 2023 00:50:57 +0900</pubDate>
    </item>
    <item>
      <title>[nginx] ZeroSSL에서 인증서 발급받아 Nginx에 적용하기 (Certbot 미사용)</title>
      <link>https://devjh.tistory.com/357</link>
      <description>사용한 도메인: devjh.tk, www.devjh.tk&amp;nbsp;&amp;nbsp; (ZeroSSL 무료플랜은 서브 도메인을 사용할 수 없다)
default.conf 경로: /etc/nginx/conf.d/default.conf (ubuntu 기준)
nginx.conf 경로: /etc/nginx/nginx.conf
호환 테스트 버전: nginx 1.22.1
&amp;nbsp;
SSL 인증서는 ZeroSSL(https://zerossl.com)에서 발급 받음
NGIN..</description>
      <category>ETC</category>
      <author>주인장 진빼이</author>
      <guid isPermaLink="true">https://devjh.tistory.com/357</guid>
      <comments>https://devjh.tistory.com/357#entry357comment</comments>
      <pubDate>Tue, 28 Mar 2023 20:42:21 +0900</pubDate>
    </item>
    <item>
      <title>[이산수학] 해석하기 어려운 조건문 뒤집어서 풀기 (드모르간 법칙)</title>
      <link>https://devjh.tistory.com/356</link>
      <description>드모르간 법칙
코드를 읽는 중에 조건문의 해석이 난해한 경우가 종종 있다.
특히 앞에 ! 가 붙는 경우 조건 해석이 일반적인 조건문하고 다르게 한번에 되지 않는다.
해석하기 어려운 조건문을 뒤집어서 풀게 되면 한층 더 쉬운 조건문으로 해석할 수 있다.
&amp;nbsp;
드모르간 법칙 증명은 여기를 참고하자
드모르간 법칙의 개념을 간단히 설명하자면
(제1법칙) '전체 논리곱(AND)의 부정'은 '각각의 논리합 부정'과 동일하다는 법칙이다.
(제2법칙) '전체 ..</description>
      <category>ETC</category>
      <category>드모르간 법칙</category>
      <category>조건문 뒤집기</category>
      <author>주인장 진빼이</author>
      <guid isPermaLink="true">https://devjh.tistory.com/356</guid>
      <comments>https://devjh.tistory.com/356#entry356comment</comments>
      <pubDate>Mon, 27 Feb 2023 00:07:55 +0900</pubDate>
    </item>
    <item>
      <title>[Docker] Synology NAS Docker Container log 지우기</title>
      <link>https://devjh.tistory.com/355</link>
      <description>시놀로지 도커는 리눅스에서 설치된 일반적인 도커와 조금 다르다.
시놀로지 컨테이너 내 로그는 log.db 파일에 기록되어지고 있다.
로그 경로
/var/packages/Docker/var/docker/containers/&amp;lt;컨테이너-ID&amp;gt;
&amp;nbsp;
해당 경로로 이동하여 log.db 파일을 삭제 및 편집하면 된다.
log.db 파일은 SQLLite3 database 파일이다.
&amp;nbsp;
컨테이너 정지 후 로그파일을 삭제하면 컨테이너에서 모든..</description>
      <category>ETC</category>
      <category>Docker log 지우기</category>
      <category>Synology Docker 컨테이너 로그 지우기</category>
      <author>주인장 진빼이</author>
      <guid isPermaLink="true">https://devjh.tistory.com/355</guid>
      <comments>https://devjh.tistory.com/355#entry355comment</comments>
      <pubDate>Mon, 20 Feb 2023 00:26:30 +0900</pubDate>
    </item>
  </channel>
</rss>