<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>The way I am</title>
    <link>https://www.v1rus.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Tue, 9 Jun 2026 13:08:50 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Hikasiru</managingEditor>
    <image>
      <title>The way I am</title>
      <url>https://t1.daumcdn.net/cfile/tistory/257D6740552366561E</url>
      <link>https://www.v1rus.com</link>
    </image>
    <item>
      <title>[Youtube 인도] Apple credit Card 구매처</title>
      <link>https://www.v1rus.com/entry/Apple-credit-Card-%EA%B5%AC%EB%A7%A4%EC%B2%98</link>
      <description>&amp;nbsp;

&amp;nbsp;
명예 인도인으로서 충전해놨던 크레딧이 다 떨어져 다시 충전을 해야 한다.
&amp;nbsp;
예전처럼 인도 아마존에 들어갔는데 더 이상 구매할 수가 없었다.
&amp;nbsp;
다행히&amp;nbsp;https://driffle.com/ 에서 구매할 수 있었고, 사기인지 아닌지 고민이 되었지만 다행히 잘 작동한다.
다시 인도 아마존에서 구매 가능. 수수료 없이 정가로 구매 가능함. (25.11.28 결제 하여 사용 완료)
&amp;nbsp;
&amp;nbsp;
..</description>
      <category>컴퓨터</category>
      <category>apple credit</category>
      <category>driffle</category>
      <category>youtube망명</category>
      <category>애플크레딧</category>
      <category>유튜브인도</category>
      <category>인도아마존</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/627</guid>
      <comments>https://www.v1rus.com/entry/Apple-credit-Card-%EA%B5%AC%EB%A7%A4%EC%B2%98#entry627comment</comments>
      <pubDate>Sat, 19 Apr 2025 17:55:34 +0900</pubDate>
    </item>
    <item>
      <title>[n8n] Converting Google News URLs to Source URLs</title>
      <link>https://www.v1rus.com/entry/n8n-Converting-Google-News-URLs-to-Source-URLs</link>
      <description>구글 뉴스 검색을 하면 기본적으로 Source URL(origin URL)이 아닌 구글을 통해(리다이렉션) 넘어가는 URL이 나옴
&amp;nbsp;
문제는 n8n에서 뉴스 컨텐츠를 가져오고 싶으면 HTTP Request 혹은 Puppeteer 를 사용해야 하는데 테스트 결과 가끔 컨텐츠를 못가져오는 상황이 발생한다.&amp;nbsp;
&amp;nbsp;
그래서 n8n으로 뉴스 스크랩을 하고, 1차 적으로 google news URL을 Source(Origin) URL로 바..</description>
      <category>컴퓨터</category>
      <category>google news</category>
      <category>n8n</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/626</guid>
      <comments>https://www.v1rus.com/entry/n8n-Converting-Google-News-URLs-to-Source-URLs#entry626comment</comments>
      <pubDate>Fri, 20 Dec 2024 15:49:31 +0900</pubDate>
    </item>
    <item>
      <title>[n8n] selfhosting Puppeteer 설정</title>
      <link>https://www.v1rus.com/entry/n8n-selfhosting-Puppeteer-%EC%84%A4%EC%A0%95</link>
      <description>Self-hosting 시 Puppeteer 를 실행하면 에러 발생
&amp;nbsp;
설치 환경
Digital Ocean 위에 공식 설치 가이드 문서를 따라 설치
&amp;nbsp;
youtube-transcript 나 웹 스크래핑을 위해 puppeteer 를 설치

&amp;nbsp;
막상 실행하면 아래와 같은 에러 발생&amp;nbsp;

&amp;nbsp;
기존 컨테이너 제거
sudo docker compose down

# docker-compose.yml 수정
vi docker..</description>
      <category>컴퓨터</category>
      <category>DigitalOcean</category>
      <category>n8n</category>
      <category>puppeteer</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/625</guid>
      <comments>https://www.v1rus.com/entry/n8n-selfhosting-Puppeteer-%EC%84%A4%EC%A0%95#entry625comment</comments>
      <pubDate>Sun, 15 Dec 2024 17:34:03 +0900</pubDate>
    </item>
    <item>
      <title>[python] openai chatGPT</title>
      <link>https://www.v1rus.com/entry/python-openai-chatGPT</link>
      <description>import openai

def query_gpt_35_turbo(query):  
  openai.api_key = &quot;YOUR API KEY IS HERE&quot;
  response = openai.ChatCompletion.create(  
    model=&quot;gpt-3.5-turbo&quot;,
    messages=[{&quot;role&quot;: &quot;system&quot;, &quot;content&quot;:&quot;You are a helpful assistant that helps users gene..</description>
      <category>컴퓨터</category>
      <category>chatGPT</category>
      <category>OpenAI</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/624</guid>
      <comments>https://www.v1rus.com/entry/python-openai-chatGPT#entry624comment</comments>
      <pubDate>Mon, 6 Mar 2023 11:11:25 +0900</pubDate>
    </item>
    <item>
      <title>[mac] NGINX brew start error</title>
      <link>https://www.v1rus.com/entry/mac-NGINX-brew-start-error</link>
      <description>&amp;nbsp;
homebrew를 통해서 nginx 실행 시 info를 찍어보면 실행이 안 되고 있다.
&amp;nbsp;
❯&amp;nbsp;brew&amp;nbsp;services&amp;nbsp;start&amp;nbsp;nginx==&amp;gt;&amp;nbsp;Successfully&amp;nbsp;started&amp;nbsp;`nginx`&amp;nbsp;(label:&amp;nbsp;homebrew.mxcl.nginx)❯&amp;nbsp;brew&amp;nbsp;services&amp;nbsp;info&amp;nbsp;nginxnginx&amp;nbsp..</description>
      <category>컴퓨터/web</category>
      <category>brew</category>
      <category>log</category>
      <category>nginx</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/623</guid>
      <comments>https://www.v1rus.com/entry/mac-NGINX-brew-start-error#entry623comment</comments>
      <pubDate>Mon, 26 Sep 2022 17:48:07 +0900</pubDate>
    </item>
    <item>
      <title>NGINX Reverse Proxy regex(정규표현식)</title>
      <link>https://www.v1rus.com/entry/NGINX-Reverse-Proxy-regex%EC%A0%95%EA%B7%9C%ED%91%9C%ED%98%84%EC%8B%9D</link>
      <description>정규표현석: https://stackoverflow.com/questions/59846238/guide-on-how-to-use-regex-in-nginx-location-block-section

&amp;nbsp;

Guide on how to use regex in Nginx location block section?
Nginx regex location syntaxe Regex expressions can be used with Nginx locatio..</description>
      <category>컴퓨터/web</category>
      <category>nginx</category>
      <category>Regex</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/622</guid>
      <comments>https://www.v1rus.com/entry/NGINX-Reverse-Proxy-regex%EC%A0%95%EA%B7%9C%ED%91%9C%ED%98%84%EC%8B%9D#entry622comment</comments>
      <pubDate>Wed, 7 Sep 2022 14:38:19 +0900</pubDate>
    </item>
    <item>
      <title>[MAC] Lunar - 모니터 조절(제어) 앱</title>
      <link>https://www.v1rus.com/entry/MAC-Lunar-%EB%AA%A8%EB%8B%88%ED%84%B0-%EC%A1%B0%EC%A0%88%EC%A0%9C%EC%96%B4-%EC%95%B1</link>
      <description>https://lunar.fyi/

&amp;nbsp;

Lunar - The defacto app for controlling monitor brightness
The defacto app for controlling monitors. Change brightness, switch inputs, adjust volume and turn off displays without fiddling with clunky buttons.
lunar.fyi


&amp;nbsp;..</description>
      <category>컴퓨터/miscellaneous</category>
      <category>25000원</category>
      <category>Lunar</category>
      <category>Mac</category>
      <category>맥</category>
      <category>외부 모니터</category>
      <category>외장 모니터</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/621</guid>
      <comments>https://www.v1rus.com/entry/MAC-Lunar-%EB%AA%A8%EB%8B%88%ED%84%B0-%EC%A1%B0%EC%A0%88%EC%A0%9C%EC%96%B4-%EC%95%B1#entry621comment</comments>
      <pubDate>Fri, 6 May 2022 16:42:22 +0900</pubDate>
    </item>
    <item>
      <title>2021년 소설</title>
      <link>https://www.v1rus.com/entry/2021%EB%85%84-%EC%86%8C%EC%84%A4</link>
      <description>광마회귀: 최고!!
나 혼자만 레벨업: 소설은 좀 심플, 웹툰이 너무 잘 나왔으나 웹툰도 어금니까지가 최고.
로그인 무림: 휴재 후 읽다가 중지
템빨: 읽다가 중지(3차 국가대항전이 최고)
말단병사에서 군주까지: 굿!
책 먹는 마법사: 마지막 다가서 읽기가 힘듦.
8클래스 마법사의 회귀: 1부에서 마무리.
전지적 독자 시점: 소설이 복잡하니 대충 읽으면 헷갈림

&amp;nbsp;</description>
      <category>일상/Diary</category>
      <category>소설</category>
      <category>웹툰</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/620</guid>
      <comments>https://www.v1rus.com/entry/2021%EB%85%84-%EC%86%8C%EC%84%A4#entry620comment</comments>
      <pubDate>Mon, 3 Jan 2022 15:30:04 +0900</pubDate>
    </item>
    <item>
      <title>[시놀로지]HA https 설정</title>
      <link>https://www.v1rus.com/entry/%EC%8B%9C%EB%86%80%EB%A1%9C%EC%A7%80HA-https-%EC%84%A4%EC%A0%95</link>
      <description>최근(?) 버전의 Home Assistant에선 기본적으로 외부에서 접속이 안된다.
&amp;nbsp;
외부에서 접속을 하기 위해선(특히 SmartThings 연결을 위해선) 몇 가지 설정을 해주어야 한다.
&amp;nbsp;
전제

시놀로지에 Docker로 설치
Domain 보유
SSL 설정 완료

&amp;nbsp;

&amp;nbsp;제어판 - 응용 프로그램 포털 - 역방향 프록시대상, 호스트 이름을 보통 localhost로 하나 HA에선 시놀로지 IP를 적어주어야 한다.
c..</description>
      <category>컴퓨터/Home IoT, 스마트홈</category>
      <category>docker</category>
      <category>HA</category>
      <category>homeassistant</category>
      <category>SmartThings</category>
      <category>삼성</category>
      <category>스마트싱스</category>
      <category>시놀로지</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/619</guid>
      <comments>https://www.v1rus.com/entry/%EC%8B%9C%EB%86%80%EB%A1%9C%EC%A7%80HA-https-%EC%84%A4%EC%A0%95#entry619comment</comments>
      <pubDate>Mon, 26 Jul 2021 15:46:19 +0900</pubDate>
    </item>
    <item>
      <title>[node.js] React with Docker EPERM: operation not permitted, copyfile</title>
      <link>https://www.v1rus.com/entry/nodejs-React-with-Docker-EPERM-operation-not-permitted-copyfile</link>
      <description>docker ubuntu 이미지 내에서 React를 사용해 개발을 하고 있다.
&amp;nbsp;
개발환경에서는 build가 잘 되는데 운용환경에선 react build시 에러가 난다.
&amp;nbsp;
단순하게 file을 복사하는 과정에서 바로 발생한다.
&amp;nbsp;
문제 해결 방법은 2가지 인데&amp;nbsp;
&amp;nbsp;
1. Docker version을 upgrade

개발: Ubuntu, Docker: 20.10.3
운용: Centos, Docker: 1.10...</description>
      <category>컴퓨터/language</category>
      <category>build</category>
      <category>docker</category>
      <category>eperm</category>
      <category>error</category>
      <category>node.js</category>
      <category>operation not permitted copyfile</category>
      <category>react</category>
      <author>Hikasiru</author>
      <guid isPermaLink="true">https://www.v1rus.com/614</guid>
      <comments>https://www.v1rus.com/entry/nodejs-React-with-Docker-EPERM-operation-not-permitted-copyfile#entry614comment</comments>
      <pubDate>Fri, 9 Apr 2021 02:40:07 +0900</pubDate>
    </item>
  </channel>
</rss>