<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mytory 웹개발</title>
	<atom:link href="https://mytory.net/feed" rel="self" type="application/rss+xml" />
	<link>https://mytory.net</link>
	<description>풀스택 웹 개발에서 마주하는 다양한 개념을 이해하기 쉽게 다룹니다</description>
	<lastBuildDate>Wed, 06 May 2026 09:00:24 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://mytory.net/wp-content/uploads/2024/02/20231003_154641-e1709100044598.png</url>
	<title>mytory 웹개발</title>
	<link>https://mytory.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">41762083</site>	<item>
		<title>봇이 아님을 증명하다가 해킹 당한 이야기 (ClickFix 공격)</title>
		<link>https://mytory.net/archives/18591</link>
					<comments>https://mytory.net/archives/18591#respond</comments>
		
		<dc:creator><![CDATA[mytory]]></dc:creator>
		<pubDate>Wed, 06 May 2026 07:37:26 +0000</pubDate>
				<category><![CDATA[기타]]></category>
		<category><![CDATA[hacking]]></category>
		<guid isPermaLink="false">https://mytory.net/?p=18591</guid>

					<description><![CDATA[로봇이 아님을 증명하려면 인증 코드를 얻는 명령을 커맨드라인에 붙여 넣으라고 해서 &#8216;신기한 방식이네&#8217; 생각하면서 따라했는데요. 그 순간 해킹됐습니다. 이는 최근 유행하는 클릭픽스(ClickFix) 공격인데요. 클릭픽스 공격은 캡차(로봇이 아님을 증명하세요)로 위장해 사용자가 직접 해킹 명령를 실행하게 만드는 사회공학 공격입니다. &#8220;로봇 아님&#8221; 버튼을 클릭하면 사용자 모르게 클립보드에 명령어가 복사되고, 이후 공격자는 붙여넣기를 유도합니다. 발단: &#8220;봇이 아님을 증명하세요&#8221; 평소처럼 [&#8230;]]]></description>
		
					<wfw:commentRss>https://mytory.net/archives/18591/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18591</post-id>	</item>
		<item>
		<title>WSL에서 SSH 키 암호 입력을 최소화하는 방법 (Keychain 활용)</title>
		<link>https://mytory.net/archives/18587</link>
					<comments>https://mytory.net/archives/18587#respond</comments>
		
		<dc:creator><![CDATA[mytory]]></dc:creator>
		<pubDate>Wed, 06 May 2026 04:58:09 +0000</pubDate>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[기타]]></category>
		<category><![CDATA[WSL]]></category>
		<guid isPermaLink="false">https://mytory.net/?p=18587</guid>

					<description><![CDATA[SSH 개인키에 암호(Passphrase)가 걸려 있는 경우, 매번 입력하는 번거로움을 해결하기 위해 keychain을 사용한다. 시스템 재부팅 후 첫 터미널 실행 시 딱 한 번만 암호를 입력하면 이후 모든 세션에서 암호 없이 SSH를 사용할 수 있게 해준다. Keychain 설치 패키지 매니저로 keychain을 설치한다. 우분투 기준: 쉘 설정 파일 수정 (~/.bashrc 또는 ~/.zshrc) 파일 끝에 아래 내용을 추가한다. [&#8230;]]]></description>
		
					<wfw:commentRss>https://mytory.net/archives/18587/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18587</post-id>	</item>
		<item>
		<title>WSL2 스토리지 가상 디스크(VHDX) 용량 줄이기</title>
		<link>https://mytory.net/archives/18539</link>
					<comments>https://mytory.net/archives/18539#respond</comments>
		
		<dc:creator><![CDATA[mytory]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 08:44:39 +0000</pubDate>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[기타]]></category>
		<category><![CDATA[TIP]]></category>
		<category><![CDATA[WSL]]></category>
		<guid isPermaLink="false">https://mytory.net/?p=18539</guid>

					<description><![CDATA[WSL 리눅스 내부에서 파일을 삭제해도 윈도우 호스트의 .vhdx 파일 크기는 줄어들지 않습니다. 가상 디스크가 한번 점유한 공간을 운영체제에 자동으로 반환하지 않는 것이 기본 설정이기 때문입니다. 현재 사용 중인 디스크의 용량을 줄이는 방법과 향후 자동화를 위한 팁을 소개합니다. 사전 지식 WSL2의 스토리지는 VHDX라는 파일로 윈도우에 존재합니다. 경로는 이렇습니다. 제 경우는 이랬습니다. diskpart를 이용한 수동 압축 VHDX [&#8230;]]]></description>
		
					<wfw:commentRss>https://mytory.net/archives/18539/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18539</post-id>	</item>
		<item>
		<title>[메모] 윈도우 공용 컴퓨터용 정기 파일 삭제 스크립트 만들고 정기적으로 실행하는 방법</title>
		<link>https://mytory.net/archives/18506</link>
					<comments>https://mytory.net/archives/18506#respond</comments>
		
		<dc:creator><![CDATA[mytory]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 07:20:13 +0000</pubDate>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[기타]]></category>
		<guid isPermaLink="false">https://mytory.net/?p=18506</guid>

					<description><![CDATA[전체 흐름 삭제 대상 정의 → 배치 스크립트 작성 → 작업 스케줄러 등록 → 테스트 및 검증 1단계 – 삭제 대상 경로 정의 2단계 – 배치 스크립트 작성 (.bat) C:\Scripts\cleanup.bat 경로에 파일을 만들고 아래 내용을 작성합니다. 3단계 – 작업 스케줄러 등록 작업 스케줄러에서 트리거 조건은 매우 다양하게 있습니다. 여기서 다 설명할 수는 없습니다. 다만, 제 [&#8230;]]]></description>
		
					<wfw:commentRss>https://mytory.net/archives/18506/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18506</post-id>	</item>
		<item>
		<title>WSL GNU Pass와 윈도우 브라우저 연동하기</title>
		<link>https://mytory.net/archives/18486</link>
					<comments>https://mytory.net/archives/18486#respond</comments>
		
		<dc:creator><![CDATA[mytory]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 05:44:50 +0000</pubDate>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[WSL]]></category>
		<guid isPermaLink="false">https://mytory.net/?p=18486</guid>

					<description><![CDATA[WSL에서 GNU Pass를 브라우저에서 이용하는 게 복잡했으므로 정리한다. 내가 따른 방식은 .password-store를 윈도우 스토리지로 옮기고, WSL에서는 소프트링크를 걸어 데이터를 윈도우와 WSL 모두에서 접근할 수 있게 한 뒤 GPG 에이전트를 Gpg4win으로 사용한 방식이다. WSL은 pass git pull, pass git push 용으로 사용하고 나머지는 윈도우 네이티브를 사용한 것이다. 이런 방식을 사용한 이유는 내가 GPG 암호를 입력하는 WSL의 [&#8230;]]]></description>
		
					<wfw:commentRss>https://mytory.net/archives/18486/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18486</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Disk: Enhanced (Page is feed) 을 (를) 사용하는 페이지 캐싱
지연 로딩 (feed)
Disk을 (를) 사용하는 데이터베이스 캐싱

Served from: mytory.net @ 2026-09-14 21:17:10 by W3 Total Cache
-->