<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>바이후의 잡다구리구리~&amp;hearts;</title>
    <link>https://byhou.tistory.com/</link>
    <description>사람은 생각하는 대로 된닭!</description>
    <language>ko</language>
    <pubDate>Tue, 19 May 2026 15:51:11 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>쑤기c</managingEditor>
    <image>
      <title>바이후의 잡다구리구리~&amp;hearts;</title>
      <url>https://t1.daumcdn.net/cfile/tistory/157DED274A25D30260</url>
      <link>https://byhou.tistory.com</link>
    </image>
    <item>
      <title>[시놀로지 NAS] Docker로 Redmine 설치 (DSM 7.3, ds218+)</title>
      <link>https://byhou.tistory.com/491</link>
      <description>[시놀로지 NAS] Docker로 Redmine 설치하기 (삽질기 포함)
안녕하세요! 오늘은 시놀로지 NAS에 프로젝트 관리 도구인 Redmine을 설치하는 과정을 정리해보려 합니다. 처음 시도하면서 꽤 많은 시행착오(삽질)를 겪었는데, 저처럼 고생하지 마시라고 A부터 Z까지 상세하게 기록해 둡니다. 나중에 저도 다시 볼 겸요. ^^;

0. 전체 구조 이해하기 (우리가 만들 집의 설계도)
Redmine을 설치하려면 총 3가지의 컨테이너(방)가 필요합니..</description>
      <category>시놀로지NAS활용</category>
      <category>docker_manager</category>
      <category>MariaDB</category>
      <category>redmine</category>
      <category>synology</category>
      <category>Synology_nas_218+</category>
      <category>webstation</category>
      <category>시놀로지nas</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/491</guid>
      <comments>https://byhou.tistory.com/491#entry491comment</comments>
      <pubDate>Wed, 31 Dec 2025 21:07:23 +0900</pubDate>
    </item>
    <item>
      <title>VSCode 사용 모음 (updated: 25.12.25)</title>
      <link>https://byhou.tistory.com/481</link>
      <description>VSCode 단축키
1) Terminal창: Ctrl + `
2) Bookmark(Extension: bookmark 설치필요):&amp;nbsp;

Bookmarks: Toggle - 해당 코드 북마크 생성/취소★
Bookmarks: Toggle Labeled - 해당 코드를 라벨화하여 생성/취소 ★
Bookmarks: List - 현재 파일에 생성된 북마크 리스트 확인&amp;nbsp;★
해당 명령어를 입력하면 또 입력창이 뜹니다. 입력창에 라벨 이름을 정하면 액..</description>
      <category>Programming/개발환경+도구</category>
      <category>npm</category>
      <category>vscode_terminal</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/481</guid>
      <comments>https://byhou.tistory.com/481#entry481comment</comments>
      <pubDate>Thu, 25 Dec 2025 18:00:37 +0900</pubDate>
    </item>
    <item>
      <title>Gradle 사용 명령어 모음 (25.12.15)</title>
      <link>https://byhou.tistory.com/490</link>
      <description>&amp;nbsp;
./gradlew --stop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # 데몬 모두 종료
./gradlew clean build --refresh-dependencies
./gradlew bootRun	
# 또는 ./gradlew --no-daemon bootRun --stacktrace --info
&amp;nbsp;</description>
      <category>Programming/개발환경+도구</category>
      <category>그래들_명령어</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/490</guid>
      <comments>https://byhou.tistory.com/490#entry490comment</comments>
      <pubDate>Mon, 15 Dec 2025 17:41:30 +0900</pubDate>
    </item>
    <item>
      <title>java class 파일들 한번에 디컴파일(Decompile) with jd-cli</title>
      <link>https://byhou.tistory.com/489</link>
      <description>레거시 소스를 class 파일들로 받았다.
로직을 그대로 옮겨야한단다.
해서, 디컴파일이 필요한데 jd-gui는 파일별로 실행해야해서 피곤하니 jd-cli를 사용해서 하위 디렉토리 포함하여 모든 class파일을 한번에 디컴파일한 방법을 기술한다.
&amp;nbsp;
&amp;nbsp;
1. JDK 8이상 설치 필요
2. JD-CLI 다운로드 (https://github.com/kwart/jd-cli/releases)
유의사항은 Release 중에 소스만 있는 경우도 ..</description>
      <category>Programming/Java</category>
      <category>java_decompile</category>
      <category>자바클래스파일_한꺼번에_디컴파일</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/489</guid>
      <comments>https://byhou.tistory.com/489#entry489comment</comments>
      <pubDate>Wed, 29 Oct 2025 10:04:07 +0900</pubDate>
    </item>
    <item>
      <title>[Sequelize] associations(관계) 정의</title>
      <link>https://byhou.tistory.com/487</link>
      <description>1-1, 1-N, N-M 등 모델 간에 관계를 정의해 둬야 JOIN(include)를 알아서 처리한다.DBMS에 있는 관계정의와 상관없이 sequelize 모델에 정의되어 있어야 함.A belongsTo B (One-To-One or One-To-Many): A가 B에 속한다.City.belongsTo(Coutry) -&amp;gt; city.getContry()A hasMany B (One-to-Many): A는 많은 B를 가진다.country.hasMany..</description>
      <category>DB</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/487</guid>
      <comments>https://byhou.tistory.com/487#entry487comment</comments>
      <pubDate>Wed, 26 Mar 2025 14:23:20 +0900</pubDate>
    </item>
    <item>
      <title>각종 민원/기관 링크 모음 (continue..)</title>
      <link>https://byhou.tistory.com/484</link>
      <description>lastUpdated: 2023.08.08
&amp;nbsp;
▼건강보험/국민연금 : 자동이체 신청하기 (updated: 2023.08.08)
https://www.nhis.or.kr/nhis/index.do

&amp;nbsp;

국민건강보험
이벤트 1 / 8
www.nhis.or.kr



메뉴: 개인민원 &amp;gt; 보험료납부 &amp;gt; 자동이체신청
자동이체 서비스 제공시간: 09:00 ~ 22:00입니다.(토,일요일 및 공휴일 제외)

▼큐넷 : 국가자격증 응시
h..</description>
      <category>일상</category>
      <category>4대보험</category>
      <category>민원</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/484</guid>
      <comments>https://byhou.tistory.com/484#entry484comment</comments>
      <pubDate>Tue, 8 Aug 2023 08:47:00 +0900</pubDate>
    </item>
    <item>
      <title>[postgresql] 메타데이터 &amp;amp; 자주쓰는 쿼리(정리중..)</title>
      <link>https://byhou.tistory.com/483</link>
      <description>lastUpdated: 2023.12.08
&amp;nbsp;
▼DB 용어
#DDL(Data Definition Language): CREATE/DROP, ALTER(스키마/도메인/테이블/뷰/인덱스를 정의/변경/제거 등)
#DML(Data Manipulation Language): INSERT/UPDATE/DELETE(데이터 관리)
#DCL(Data Control Language): COMMIT/ROLLBACK, GRANT/REVOKE (보안/무결성/회복/병행..</description>
      <category>DB</category>
      <category>dbquery</category>
      <category>PostgreSQL</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/483</guid>
      <comments>https://byhou.tistory.com/483#entry483comment</comments>
      <pubDate>Tue, 18 Jul 2023 09:34:14 +0900</pubDate>
    </item>
    <item>
      <title>[mysql/mariadb] 자주 사용 쿼리 &amp;amp; 메타데이터 (continue)</title>
      <link>https://byhou.tistory.com/482</link>
      <description>&amp;nbsp;
-- DBMS Version 확인
select @@version; --또는 select version();

-- 모든 시스템 변수 리스트
SHOW GLOBAL VARIABLES;
-- SHOW GLOBAL VARIABLES LIKE 'char%';
-- SHOW GLOBAL VARIABLES LIKE 'collation%';

-- database(=schema) 목록
SELECT DISTINCT table_schema FROM INFOR..</description>
      <category>DB</category>
      <category>INFORMATION_SCHEMA</category>
      <category>MariaDB</category>
      <category>metadata</category>
      <category>mysql</category>
      <category>query</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/482</guid>
      <comments>https://byhou.tistory.com/482#entry482comment</comments>
      <pubDate>Wed, 12 Oct 2022 10:03:14 +0900</pubDate>
    </item>
    <item>
      <title>[javascript] 주 사용 키워드 메모 [continue..]</title>
      <link>https://byhou.tistory.com/480</link>
      <description>&amp;nbsp;
forEach
map
filter
reduce
&amp;nbsp;
#Object 다루기
&amp;nbsp;
&amp;nbsp;
#Array 다루기
Array.prototype.push().apply(...)
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/push
&amp;nbsp;
# Array 초간단 초기화
const arrList = [...Array(10).ke..</description>
      <category>Web Programming/기초부터</category>
      <category>Javascript</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/480</guid>
      <comments>https://byhou.tistory.com/480#entry480comment</comments>
      <pubDate>Fri, 5 Nov 2021 13:29:25 +0900</pubDate>
    </item>
    <item>
      <title>[Git] 초간단 bash명령어 정리</title>
      <link>https://byhou.tistory.com/479</link>
      <description>git config (user정보)git clone (git site에서 clone url copy)git branch -t origin/내브랜치 (개인용 branch사용하는 경우, remote에서 생성후 local로 당기기)git branch -vv&amp;nbsp; (branch list 확인, remote 매핑 브랜치도 확인)&amp;nbsp;
* Git 설치 및 커맨드창 실행
Git 설치:&amp;gt; Git-2.x.x-64.exe 설치 (/bin/bash.exe ..</description>
      <category>Web Programming/개발환경</category>
      <category>bash</category>
      <category>git</category>
      <category>git bash</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/479</guid>
      <comments>https://byhou.tistory.com/479#entry479comment</comments>
      <pubDate>Thu, 7 Oct 2021 10:38:05 +0900</pubDate>
    </item>
    <item>
      <title>[java] 자료형, x진수 표현법</title>
      <link>https://byhou.tistory.com/478</link>
      <description>▼기본 자료형(primitive data type)
자료형의 표현범위는 [2의 N승 - 1] (부호 표현용 1비트 제외)

&amp;nbsp;

public static void main(String[] args) {
	//▼정수(decimal)
	int num = 10;		// 10진수
	int bNum = 0B1010;	// 2진수(binary): 0B+XXXX (32비트중 앞자리는 자동0)
	int oNum = 012;		// 8진수: 0+XXXX
	in..</description>
      <category>Programming/Java</category>
      <category>자바16진수</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/478</guid>
      <comments>https://byhou.tistory.com/478#entry478comment</comments>
      <pubDate>Sat, 18 Sep 2021 16:56:40 +0900</pubDate>
    </item>
    <item>
      <title>crontab 스케쥴 설정값</title>
      <link>https://byhou.tistory.com/477</link>
      <description>초(0~59) ┃분(0~59) ┃시(0~23) ┃일(1~31) ┃월(1~12) ┃요일(0~6,0=일요일)
0 0 1 * * ?
:매일 새벽1시

0 0 18 14,24 * *
:매달 14,24일 18시에 실행

0 0 18 14-24 * *
:매달 14일 부터~24일 까지 18시에 실행

0 5,11 * * * 
: 새벽 5시와 밤 11시.

5 * * * * 
: 매시 5분이 될 때마다 실행. 즉, 한 시간 간격으로 실행.

0 5 * 1 * ?
: ..</description>
      <category>LINUX+UNIX</category>
      <category>crontab</category>
      <category>배치스케쥴</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/477</guid>
      <comments>https://byhou.tistory.com/477#entry477comment</comments>
      <pubDate>Sun, 29 Aug 2021 16:11:01 +0900</pubDate>
    </item>
    <item>
      <title>[java] HttpURLConnection - GET/POST</title>
      <link>https://byhou.tistory.com/475</link>
      <description>
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Date;

import org...</description>
      <category>Programming/Java</category>
      <category>HttpURLConnection</category>
      <category>java</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/475</guid>
      <comments>https://byhou.tistory.com/475#entry475comment</comments>
      <pubDate>Fri, 6 Aug 2021 13:23:08 +0900</pubDate>
    </item>
    <item>
      <title>[Java] jackson - ObjectMapper 정리 [계속..]</title>
      <link>https://byhou.tistory.com/474</link>
      <description>배경: jackson 1.9 이하 버전에서 필요해짐.
출처: 직렬화&amp;amp;역직렬화

public class Coordinates {
    byte red;

    @JsonProperty(&quot;r&quot;)
    public byte getR() {
      return red;
    }

    @JsonProperty(&quot;red&quot;)
    public void setRed(byte red) {
      this.red = red;
    }
}
//..</description>
      <category>Programming/Java</category>
      <category>ObjectMapper</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/474</guid>
      <comments>https://byhou.tistory.com/474#entry474comment</comments>
      <pubDate>Fri, 23 Jul 2021 10:44:49 +0900</pubDate>
    </item>
    <item>
      <title>[Java] 클래스 속성명으로 객체 속성값 설정하기</title>
      <link>https://byhou.tistory.com/473</link>
      <description>Customer classObj = new Customer();
System.out.println(&quot;[Before] classObj.contractId2 = &quot;+classObj.getContractId2());
Field field;
try {
	field = classObj.getClass().getDeclaredField(&quot;contractId2&quot;);
	field.setAccessible(true);
	field.set(classObj, &quot;설정값&quot;);..</description>
      <category>Programming/Java</category>
      <category>getDeclaredField</category>
      <author>쑤기c</author>
      <guid isPermaLink="true">https://byhou.tistory.com/473</guid>
      <comments>https://byhou.tistory.com/473#entry473comment</comments>
      <pubDate>Mon, 19 Jul 2021 13:34:20 +0900</pubDate>
    </item>
  </channel>
</rss>