<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>LukeHan 의 잡다한 기술 블로그</title>
    <link>https://malicer.tistory.com/</link>
    <description>잡다한 지식을 취급하는 블로그

Git : https://github.com/LukeHan1128</description>
    <language>ko</language>
    <pubDate>Mon, 20 Jul 2026 17:45:47 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>LukeHan1128</managingEditor>
    <item>
      <title>mssql-scripter 를 활용한 DB 백업</title>
      <link>https://malicer.tistory.com/entry/mssql-scripter-%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%9C-DB-%EB%B0%B1%EC%97%85</link>
      <description>MSSQL 서버 데이터를 클론할 필요가 있어 아래와 같이 문서 작성하게 되었음
&amp;nbsp;
pip install mssql-scripter

원활한 백업을 위해 mssql-scripter 를 설치 한다.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
# mssql-scripter -S ip_address -U user -P 'password' -d Database --schema-and-data:tables_and_datas &amp;gt; backup_f..</description>
      <category>Database/Mssql</category>
      <category>backup</category>
      <category>DATABASE</category>
      <category>DB</category>
      <category>dump</category>
      <category>microsoft</category>
      <category>mssql</category>
      <category>scripter</category>
      <category>server</category>
      <category>백업</category>
      <category>스크립터</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/214</guid>
      <comments>https://malicer.tistory.com/entry/mssql-scripter-%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%9C-DB-%EB%B0%B1%EC%97%85#entry214comment</comments>
      <pubDate>Tue, 10 Feb 2026 20:00:50 +0900</pubDate>
    </item>
    <item>
      <title>windows pm2 에서 nextjs npm 실행 시 에러</title>
      <link>https://malicer.tistory.com/entry/windows-pm2-%EC%97%90%EC%84%9C-nextjs-npm-%EC%8B%A4%ED%96%89-%EC%8B%9C-%EC%97%90%EB%9F%AC</link>
      <description>Windows에서 PM2를 사용하여 Next.js 애플리케이션의 npm 스크립트를 실행할 때 발생하는 SyntaxError: Unexpected token ':' 오류는 PM2가 npm.cmd 파일을 Node.js 스크립트로 잘못 해석하려고 시도하여 발생함. 이는 Windows 환경에서 자주 발생하는 특정 문제.&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
실행할&amp;nbsp;JS&amp;nbsp;파일을&amp;nbsp;직접&amp;nbsp;지정하여&amp;nbsp;실행
const { exec..</description>
      <category>OS/Windows</category>
      <category>CMD</category>
      <category>exec</category>
      <category>NEXT</category>
      <category>nextjs</category>
      <category>node</category>
      <category>nodeJS</category>
      <category>NPM</category>
      <category>pm2</category>
      <category>Windows</category>
      <category>윈도우</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/213</guid>
      <comments>https://malicer.tistory.com/entry/windows-pm2-%EC%97%90%EC%84%9C-nextjs-npm-%EC%8B%A4%ED%96%89-%EC%8B%9C-%EC%97%90%EB%9F%AC#entry213comment</comments>
      <pubDate>Thu, 1 Jan 2026 20:00:20 +0900</pubDate>
    </item>
    <item>
      <title>Intellij 에서 PlantUML 로 Class Diagram 만들기</title>
      <link>https://malicer.tistory.com/entry/Intellij-%EC%97%90%EC%84%9C-PlantUML-%EB%A1%9C-Class-Diagram-%EB%A7%8C%EB%93%A4%EA%B8%B0</link>
      <description>개요
업무 진행 중 Class Diagram 을 생성할 필요가 있었다.
Intellij Communiti 버전에서는 Class Diagram 생성 지원을 하지 않아
별도의 Plugin 을 설치하여 생성 하는 방법을 아래와 같이 문서로 남겨 둔다.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
설치

좌측 상단의 File &amp;gt; Settings 를 클릭 실행 합니다.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;

&amp;nbsp;
Setting 창의..</description>
      <category>개발/JAVA</category>
      <category>Class</category>
      <category>diagram</category>
      <category>intelli</category>
      <category>java</category>
      <category>Plant</category>
      <category>UML</category>
      <category>다이어그램</category>
      <category>인텔리</category>
      <category>인텔리J</category>
      <category>클래스</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/212</guid>
      <comments>https://malicer.tistory.com/entry/Intellij-%EC%97%90%EC%84%9C-PlantUML-%EB%A1%9C-Class-Diagram-%EB%A7%8C%EB%93%A4%EA%B8%B0#entry212comment</comments>
      <pubDate>Thu, 6 Mar 2025 20:00:31 +0900</pubDate>
    </item>
    <item>
      <title>Electron 관련 내용 간략 정리</title>
      <link>https://malicer.tistory.com/entry/Electron-%EA%B4%80%EB%A0%A8-%EB%82%B4%EC%9A%A9-%EA%B0%84%EB%9E%B5-%EC%A0%95%EB%A6%AC</link>
      <description>Electron 특징

&amp;nbsp;
Electron 은 데스크탑 크로스 플랫폼으로 Electron 공식 문서 상 지원하는 OS 는 다음과 같다.

macOS x64
Windows 7 이후 버전 (ARM 제외)
Linux

Ubuntu 12.04 이후 버전
Fedora 21
Debian 8



&amp;nbsp;
&amp;nbsp;

크로스 플랫폼 개발을 위해 Chromium 이라는 open source 를 활용하여 Html, CSS, javascript 로 앱 개발..</description>
      <category>개발/Electron</category>
      <category>chromium</category>
      <category>cross</category>
      <category>electron</category>
      <category>node</category>
      <category>Platform</category>
      <category>일렉트론</category>
      <category>크로미움</category>
      <category>크로스</category>
      <category>특징</category>
      <category>플랫폼</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/211</guid>
      <comments>https://malicer.tistory.com/entry/Electron-%EA%B4%80%EB%A0%A8-%EB%82%B4%EC%9A%A9-%EA%B0%84%EB%9E%B5-%EC%A0%95%EB%A6%AC#entry211comment</comments>
      <pubDate>Sun, 5 Jan 2025 20:00:28 +0900</pubDate>
    </item>
    <item>
      <title>Uptime robot 을 활용한 서버 상태 관리</title>
      <link>https://malicer.tistory.com/entry/Uptime-robot-%EC%9D%84-%ED%99%9C%EC%9A%A9%ED%95%9C-%EC%84%9C%EB%B2%84-%EC%83%81%ED%83%9C-%EA%B4%80%EB%A6%AC</link>
      <description>개요
서비스 및 서버 상태 모니터링 및 상태 이상 시 메일로 알림 전송을 위해 사용

Link : https://uptimerobot.com/

&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
설정

대시보드 좌측 상단의 New Monitor 버튼을 클릭 실행합니다.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;

Monitor Type 을 HTTP(s) 로 선택합니다.
&amp;nbsp;
아래 설정 정보를 참고하여 작성 합니다.
&amp;nbsp;
&amp;nbsp;..</description>
      <category>개발/Web</category>
      <category>Monitor</category>
      <category>monitoring</category>
      <category>request</category>
      <category>robot</category>
      <category>ssl</category>
      <category>Timeout</category>
      <category>uptime</category>
      <category>website</category>
      <category>모니터링</category>
      <category>업타임</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/210</guid>
      <comments>https://malicer.tistory.com/entry/Uptime-robot-%EC%9D%84-%ED%99%9C%EC%9A%A9%ED%95%9C-%EC%84%9C%EB%B2%84-%EC%83%81%ED%83%9C-%EA%B4%80%EB%A6%AC#entry210comment</comments>
      <pubDate>Wed, 25 Dec 2024 20:00:55 +0900</pubDate>
    </item>
    <item>
      <title>ubuntu 에서 Mosquitto broker 설치</title>
      <link>https://malicer.tistory.com/entry/ubuntu-%EC%97%90%EC%84%9C-Mosquitto-broker-%EC%84%A4%EC%B9%98</link>
      <description>환경 구성



&amp;nbsp;
&amp;nbsp;


Hyper-V OS
ubuntu 22.04.2


OS
Windows 11 Pro



&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
ubuntu 에서 broker 설치
sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
language-text
위와 같이 입력하여 저장소를 추가한다.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
sudo apt-get ..</description>
      <category>OS/HamoniKR</category>
      <category>Broker</category>
      <category>clients</category>
      <category>install</category>
      <category>message</category>
      <category>mosquitto</category>
      <category>mosquitto-ppa</category>
      <category>publisher</category>
      <category>Subscriber</category>
      <category>ubuntu</category>
      <category>모스키토</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/209</guid>
      <comments>https://malicer.tistory.com/entry/ubuntu-%EC%97%90%EC%84%9C-Mosquitto-broker-%EC%84%A4%EC%B9%98#entry209comment</comments>
      <pubDate>Sun, 15 Dec 2024 20:00:04 +0900</pubDate>
    </item>
    <item>
      <title>6강 감전재해 예방 및 용접 작업관리</title>
      <link>https://malicer.tistory.com/entry/6%EA%B0%95-%EA%B0%90%EC%A0%84%EC%9E%AC%ED%95%B4-%EC%98%88%EB%B0%A9-%EB%B0%8F-%EC%9A%A9%EC%A0%91-%EC%9E%91%EC%97%85%EA%B4%80%EB%A6%AC</link>
      <description>문제 1 
고열&amp;middot;불티에 의한 화재&amp;middot;폭발, 충전부 접촉에 의한 감전, 불티나 스패터에 의한 화상 등의 위험이 있는 작업은? 2

전기작업 
용접작업 
한랭작업 
고소작업 

&amp;nbsp;
&amp;nbsp;
문제&amp;nbsp;2 
역화를&amp;nbsp;방지하는&amp;nbsp;설비로&amp;nbsp;연소가스가&amp;nbsp;통과하는&amp;nbsp;부분에&amp;nbsp;미세한&amp;nbsp;Mesh를&amp;nbsp;가지는&amp;nbsp;망이&amp;nbsp;설치되어&amp;nbsp;있어,&amp;nbsp;연소를&amp;nb..</description>
      <category>nayanet</category>
      <category>감전</category>
      <category>관리</category>
      <category>나야넷</category>
      <category>드림업</category>
      <category>안전</category>
      <category>예방</category>
      <category>용접</category>
      <category>작업</category>
      <category>재해</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/208</guid>
      <comments>https://malicer.tistory.com/entry/6%EA%B0%95-%EA%B0%90%EC%A0%84%EC%9E%AC%ED%95%B4-%EC%98%88%EB%B0%A9-%EB%B0%8F-%EC%9A%A9%EC%A0%91-%EC%9E%91%EC%97%85%EA%B4%80%EB%A6%AC#entry208comment</comments>
      <pubDate>Mon, 30 Sep 2024 20:00:24 +0900</pubDate>
    </item>
    <item>
      <title>5강 물질안전보건자료(MSDS)</title>
      <link>https://malicer.tistory.com/entry/5%EA%B0%95-%EB%AC%BC%EC%A7%88%EC%95%88%EC%A0%84%EB%B3%B4%EA%B1%B4%EC%9E%90%EB%A3%8CMSDS</link>
      <description>문제 1
물질안전보건자료 교육내용이 아닌 것은? 3

대상화학물질의 명칭(또는 제품명)
응급조치 요령 및 사고 시 대처방법
경고표지 작성방법
취급상의 주의사항

&amp;nbsp;
문제&amp;nbsp;2
다음 중 물질안전보건자료 기재항목이 아닌 것은? 4

화학제품과 회사에 관한 정보
구성성분의 명칭 및 함유량
응급조치 요령
제품 가격

&amp;nbsp;
문제&amp;nbsp;3
화학물질 취급 시 사업주 준수사항이 아닌 것은? 4

경고표지 부착
MSDS 교육 실시
MSDS 게..</description>
      <category>data</category>
      <category>Material</category>
      <category>MSDS</category>
      <category>safety</category>
      <category>SHEET</category>
      <category>물질</category>
      <category>보건</category>
      <category>안전</category>
      <category>자료</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/207</guid>
      <comments>https://malicer.tistory.com/entry/5%EA%B0%95-%EB%AC%BC%EC%A7%88%EC%95%88%EC%A0%84%EB%B3%B4%EA%B1%B4%EC%9E%90%EB%A3%8CMSDS#entry207comment</comments>
      <pubDate>Sun, 29 Sep 2024 20:00:36 +0900</pubDate>
    </item>
    <item>
      <title>4강 직무 스트레스 예방 및 건강관리</title>
      <link>https://malicer.tistory.com/entry/4%EA%B0%95-%EC%A7%81%EB%AC%B4-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%EC%98%88%EB%B0%A9-%EB%B0%8F-%EA%B1%B4%EA%B0%95%EA%B4%80%EB%A6%AC</link>
      <description>문제&amp;nbsp;1
다음 중 스트레스로 인한 정신적 증상에 해당하는 것은? 3

흡연
폭식증
우울증
음주

&amp;nbsp;
&amp;nbsp;
문제&amp;nbsp;2
특정한 상황이 사람에 따라서 스트레스가 되기도 하고, 안되기도 하는 경우의 스트레스를 고르시오. 2

절대적 스트레스
상대적 스트레스
과민성 스트레스
중추적 스트레스

&amp;nbsp;
&amp;nbsp;
문제&amp;nbsp;3
직무스트레스가 신체적증상에 미치는 영향이 아닌 것은? 3

두통
면역력 저하
긍정적 마인드 증가
..</description>
      <category>건강</category>
      <category>관리</category>
      <category>스트레스</category>
      <category>예방</category>
      <category>직무</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/206</guid>
      <comments>https://malicer.tistory.com/entry/4%EA%B0%95-%EC%A7%81%EB%AC%B4-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%EC%98%88%EB%B0%A9-%EB%B0%8F-%EA%B1%B4%EA%B0%95%EA%B4%80%EB%A6%AC#entry206comment</comments>
      <pubDate>Sat, 28 Sep 2024 20:00:53 +0900</pubDate>
    </item>
    <item>
      <title>3강 수공구작업 및 작업안전</title>
      <link>https://malicer.tistory.com/entry/3%EA%B0%95-%EC%88%98%EA%B3%B5%EA%B5%AC%EC%9E%91%EC%97%85-%EB%B0%8F-%EC%9E%91%EC%97%85%EC%95%88%EC%A0%84</link>
      <description>문제 1
근로자가 쓰레기를 버리려던 중 쓰레기봉투 속에 있던 깨진 유리잔 조각에 다리가 찔렸다. 다음 상황의 재해예방대책으로 알맞지 않은 것은? 2

날카로운 물건 두꺼운 박스에 넣어서 폐기
날카로운 물건 비닐로 여러 번 감싸서 폐기
일반 비닐 종량제 봉투가 아닌 특수 폐기물 봉투(마대자루)에 폐기
날카로운 물건 신문지에 감싸서 폐기

&amp;nbsp;
&amp;nbsp;
문제&amp;nbsp;2
근로자가 조리실에서 식자재를 칼로 절단하던 중 엄지손가락이 베였다. 다음 상..</description>
      <category>nayanet</category>
      <category>나야넷</category>
      <category>대책</category>
      <category>드림업</category>
      <category>수공구작업</category>
      <category>안전</category>
      <category>예방</category>
      <category>작업</category>
      <category>작업안전</category>
      <category>재해</category>
      <author>LukeHan1128</author>
      <guid isPermaLink="true">https://malicer.tistory.com/205</guid>
      <comments>https://malicer.tistory.com/entry/3%EA%B0%95-%EC%88%98%EA%B3%B5%EA%B5%AC%EC%9E%91%EC%97%85-%EB%B0%8F-%EC%9E%91%EC%97%85%EC%95%88%EC%A0%84#entry205comment</comments>
      <pubDate>Fri, 27 Sep 2024 20:00:34 +0900</pubDate>
    </item>
  </channel>
</rss>