<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>명상하는 삶</title>
    <link>https://soreep.tistory.com/</link>
    <description>기천, 해동검도, 명상하는 삶</description>
    <language>ko</language>
    <pubDate>Mon, 22 Jun 2026 16:10:13 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>소립</managingEditor>
    <image>
      <title>명상하는 삶</title>
      <url>https://t1.daumcdn.net/cfile/tistory/234C003658DB4A8819</url>
      <link>https://soreep.tistory.com</link>
    </image>
    <item>
      <title>vscode settings.json venv 경로 설정</title>
      <link>https://soreep.tistory.com/280</link>
      <description>vscode&amp;nbsp;settings.json&amp;nbsp;venv&amp;nbsp;경로&amp;nbsp;설정

{
&amp;nbsp; &amp;nbsp; &quot;python.defaultInterpreterPath&quot;: &quot;d:\\Workspace\\Python\\venv_default\\Scripts\\python.exe&quot;,
&amp;nbsp; &amp;nbsp; &quot;python.terminal.activateEnvInCurrentTerminal&quot;: true
}</description>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/280</guid>
      <comments>https://soreep.tistory.com/280#entry280comment</comments>
      <pubDate>Sun, 5 Apr 2026 13:29:00 +0900</pubDate>
    </item>
    <item>
      <title>vscode dracula theme 색상 변경</title>
      <link>https://soreep.tistory.com/279</link>
      <description>1. ctrl + ,
2. 설정페이지에서 &quot;.json&quot; 검색
3. Editing in settings.json 수정
&amp;nbsp;

{
 &quot;workbench.colorTheme&quot;: &quot;Dracula Theme&quot;,
 &quot;workbench.startupEditor&quot;: &quot;none&quot;,
 &quot;explorer.confirmDragAndDrop&quot;: false,
 &quot;editor.formatOnSave&quot;: true,
 &quot;editor.tokenColorCustomizations..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/279</guid>
      <comments>https://soreep.tistory.com/279#entry279comment</comments>
      <pubDate>Thu, 25 Sep 2025 19:22:03 +0900</pubDate>
    </item>
    <item>
      <title>파이썬 가상환경(venv) 사용</title>
      <link>https://soreep.tistory.com/278</link>
      <description>파이썬 venv 사용법

python -m venv 가상환경이름

# 가상환경 활성화
source 가상환경이름/Scripts/activate &amp;nbsp; &amp;nbsp;

# 가상환경비활성화
deactivate &amp;nbsp;

# 설치된 팩키지 리스트 txt 파일로 변환
pip freeze &amp;gt; requirements.txt

# 변환된 txt 파일로 패키지 설치
pip install -r 파일이름.txt

&amp;nbsp;</description>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/278</guid>
      <comments>https://soreep.tistory.com/278#entry278comment</comments>
      <pubDate>Sat, 30 Mar 2024 13:25:04 +0900</pubDate>
    </item>
    <item>
      <title>PostgreSQL 버전 업그레이드</title>
      <link>https://soreep.tistory.com/277</link>
      <description>자꾸 잊어버리니 메모를 해야 한다.
&amp;nbsp;
1. 기존&amp;nbsp;DB에서&amp;nbsp;모든&amp;nbsp;데이터&amp;nbsp;덤프
shell&amp;gt; pg_dumpall &amp;gt; full_dump_file_name.sql
&amp;nbsp;
2. 기존 DB 서버 정지
3. 기존 DB 서버 폴더 이름 변경(혹시 모르니 삭제는 나중에)
4. 새로운 버전의 DB서버 설치
5. postgresql.conf, pg_hba.conf&amp;nbsp; 설정&amp;nbsp; (port나 암호 설정..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/277</guid>
      <comments>https://soreep.tistory.com/277#entry277comment</comments>
      <pubDate>Thu, 31 Aug 2023 23:56:49 +0900</pubDate>
    </item>
    <item>
      <title>Barrier 에러 해결</title>
      <link>https://soreep.tistory.com/276</link>
      <description>기록하지 않으면 잊어버리고, 다시 검색하여 찾기 힘들어 여기에 기록한다.
&amp;nbsp;
1.&amp;nbsp;openssl을&amp;nbsp;설치해라.https://slproweb.com/products/Win32OpenSSL.htmlBarrier가&amp;nbsp;openssl&amp;nbsp;버전&amp;nbsp;1.xx버전을&amp;nbsp;사용하는&amp;nbsp;것인지맥북&amp;nbsp;openssl이&amp;nbsp;1.xx&amp;nbsp;버전을&amp;nbsp;사용하는&amp;nbsp;것인지어쨌든&amp;nbsp;1.xx버전을&amp;n..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/276</guid>
      <comments>https://soreep.tistory.com/276#entry276comment</comments>
      <pubDate>Wed, 22 Feb 2023 03:05:40 +0900</pubDate>
    </item>
    <item>
      <title>telepot KeyError: No suggested keys</title>
      <link>https://soreep.tistory.com/275</link>
      <description>두 파일 모두&amp;nbsp; #1을 #2 처럼 수정해서 실행후 종료, 두 파일 모두 원래대로 수정 후 재실행 ###&amp;nbsp;vi&amp;nbsp;/usr/local/lib/python3.9/dist-packages/telepot/loop.py #1 def&amp;nbsp;_extract_message1(update): &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;key&amp;nbsp;=&amp;nbsp;_find_first_key(update,&amp;nbsp;['update_id', &amp;n..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/275</guid>
      <comments>https://soreep.tistory.com/275#entry275comment</comments>
      <pubDate>Sat, 3 Sep 2022 16:51:33 +0900</pubDate>
    </item>
    <item>
      <title>Postgresql 모니터링</title>
      <link>https://soreep.tistory.com/274</link>
      <description>1.&amp;nbsp;DB파라미터&amp;nbsp;설정&amp;nbsp;값&amp;nbsp;확인 # pg_settings 확인select&amp;nbsp;name,&amp;nbsp;setting,&amp;nbsp;boot_val,&amp;nbsp;reset_val,&amp;nbsp;unit&amp;nbsp;from&amp;nbsp;pg_settings&amp;nbsp;order&amp;nbsp;by&amp;nbsp;name; 2.&amp;nbsp;DBMS&amp;nbsp;오브젝트&amp;nbsp;정보&amp;nbsp;확인 # 테이블 리스트 확인select&amp;nbsp;table_na..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/274</guid>
      <comments>https://soreep.tistory.com/274#entry274comment</comments>
      <pubDate>Sat, 23 Apr 2022 22:49:16 +0900</pubDate>
    </item>
    <item>
      <title>Postgresql vacuum 설정</title>
      <link>https://soreep.tistory.com/273</link>
      <description>PostgreSQL는&amp;nbsp;vacuum을&amp;nbsp;통해서&amp;nbsp;테이블&amp;nbsp;사용하는&amp;nbsp;공간에&amp;nbsp;대한&amp;nbsp;최적화&amp;nbsp;및&amp;nbsp;cleanup을&amp;nbsp;진행 해당&amp;nbsp;설정은&amp;nbsp;postgresql.conf에서&amp;nbsp;지정 &amp;nbsp; 1)&amp;nbsp;vacuum&amp;nbsp;wakeup&amp;nbsp;설정 &amp;nbsp;&amp;nbsp;&amp;nbsp;autovacuum_naptime&amp;nbsp;=&amp;nbsp;1&amp;nbsp;&amp;nbsp;..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/273</guid>
      <comments>https://soreep.tistory.com/273#entry273comment</comments>
      <pubDate>Sat, 23 Apr 2022 21:09:48 +0900</pubDate>
    </item>
    <item>
      <title>업비트 트래블룰에 따른 반환절차</title>
      <link>https://soreep.tistory.com/272</link>
      <description>상황) Mew Wallet에서 업비트로 ETH 입금을 하였는데, 등록되지 않은 개인지갑이고, 100만원이 넘는 상황이라 트래블룰에 따라 입금 처리가 되지 않았다.
&amp;nbsp;
수차례 반환요청을 하였음에도 불구하고 자료가 미비하다는 이유로 반려되었다.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
해결) Mew Wallet 개인지갑 주소를 MetaMask에 등록하였고, 업비트 개인지갑 관리에 등록하였더니, 자동 입금되었다. 목적이 업비트에 입금하는 것이므로 결국 ..</description>
      <category>이것저것</category>
      <category>반환절차</category>
      <category>업비트</category>
      <category>트래블룰</category>
      <category>해결</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/272</guid>
      <comments>https://soreep.tistory.com/272#entry272comment</comments>
      <pubDate>Sun, 17 Apr 2022 04:09:32 +0900</pubDate>
    </item>
    <item>
      <title>How to Configure SFTP Server with Chroot in Debian 10</title>
      <link>https://soreep.tistory.com/271</link>
      <description>출처:https://www.linuxtechi.com/configure-sftp-chroot-debian10/
&amp;nbsp;
Step:1)&amp;nbsp;Create&amp;nbsp;a&amp;nbsp;Group&amp;nbsp;for&amp;nbsp;sftp&amp;nbsp;using&amp;nbsp;groupadd&amp;nbsp;commandOpen&amp;nbsp;the&amp;nbsp;terminal,&amp;nbsp;create&amp;nbsp;a&amp;nbsp;group&amp;nbsp;with&amp;nbsp;a&amp;nbsp;name&amp;nbsp;&amp;..</description>
      <category>이것저것</category>
      <author>소립</author>
      <guid isPermaLink="true">https://soreep.tistory.com/271</guid>
      <comments>https://soreep.tistory.com/271#entry271comment</comments>
      <pubDate>Thu, 24 Jun 2021 20:38:20 +0900</pubDate>
    </item>
  </channel>
</rss>