<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>J모해의 기록보관소 (jmohae's Archive)</title>
    <link>https://jmohae.tistory.com/</link>
    <description>제가 생활하면서 찾은 유용한 것들을 기록하는 장소입니다.</description>
    <language>ko</language>
    <pubDate>Fri, 15 May 2026 14:27:06 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>J모해</managingEditor>
    <item>
      <title>IntelliJ(인텔리제이) Font(글꼴) 변경</title>
      <link>https://jmohae.tistory.com/124</link>
      <description>환경
Windows 10
IntelliJ IDEA Community Edition 2022.2.2
&amp;nbsp;
IntelliJ IDEA에서 폰트 변경하는 방법입니다.
&amp;nbsp;
File -&amp;gt; Settings... (단축키 Ctrl + Alt + S)
Editor -&amp;gt; Font -&amp;gt; Font -&amp;gt; 글꼴선택
&amp;nbsp;</description>
      <category>Tools/IntelliJ IDEA</category>
      <category>IntelliJ Font</category>
      <category>인텔리제이 글꼴</category>
      <category>인텔리제이 폰트</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/124</guid>
      <comments>https://jmohae.tistory.com/124#entry124comment</comments>
      <pubDate>Wed, 8 Mar 2023 09:37:03 +0900</pubDate>
    </item>
    <item>
      <title>IntelliJ(인텔리제이) 최근 프로젝트 자동 열기 설정</title>
      <link>https://jmohae.tistory.com/123</link>
      <description>환경
Windows 10
IntelliJ IDEA Community Edition 2022.2.2
&amp;nbsp;
IntelliJ 에서 프로젝트 열어 작업하고 종료를 하면 다음 IntelliJ 실행시 이전 프로젝트가 자동으로 열립니다.
이전 프로젝트 자동 열림 설정 및 취소 방법 설정은 아래와 같습니다.
&amp;nbsp;
File -&amp;gt; Settings... (단축키 Ctrl + Alt + S)
Appearance &amp;amp; Behavior -&amp;gt; Sys..</description>
      <category>Tools/IntelliJ IDEA</category>
      <category>intellij</category>
      <category>IntelliJ Project</category>
      <category>IntelliJ start project</category>
      <category>인텔리제이</category>
      <category>인텔리제이 프로젝트</category>
      <category>인텔리제이 프로젝트 자동 실행</category>
      <category>인텔리제이 프로젝트 자동실행</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/123</guid>
      <comments>https://jmohae.tistory.com/123#entry123comment</comments>
      <pubDate>Wed, 8 Mar 2023 09:32:29 +0900</pubDate>
    </item>
    <item>
      <title>[CentOS 7] Docker 관리(삭제/수정/확인 등)</title>
      <link>https://jmohae.tistory.com/121</link>
      <description>CentOS 7.9 버전 기준
&amp;nbsp;
Docker 관리하는 내역들을 정리했습니다.
(저도 Docker는 처음이라 제가 필요한 것들 적용하다가 안 되는 부분 검색하면서 정리 중입니다.)
&amp;nbsp;
1. Container 이미지 검색
필요한 Docker 이미지가 있으면 검색이 가능합니다.
예를 들어 teedy 문서관리 관련 컨터네이터가 있는지 확인하고 싶으면 $docker search teedy 입력하면 teedy 이름으로 등록된 리스트를 확인할 수..</description>
      <category>OS/LINUX</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/121</guid>
      <comments>https://jmohae.tistory.com/121#entry121comment</comments>
      <pubDate>Fri, 16 Sep 2022 12:04:16 +0900</pubDate>
    </item>
    <item>
      <title>[CentOS 7] Teedy 설치</title>
      <link>https://jmohae.tistory.com/120</link>
      <description>CentOS 7.9 기준
&amp;nbsp;
VMware에서 테스트로 설치 중이라 작업의 편의성을 위해 root로 작업하였습니다.
&amp;nbsp;
Teedy 는 문서 관리 시스템입니다.
여러 오픈소스의 문서관리 시스템이 있으나, 간결하고 디자인도 마음에 들고 한글도 지원한다고 하여 설치해보았습니다.
&amp;nbsp;
선행 조건으로 Docker가 설치되어 있어야 합니다.
설치 방법은 이전 포스팅을 참고해주세요.
https://all-archive.com/119

&amp;nbs..</description>
      <category>OS/LINUX</category>
      <category>Document Management System</category>
      <category>teedy install</category>
      <category>teedy 설치</category>
      <category>teedy 실행</category>
      <category>문서관리시스템</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/120</guid>
      <comments>https://jmohae.tistory.com/120#entry120comment</comments>
      <pubDate>Wed, 7 Sep 2022 17:35:54 +0900</pubDate>
    </item>
    <item>
      <title>[CentOS 7] Docker Engine 설치</title>
      <link>https://jmohae.tistory.com/119</link>
      <description>CentOS 7.9 버전 기준
&amp;nbsp;
Docker Engine을 설치하는 방법입니다.
(저도 Docker는 지금 처음 써봅니다.)
&amp;nbsp;
상세한 설명은 도커 홈페이지에 가시면 설명이 있습니다. 아래 링크를 참고해주세요
&amp;nbsp;
https://docs.docker.com/engine/install/centos/

&amp;nbsp;

Install Docker Engine on CentOS
&amp;nbsp;
docs.docker.com


&amp;nbsp;
..</description>
      <category>OS/LINUX</category>
      <category>CentOS Docker</category>
      <category>docker</category>
      <category>도커</category>
      <category>도커 설치</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/119</guid>
      <comments>https://jmohae.tistory.com/119#entry119comment</comments>
      <pubDate>Wed, 7 Sep 2022 15:03:37 +0900</pubDate>
    </item>
    <item>
      <title>지옥같은 콜린성 두드러기 피부 따가움 완치 경험</title>
      <link>https://jmohae.tistory.com/118</link>
      <description>이제는 콜린성 두드러기가 완치되었다고 생각합니다.
&amp;nbsp;
이제는 이 병에 대한 별다른 생각이 없어요. 까먹고 지낸 지가 좀 됩니다.
&amp;nbsp;
블로그를 다시 시작하다 보니 기록을 남겨야겠다는 생각이 듭니다.
&amp;nbsp;
다른 분들에게도 도움이 되셨으면 좋겠고...
&amp;nbsp;
저의 경험을 써보자면 기억도 가물가물합니다. 처음 증상이 발현된 게 고등학교 때였을 까요? 한 25년 된 거 같습니다.
&amp;nbsp;
초기에는 뭔가 더워지거나 (땀이 나려고 ..</description>
      <category>Etc...</category>
      <category>따끔 완치</category>
      <category>콜린성 두드러기</category>
      <category>콜린성 두드러기 완치</category>
      <category>콜린성 완치</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/118</guid>
      <comments>https://jmohae.tistory.com/118#entry118comment</comments>
      <pubDate>Fri, 26 Aug 2022 11:52:48 +0900</pubDate>
    </item>
    <item>
      <title>Build(빌드)하고 실행하기</title>
      <link>https://jmohae.tistory.com/117</link>
      <description>MACBOOK AIR M1 기준
IntelliJ + Gradle 기준
&amp;nbsp;
프로젝트가 있는 경로 이동합니다.
해당 경로에 보시면 gradlew 파일이 있습니다. 아래와 같이 명령어를 입력하면 필요한 라이브러리들도 알아서 다운받아 생성을 합니다.
&amp;gt; ./gradlew build

위에서 빌드가 정상적으로 된 경우. 아래 경로에 파일이 생성됩니다
&amp;gt; cd build/libs

&amp;nbsp;
빌드한 파일 실행하기
&amp;gt; java -jar h..</description>
      <category>Program Language/Spring Boot</category>
      <category>Gradle build</category>
      <category>gradle 빌드</category>
      <category>gradle 실행</category>
      <category>spring boot 빌드 및 실행</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/117</guid>
      <comments>https://jmohae.tistory.com/117#entry117comment</comments>
      <pubDate>Fri, 26 Aug 2022 11:09:07 +0900</pubDate>
    </item>
    <item>
      <title>index page 경로 (Wellcome Page)</title>
      <link>https://jmohae.tistory.com/116</link>
      <description>MACBOOK AIR M1 기준
IntelliJ + Gradle 기준
&amp;nbsp;
Spring Boot에서 기본 index page(Wellcome Page) 경로는 아래와 같다.
해당 경로에 파일이 없었는데 아래 캡처와같이 만들어 주면됨.
src -&amp;gt; main -&amp;gt; resources -&amp;gt; static</description>
      <category>Program Language/Spring Boot</category>
      <category>index page</category>
      <category>Spring boot index</category>
      <category>Spring boot wellcome</category>
      <category>Wellcome</category>
      <category>wellcome page</category>
      <category>스프링 부트 index</category>
      <category>스프링 부트 wellcome</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/116</guid>
      <comments>https://jmohae.tistory.com/116#entry116comment</comments>
      <pubDate>Fri, 26 Aug 2022 10:09:55 +0900</pubDate>
    </item>
    <item>
      <title>가상 환경 관리</title>
      <link>https://jmohae.tistory.com/115</link>
      <description>Window 10 기준
&amp;nbsp;
가상 환경 생성하는 법 (파이썬 venv 활용)예를 들어 바탕화면에 &amp;ldquo;my_project&amp;rdquo;라는 폴더를 만들어 작업을 한다면, 그 폴더 안에서 python -m venv 가상환경이름이라고 쳐주면 된다.

C:\Users\hlee\Desktop\my_project&amp;gt;python&amp;nbsp;-m&amp;nbsp;venv&amp;nbsp;가상환경이름

이러면 &amp;ldquo;my_project&amp;rdquo;라는 폴더 안에..</description>
      <category>Program Language/Python</category>
      <category>Anaconda 가상 환경</category>
      <category>가상 환경 관리</category>
      <category>아나콘다 가상환경</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/115</guid>
      <comments>https://jmohae.tistory.com/115#entry115comment</comments>
      <pubDate>Sun, 21 Aug 2022 12:50:03 +0900</pubDate>
    </item>
    <item>
      <title>가상환경 생성 및 전환(Anaconda)</title>
      <link>https://jmohae.tistory.com/114</link>
      <description>Window 10 기준
&amp;nbsp;
2020년 초에 작성한 가상 환경 생성 및 전화 관련 글 정리한 내역입니다
&amp;nbsp;
가상 환경 만들기
CMD 창에서 아나콘다 버전 확인

C:&amp;gt;&amp;nbsp;conda&amp;nbsp;--version

아래와 같이 나오면 잘 설치된 겁니다.

혹시 위와 같이 버전이 안 나오는 경우는 설치할 때 환경변수 PATH를 체크 안 해서 그렇습니다다시 재설치하던가. 윈도우 시스템 환경 변수에서 아래 환경을 추가해야 합니다


C..</description>
      <category>Program Language/Python</category>
      <category>anaconda 가상환경</category>
      <category>가상환경 생성</category>
      <category>가상환경 전환</category>
      <category>아나콘다 가상환경</category>
      <author>J모해</author>
      <guid isPermaLink="true">https://jmohae.tistory.com/114</guid>
      <comments>https://jmohae.tistory.com/114#entry114comment</comments>
      <pubDate>Sun, 21 Aug 2022 12:44:10 +0900</pubDate>
    </item>
  </channel>
</rss>