<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Nam's Daily</title>
    <link>https://louky0714.tistory.com/</link>
    <description>일상을 기억하다...</description>
    <language>ko</language>
    <pubDate>Thu, 7 May 2026 03:06:07 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>louky</managingEditor>
    <image>
      <title>Nam's Daily</title>
      <url>https://tistory1.daumcdn.net/tistory/2804567/attach/003216925b5e4f8cb70c5a0fec09a26e</url>
      <link>https://louky0714.tistory.com</link>
    </image>
    <item>
      <title>[Linux] user shell 차이-  /usr/sbin/nologin vs /usr/bin/false</title>
      <link>https://louky0714.tistory.com/180</link>
      <description>오랜만에 글을 끄적 거리게 되었습니다.&amp;nbsp;
&amp;nbsp;
아무 생각없이 쓰던 옵션(?)에 대해 정리를 해보고자 끄적거립니다.&amp;nbsp;
&amp;nbsp;
Linux의 user 계정을 생성하다보면 보통 shell부분에 /bin/bash 또는 /bin/sh &amp;nbsp;같은 쉘환경을 넣게 되는데 이때 특정 계정에 한해서는&amp;nbsp;
로그인을 못하도록 설정하기도 합니다.&amp;nbsp;
예를 들어 &amp;nbsp;/usr/bin/flase 또는 /usr/sbin/nolo..</description>
      <category>운영체제/Linux</category>
      <category>/usr/bin/false</category>
      <category>/usr/sbin/nologin</category>
      <category>ssh 로그인 금지</category>
      <category>로그인 금지</category>
      <category>로그인 쉘</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/180</guid>
      <comments>https://louky0714.tistory.com/180#entry180comment</comments>
      <pubDate>Fri, 4 Apr 2025 16:31:54 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] readlink - 링크걸린 파일의 원본 파일 출력</title>
      <link>https://louky0714.tistory.com/179</link>
      <description>또.... 끄적 거려 봅니다.

리눅스를 사용하다보면 필요 또는 의도치 않게 링크걸린 파일을 사용하거나 설정을 해야 할때가 있습니다.&amp;nbsp;
링크가 정상적으로 설정되어 있고 사용할때는 크게 불편하거나 문제가 되는 부분은 없습니다.&amp;nbsp;
&amp;nbsp;
다만, 링크 설정된 파일의 원본 파일을 찾고자 할때가 종종 있습니다.&amp;nbsp;
링크된 파일이 어느 파일인지 알아야 할때가 있습니다.
&amp;nbsp;
필자의 경우 아래와 같이 종종 확인 하였습니다.
$ ..</description>
      <category>운영체제/Linux</category>
      <category>ln -s</category>
      <category>readlink</category>
      <category>softlink</category>
      <category>symbolic link</category>
      <category>symlink</category>
      <category>링크파일 확인</category>
      <category>원본 링크파일</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/179</guid>
      <comments>https://louky0714.tistory.com/179#entry179comment</comments>
      <pubDate>Wed, 6 Nov 2024 09:25:49 +0900</pubDate>
    </item>
    <item>
      <title>[mac]   'tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'</title>
      <link>https://louky0714.tistory.com/178</link>
      <description>맥북에서 tar 압축하여 리눅스 장비에서 압축을 풀때 아래와 같은 에러 메시지가 나와 당황하였습니다.&amp;nbsp;

tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
&amp;nbsp;
그동안 왜 인지를 못했던건지 모르겠지만 영향은 없지만 그래도 은근 신경이 쓰여서 찾아 보았습니다.&amp;nbsp;
&amp;nbsp;
찾아보니 tar의 &amp;nbsp;version이 &amp;nbsp..</description>
      <category>운영체제/MAC</category>
      <category>bsd tar</category>
      <category>gnu tar</category>
      <category>libarchive.xattr.com.apple.provenance</category>
      <category>macbook tar</category>
      <category>tar</category>
      <category>tar error</category>
      <category>tar: ignoring unknown extended</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/178</guid>
      <comments>https://louky0714.tistory.com/178#entry178comment</comments>
      <pubDate>Thu, 29 Aug 2024 08:11:06 +0900</pubDate>
    </item>
    <item>
      <title>[Git] 다른 Branch에서 파일 가져오기</title>
      <link>https://louky0714.tistory.com/177</link>
      <description>오랜만에 작성하게 되었습니다.
Git을 사용하다 보면 다른 Branch의 파일을 가져와야 하는 상황이 필요한데 여러 방법이 있겠지만 필자는 아래 방법을 사용하고 있습니다.
&amp;nbsp;
source_Branch의 test/test.txt라는 파일을 &amp;nbsp;target_Branch로 가져와야 할때 방법입니다.&amp;nbsp;
&amp;nbsp;
먼저 target_branch로 checkout합니다.&amp;nbsp;
git checkout target_branch
&amp;nbs..</description>
      <category>Development/Git</category>
      <category>git  다른 branch 파일 가져오기</category>
      <category>git checkout</category>
      <category>git 다른 branch 디렉토리 가져오기</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/177</guid>
      <comments>https://louky0714.tistory.com/177#entry177comment</comments>
      <pubDate>Tue, 30 Jul 2024 07:15:55 +0900</pubDate>
    </item>
    <item>
      <title>[mac] IntelliJ Idea의 메모리 사용율 및 설정</title>
      <link>https://louky0714.tistory.com/176</link>
      <description>오랜만에 끄적거려 봅니다.&amp;nbsp;
&amp;nbsp;
최근에 iterm 터미널 대신에 인텔리제이에서 작업을 많이 하고 있습니다.&amp;nbsp;
인텔리제이를 사용하다보면 프로젝트 창을 몇개 띄어 놓지 않았음에도 &amp;nbsp;느려지거나 뺑뺑이 돌거나 응답없음이 발생할때가 종종 있었습니다.&amp;nbsp;
맥북의 시스템 자원은 남아 도는데 이상하리 만큼 인텔리제이에서만 자주 발생을 하다보니 사용하다가 불편이 이만저만 아니였습니다.

글을 쓰던 중.... 갑자기 응답이 없어..</description>
      <category>운영체제/MAC</category>
      <category>IntelliJ</category>
      <category>intellij memory</category>
      <category>intellij memory usage check</category>
      <category>인텔리제이</category>
      <category>인텔리제이 메모리</category>
      <category>인텔리제이 힙메모리</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/176</guid>
      <comments>https://louky0714.tistory.com/176#entry176comment</comments>
      <pubDate>Wed, 24 Apr 2024 11:57:13 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] Tar를 이용한 원격지 or Local 파일 copy</title>
      <link>https://louky0714.tistory.com/145</link>
      <description>A_SVR : &amp;nbsp;로컬서버
B_SVR : 원격지 서버(Remote server)
&amp;nbsp;
CASE1. A 라는 local서버에서 &amp;nbsp; B라는 &amp;nbsp;원격지 서버로 &quot;test&quot;라는 파일(또는 디렉토리를) &amp;nbsp;Tar 명령어를 통해 보내고자 &amp;nbsp;할 경우 아래와 같이 명령어를 사용할 수 있다.
&amp;nbsp;
Usage ) &amp;nbsp;cd [PATH] &amp;amp;&amp;amp; tar cf - test | ssh -oStrictHost..</description>
      <category>운영체제/Linux</category>
      <category>copy ssh</category>
      <category>copy tar</category>
      <category>remote tar ssh copy</category>
      <category>scp 대체</category>
      <category>ssh tar</category>
      <category>ssh tar copy</category>
      <category>tar</category>
      <category>tar copy</category>
      <category>tar exclude</category>
      <category>tar ssh</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/145</guid>
      <comments>https://louky0714.tistory.com/145#entry145comment</comments>
      <pubDate>Fri, 5 Jan 2024 08:31:03 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] tee Command를 이용한 stdout / stderr 처리 관련</title>
      <link>https://louky0714.tistory.com/175</link>
      <description>간만에 끄적 거려 봅니다.

&amp;nbsp;
최근 CI/CD를 하다보니 Error 상황을 많이 마주치게 됩니다.&amp;nbsp;
리눅스 커맨드를 사용할때 Error가 발생할 경우 파일로도 저장을 하고 싶고 종료하고 싶을때도 있습니다.
다양한 방법이 있겠지만. 그중 tee command를 이용한 처리 방법입니다.
&amp;nbsp;
정답은 아닙니다. 다만.. 필자가 겪은 내용을 토대로 작성한 내용이며, 필자 또는 또 다른 누군가가 저와 같은 고충을 겪었을때 조금이나마 도..</description>
      <category>운영체제/Linux</category>
      <category>tee</category>
      <category>tee stdout/stderr</category>
      <category>tee를 이용한 표준출력 제어</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/175</guid>
      <comments>https://louky0714.tistory.com/175#entry175comment</comments>
      <pubDate>Wed, 6 Dec 2023 14:12:16 +0900</pubDate>
    </item>
    <item>
      <title>[Database] AWS RDS  mysql dump시...warning..</title>
      <link>https://louky0714.tistory.com/174</link>
      <description>기억을 했음에도 잊어버리곤 하기에 글을 남겨 본다.

&amp;nbsp;
AWS RDS를 사용하다보면 아주 가끔은 dump를 실행해야 하는 경우는 필요하다.
&amp;nbsp;
mysqldump 명령어를 이용해서 dump시 아래와 같은 warning을 마주하게 된다.
이때 당황해 하지 말고 옵션을 추가하여 dump를 진행하면 된다. &amp;nbsp;
&amp;nbsp;
Warning msg #1&amp;nbsp;
Warning: A partial dump from a server tha..</description>
      <category>DB/Mysql</category>
      <category>mysqldump warning</category>
      <category>mysqldump warning option</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/174</guid>
      <comments>https://louky0714.tistory.com/174#entry174comment</comments>
      <pubDate>Thu, 2 Nov 2023 12:08:41 +0900</pubDate>
    </item>
    <item>
      <title>[Mac] Intellij 터미널에서 실행하기</title>
      <link>https://louky0714.tistory.com/173</link>
      <description>Mac을 사용하다 보면 터미널에서 소스 파일을 intellij idea로 열어 보고자 할때의 설정 방법이다.&amp;nbsp;
&amp;nbsp;
먼저 &amp;nbsp;Intellij를 실행 시켜서 상단의 &amp;nbsp;tool 메뉴안의 &quot;Create Command-line Launcher...&quot; 를 클릭한다.&amp;nbsp;

클릭을 하면 아래와 같이 생성할 &amp;nbsp;script 경로와 실행파일을 명을 입력하게 되는데 기본으로 &quot;/usr/local/bin/idea&quot;로 생성하게 ..</description>
      <category>운영체제/MAC</category>
      <category>Idea</category>
      <category>IntelliJ IDEA</category>
      <category>IntelliJ teminal</category>
      <category>terminal 실행</category>
      <category>인텔리제이 터미널 실행</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/173</guid>
      <comments>https://louky0714.tistory.com/173#entry173comment</comments>
      <pubDate>Thu, 20 Apr 2023 13:52:17 +0900</pubDate>
    </item>
    <item>
      <title>[Ubuntu] apt 로 설치 가능 버전 확인 및 특정 버전으로 설치</title>
      <link>https://louky0714.tistory.com/172</link>
      <description>ubuntu PKG 관리 Command인 apt-get or apt &amp;nbsp;명령어로 설치하고자 하는 PKG의 설치 가능 버전 확인 방법과 특정 버전으로 설치 하는 방벙에 대한 내용이다.&amp;nbsp;
&amp;nbsp;
설치 가능 버전 확인

사용방법

sudo apt-cache policy {pkg_name}

예시

ubuntu@localhost:~$ sudo apt-cache policy tcpdump
tcpdump:
  Installed: (none)
..</description>
      <category>apt pkg 버전 확인</category>
      <category>apt 설치 버전 확인</category>
      <category>apt 특정 버전으로 설치</category>
      <category>ubuntu apt</category>
      <category>ubuntu pkg 특정 버전으로 설치</category>
      <category>특정 버전으로 설치</category>
      <author>louky</author>
      <guid isPermaLink="true">https://louky0714.tistory.com/172</guid>
      <comments>https://louky0714.tistory.com/172#entry172comment</comments>
      <pubDate>Tue, 28 Feb 2023 16:45:45 +0900</pubDate>
    </item>
  </channel>
</rss>