<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>JEUK's blog</title>
    <link>https://jeuk.tistory.com/</link>
    <description>각종 정보를 제공하는 
IT블로그</description>
    <language>ko</language>
    <pubDate>Tue, 2 Jun 2026 16:26:29 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>JEUK</managingEditor>
    <image>
      <title>JEUK's blog</title>
      <url>https://tistory1.daumcdn.net/tistory/2102109/attach/c0490ba715d047a69e82e6a1f8ed4f4e</url>
      <link>https://jeuk.tistory.com</link>
    </image>
    <item>
      <title>[Linux] zsh 플러그인 설치와 추천 플러그인</title>
      <link>https://jeuk.tistory.com/77</link>
      <description>앞선 글에서 zsh를 설치하고 나서 플러그인을 설치하여 강력한 zsh의 기능을 사용해 볼 차례입니다.기본적으로 zsh에는 많은 플러그인이 설치되어있습니다.이 중에서 원하는 것만 실행시켜도 되고, 여기 없는 것은 따로 설치해서 사용할 수 있습니다.

1. 플러그인 활성화 하기
기본적으로 설치되어 있는 플러그인 들은 ~/.oh-my-zsh/plugins 에 위치해 있습니다. 그래서 아래 명령어를 통해 기본 설치되어 있는 플러그인을 확인할 수 있습니다.
ls..</description>
      <category>Tips/Linux</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/77</guid>
      <comments>https://jeuk.tistory.com/77#entry77comment</comments>
      <pubDate>Tue, 14 Jul 2020 12:00:30 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] Linux에서 zsh설치하기</title>
      <link>https://jeuk.tistory.com/76</link>
      <description>리눅스에서 사용할 수 있는 쉘의 종류는 다양합니다. 대부분의 리눅스에서는 bash를 사용하는 모습을 보았을 것입니다.bash쉘도 잘 활용하면 강력한 쉘이 될 수 있지만, zsh는 bash와 명령어가 대부분 호환이 되고 더 좋은 기능을 경험할 수 있습니다.예를 들면 폴더나 파일에 접근할 때'/var/www/html'로 접근할 때 '/v/w/h'만 입력하고 탭을 누르면 자동으로 입력됩니다.

1. zsh 설치하기
sudo apt-get update
sudo..</description>
      <category>Tips/Linux</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/76</guid>
      <comments>https://jeuk.tistory.com/76#entry76comment</comments>
      <pubDate>Fri, 10 Jul 2020 12:00:31 +0900</pubDate>
    </item>
    <item>
      <title>[Server] SabreDAV 인증 구현하기</title>
      <link>https://jeuk.tistory.com/75</link>
      <description>SabreDAV는 다양한 방법의 인증을 지원합니다.
웹서버 인증, htdigest 인증, 별도의 인증 함수 구현, DB 활용 인증, IMAP 인증이 있습니다.

1. &amp;nbsp;apache2-utils 설치하기
이 글에서 사용할 인증 방법은 htdigest입니다.
htdigest는 아파치 서버의 비밀번호 생성/보관 방법 중 하나입니다.
하지만, 우리는 아파치 웹서버가 아닌 Nginx 웹서버를 이용하고 있기 때문에 이 htdigest를 따로 설치해 주어야..</description>
      <category>Develop/Server</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/75</guid>
      <comments>https://jeuk.tistory.com/75#entry75comment</comments>
      <pubDate>Thu, 9 Jul 2020 12:00:16 +0900</pubDate>
    </item>
    <item>
      <title>[Raspberry Pi_OMV5] 6. OMV5 webdav 설정하기</title>
      <link>https://jeuk.tistory.com/74</link>
      <description>OMV4에서는 Webdav플러그인을 지원했기 때문에 쉽게 설정할 수 있었지만, OMV5로 업데이트되면서 플러그인이 지원하지 않게 되었습니다.
그래서 플러그인에서 사용하던 wabdav소스인 sabre/dav를 직접 다운로드하여 설정해주어야 합니다.
&amp;nbsp;

sabre/dav 다운로드하기
sabre/dav를 다운로드하기 위해서는 php-composer가 필요합니다. 그래서 먼저 php-composer를 설치해줍니다.
SSH 접속을 하여 아래 명령줄을 ..</description>
      <category>Develop/Server</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/74</guid>
      <comments>https://jeuk.tistory.com/74#entry74comment</comments>
      <pubDate>Thu, 19 Mar 2020 12:00:02 +0900</pubDate>
    </item>
    <item>
      <title>[Raspberry Pi_OMV5] 5. OMV5 SMB 공유 설정하기</title>
      <link>https://jeuk.tistory.com/73</link>
      <description>지금까지 설정했던 내용들을 이용하여 진짜 NAS처럼 네트워크 드리이브를 설정해줄 차례입니다.
SMB라는 프로토콜을 이용하여 공유할 것입니다.

SMB활성화 하기
OMV 웹 설정 화면에 들어가서 [서비스] - [SMB/CIFS]로 들어갑니다.
일반 설정에 있는 [활성화] 토글을 켜준 뒤 [저장] 버튼을 눌러서 저장해 줍니다.
&amp;nbsp;

그리고 SMB 드라이브에서 나타날 공유폴더를 설정해 줍니다.
[공유] 탭으로 이동하여 [추가] 버튼을 눌러줍니다.

..</description>
      <category>Develop/Server</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/73</guid>
      <comments>https://jeuk.tistory.com/73#entry73comment</comments>
      <pubDate>Mon, 16 Mar 2020 12:00:17 +0900</pubDate>
    </item>
    <item>
      <title>[Raspberry Pi_OMV5] 4. OMV5 사용자 추가하기</title>
      <link>https://jeuk.tistory.com/72</link>
      <description>이제 NAS에 접속할 사용자를 추가할 차례입니다. 이 사용자 계정으로 SMB, FTP, SSH를 접근하기 때문에 중요한 작업입니다.

사용자 추가하기
OMV 웹 설정 화면에 들어가서 [접근 권한 관리] - [사용자]로 들어갑니다.
여기서 사용자를 추가하고, 그룹을 관리할 수 있습니다.

[추가] 버튼을 눌러서 사용자를 추가해 줍니다.

이름에는 아이디를 입력하고, 셸은 많이 사용하는 /bin/bash로 선택해 줍니다. 그 후 그룹을 관리해 줍니다.

기..</description>
      <category>Develop/Server</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/72</guid>
      <comments>https://jeuk.tistory.com/72#entry72comment</comments>
      <pubDate>Fri, 6 Mar 2020 12:00:30 +0900</pubDate>
    </item>
    <item>
      <title>[Raspberry Pi_OMV5] 3. OMV5 공유 폴더 만들기</title>
      <link>https://jeuk.tistory.com/71</link>
      <description>파일을 저장하고, SMB 등을 통해서 공유하기 위해서는 공유폴더를 만들어주어야 합니다. 공유폴더는 그냥 HDD에 폴더를 만드는 것과 동일하지만, OMV에서 서비스들(SMB, FTP 등)을 이용하기 위해서는 공유폴더로 등록해 주어야 합니다.

공유 폴더 만들기
OMV 웹 설정 화면에 들어가서 [접근 권한 관리] - [공유 폴더]로 들어갑니다.
여기서 OMV에서 사용할 폴더들을 만들어주고, 관리할 수 있습니다.
&amp;nbsp;

&amp;nbsp;
[추가] 버튼을 눌..</description>
      <category>Develop/Server</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/71</guid>
      <comments>https://jeuk.tistory.com/71#entry71comment</comments>
      <pubDate>Thu, 5 Mar 2020 12:00:18 +0900</pubDate>
    </item>
    <item>
      <title>[Windows] 명령 프롬프트에 글씨가 안 보일 때</title>
      <link>https://jeuk.tistory.com/70</link>
      <description>윈도우가 업데이트되면서 명령 프롬프트의 콘솔 모드는 '새로운 콘솔 모드'와 '레거시 콘솔 모드', 2가지 모드가 생기게 되었습니다.
&amp;nbsp;
폰트 문제 등의 이유로 레거시 콘솔 모드를 사용하다가 SSH연결 후 bash의 제대로 된 표시를 위해 새로운 콘솔 모드로 바꾸었을 때 콘솔에 아무 글씨가 나오지 않는 문제가 종종 발생합니다.그래서 기본값을 누르면 돌아오지 않을까는 생각에 기본값을 눌러도 되돌아오지 않아 당황스러운 경우가 생기는데요. 이는 콘솔의..</description>
      <category>Tips/Windows</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/70</guid>
      <comments>https://jeuk.tistory.com/70#entry70comment</comments>
      <pubDate>Wed, 4 Mar 2020 12:00:58 +0900</pubDate>
    </item>
    <item>
      <title>[Raspberry Pi_OMV5] 2. OMV5 HDD설정하기</title>
      <link>https://jeuk.tistory.com/69</link>
      <description>OMV5의 기본 설정하는 부분은 이전 버전인 OMV4와 차이가 없으므로 기본 설정은 다음 글을 참고해 주세요.
&amp;nbsp;
[Develop/Raspberry Pi] - [Raspberry Pi_OMV] 2. OMV 기본 설정하기

&amp;nbsp;

[Raspberry Pi_OMV] 2. OMV 기본 설정하기
OpenMediaVault 기본 설정하기 이전글에서 OpenMediaVault를 설치하였습니다. 아직 OMV를 설치하지 않았다면 먼저 OMV를 설치하고..</description>
      <category>Develop/Server</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/69</guid>
      <comments>https://jeuk.tistory.com/69#entry69comment</comments>
      <pubDate>Wed, 4 Mar 2020 12:00:19 +0900</pubDate>
    </item>
    <item>
      <title>[Raspberry Pi_OMV5] 1. 라즈비안과 OMV5 설치하기</title>
      <link>https://jeuk.tistory.com/68</link>
      <description>라즈비안의 버전이 업데이트되면서 OpenMediaVault(이하 OMV)의 버전이 4에서 5로 업데이트되었습니다.
동시에 라즈베리파이에서 쉽게 설치할 수 있는 설치 이미지를 제공해 주었지만 다운로드 사이트에서 설치 이미지가 사라지면서 설치 방법이 바뀌었습니다.
&amp;nbsp;
그래서 바뀐 설치법에 따라 라즈베리파이에 OMV5를 설치하는 방법을 알려드리겠습니다.

라즈비안 설치하기
OMV5를 설치하기 위해서는 라즈비안이라는 운영체제를 설치해 주어야 합니다.
..</description>
      <category>Develop/Server</category>
      <category>Nas</category>
      <category>OMV</category>
      <category>OMV5</category>
      <category>OpenMediaVault</category>
      <category>raspberryPI</category>
      <category>라즈베리파이</category>
      <author>JEUK</author>
      <guid isPermaLink="true">https://jeuk.tistory.com/68</guid>
      <comments>https://jeuk.tistory.com/68#entry68comment</comments>
      <pubDate>Tue, 3 Mar 2020 12:00:38 +0900</pubDate>
    </item>
  </channel>
</rss>