<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>마노DEV마노</title>
    <link>https://devmh.tistory.com/</link>
    <description>열심히 공부하고 개발하겠습니다!!</description>
    <language>ko</language>
    <pubDate>Wed, 15 Apr 2026 01:25:31 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>C마노</managingEditor>
    <image>
      <title>마노DEV마노</title>
      <url>https://t1.daumcdn.net/cfile/tistory/23502946581B0FC70A</url>
      <link>https://devmh.tistory.com</link>
    </image>
    <item>
      <title>Debian에 Redis 설치.</title>
      <link>https://devmh.tistory.com/36</link>
      <description>1. &amp;nbsp;vi /etc/apt/sources.list.d/dotdeb.list 파일을 만듬.deb http://mirrors.teraren.com/dotdeb/ stable all
deb-src http://mirrors.teraren.com/dotdeb/ stable all위의 내용 복사 붙여넣기.2. GPG 키를 다운로드 받고 설치한다.wget https://www.dotdeb.org/dotdeb.gpg
sudo apt-key add dotd..</description>
      <category>Linux</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/36</guid>
      <comments>https://devmh.tistory.com/36#entry36comment</comments>
      <pubDate>Mon, 26 Jun 2017 12:21:18 +0900</pubDate>
    </item>
    <item>
      <title>파이썬 epochTime을 원하는 포멧의 Date로</title>
      <link>https://devmh.tistory.com/35</link>
      <description>import timetime.strftime('%Y-%m-%d %H:%M:%S', time.localtime(1347517370))</description>
      <category>Python</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/35</guid>
      <comments>https://devmh.tistory.com/35#entry35comment</comments>
      <pubDate>Thu, 22 Jun 2017 10:15:40 +0900</pubDate>
    </item>
    <item>
      <title>Pycharm 에서 무조건 세팅해줘야 할것.</title>
      <link>https://devmh.tistory.com/33</link>
      <description>If you want to&amp;nbsp;just remove background, you will have to edit your color scheme at &quot;Settings/Preferences | Editor | Colors &amp;amp; Fonts | General | Injected language fragment&quot; (actual style may be called a bit differently in different IDE version -- ju..</description>
      <category>Python</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/33</guid>
      <comments>https://devmh.tistory.com/33#entry33comment</comments>
      <pubDate>Thu, 18 May 2017 15:08:06 +0900</pubDate>
    </item>
    <item>
      <title>파일은 남겨두고 파일 내용만 지우고자 할 때.</title>
      <link>https://devmh.tistory.com/32</link>
      <description>파일은 남겨두고 파일 내용만 지우고자 할 때.&amp;nbsp;cat /dev/null &amp;gt; 해당파일</description>
      <category>Linux/Ubuntu</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/32</guid>
      <comments>https://devmh.tistory.com/32#entry32comment</comments>
      <pubDate>Wed, 17 May 2017 15:38:33 +0900</pubDate>
    </item>
    <item>
      <title>[Flask] Flask - wsgi - nginx 연동.</title>
      <link>https://devmh.tistory.com/30</link>
      <description>1. sudo apt-get update2. sudo apt-get upgrade3. sudo apt-get install python3-pip python3-dev nginx4. 가상환경을 원하는 위치 생성5. 가상환경 active6. pip install uwsgi flask7. 프로젝트 붙혀넣고 그 폴더안에flaskapp.ini 만들고--아래를 넣는다--[uwsgi]module = main:appmaster=trueprocesses=5socket ..</description>
      <category>Python</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/30</guid>
      <comments>https://devmh.tistory.com/30#entry30comment</comments>
      <pubDate>Mon, 15 May 2017 17:36:35 +0900</pubDate>
    </item>
    <item>
      <title>aptana 연동시 SFTP 설정.</title>
      <link>https://devmh.tistory.com/29</link>
      <description>On remote server edit sshd_config:nano /etc/ssh/sshd_configAdd the following line :Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,blowfish-cbc,aes128-cbc,3des-cbc,cast128-cbc,arcfour,ae..</description>
      <category>Linux/Ubuntu</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/29</guid>
      <comments>https://devmh.tistory.com/29#entry29comment</comments>
      <pubDate>Fri, 12 May 2017 17:40:43 +0900</pubDate>
    </item>
    <item>
      <title>[Pycharm] 윈도우즈에서 runserver시 process exit 발생시</title>
      <link>https://devmh.tistory.com/28</link>
      <description>Pycharm으로 manage.py startrunserver나아니면 자체적으로 서버를 런할경우자꾸 Process Exit (0) 이러면서 꺼지는경우가 있는데;이것은 마소자체적인 버그라고 한다;아래처럼 설정해주면 해당 에러가 나지 않는다.</description>
      <category>Python/Django</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/28</guid>
      <comments>https://devmh.tistory.com/28#entry28comment</comments>
      <pubDate>Wed, 5 Apr 2017 10:16:42 +0900</pubDate>
    </item>
    <item>
      <title>[Django] Abstract base class, Multi-table 상속, Proxy Model</title>
      <link>https://devmh.tistory.com/27</link>
      <description>* Abstract Base Class&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;- 어떠한 공통적인 필드를 여러 모델에 삽입하려는 경우에 유용&amp;nbsp; &amp;nbsp;- 실제로 테이블을 생성하지 않음&amp;nbsp; &amp;nbsp;- 기본 클래스를 작성후에 그안에 Meta 클래스 작성후&amp;nbsp;abstract=True&amp;nbsp;를 넣어줌&amp;nbsp; &amp;nbsp;- 부모필드 ( 즉 여기선 abstract Class Model ) 과 같은 이름을 가지는 자식클래스..</description>
      <category>Python/Django</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/27</guid>
      <comments>https://devmh.tistory.com/27#entry27comment</comments>
      <pubDate>Tue, 4 Apr 2017 12:21:54 +0900</pubDate>
    </item>
    <item>
      <title>[Django]Coding Style</title>
      <link>https://devmh.tistory.com/26</link>
      <description>[파이썬 스타일]1. 파이썬 파일은 들여쓰기에 space 4칸을 사용하십시오. HTML은 2칸을 사용합니다.2. 따로 명시가 되어있지 않는 한은 PEP8을 따릅니다.flake8을 사용해서 문제가 있는 코드를 확인하고, 특히 하나가 PEP8이랑 다른데 바로 79길이제한입니다.코드줄을 79로 제한할 필요는 없습니다. 79자의 코드 길이는 GitHub 코드를 볼때 최적화된 너비이므로 Django에서는 119자까지 허용합니다.&amp;nbsp;3. 들여쓰기에는 4개의..</description>
      <category>Python/Django</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/26</guid>
      <comments>https://devmh.tistory.com/26#entry26comment</comments>
      <pubDate>Mon, 3 Apr 2017 14:31:24 +0900</pubDate>
    </item>
    <item>
      <title>Node.js npm install 시 자꾸 Kill을 뱉을때</title>
      <link>https://devmh.tistory.com/25</link>
      <description>npm verb about to build /home/username/html/node_modules/laravel-elixir/node_modules/partialify
npm info build /home/username/html/node_modules/laravel-elixir/node_modules/partialify
npm verb afterAdd /home/username/.npm/is-glob/2.0.1/package/package.json..</description>
      <category>Linux/Ubuntu</category>
      <author>C마노</author>
      <guid isPermaLink="true">https://devmh.tistory.com/25</guid>
      <comments>https://devmh.tistory.com/25#entry25comment</comments>
      <pubDate>Wed, 29 Mar 2017 10:39:17 +0900</pubDate>
    </item>
  </channel>
</rss>