Recent posts

[Jenkins] Dynamic stages in Jenkins pipeline

less than 1 minute read

Jenkins pipeline에서 동적 stage 생성하기 Jenkins pipeline을 구성하다 보면, 각 stage를 하나씩 구성하는 것이 아닌, 단순 job trigger를 구성할 때도 있습니다. 이 때 stage를 하나씩 추가하는 것은 너무 비효율적이고 유지보수에도 좋지...

[Windows] Windows 스크린샷 편하게 찍는 방법

less than 1 minute read

Windows 스크린샷 편하게 찍는 방법 Blog를 시작하면서 스크린샷을 찍을 일이 많은데, 보통 PrtSc key를 이용해 그림판에서 편집하거나 Windows에서 제공하는 캡처도구를 사용했습니다. 그러다 몇일 전 출근하면서 Youtube를 보다가 Windows에서 제공하는 단축...

[Git] Tag

less than 1 minute read

Git Tag 주로 release시 버전을 표시하기 위해 사용되며, commit을 참조하기 쉽도록 특정 commit에 이름을 붙이는 것을 말합니다.

[Linux] About ‘apt’ command

less than 1 minute read

apt command ‘apt’는 deb package의 설치, 업데이트, 제거 및 관리를 위한 command line 유틸리티입니다. deb은 데비안의 software package format을 나타냅니다. 보통 Ubuntu, Debian 및 관련 Linux 배포판에서 사용합니...

[Jekyll] Post with GitHub gist

less than 1 minute read

GitHub Gist를 이용한 post 내 code 공유 Gist? Gist는 짧은 코드(Code Snippet) 공유 목적으로 GitHub에서 제공하는 서비스입니다. Private, Public 상관 없이 모두 무료로 이용 가능합니다.

[Markdown] Insert image border in Markdown

less than 1 minute read

How to insert image border GitHub README.md 기준, Markdown 방식의 URL 기반 image는 구글링에서 해본 것들을 다 해보았으나 모두 실패했고, 테스트 상 아래 방식(HTML)만 유일하게 동작하는 것 같습니다.

[GitHub] GitHub Personal Access Token

1 minute read

GitHub Personal Access Token? Git이나 GitHub에서 clone이나 push를 할 때, 과거에는 ID/Password 혹은 SSH 인증 방식을 사용했었습니다. 현재는 ID/Password를 통한 인증방식을 사용할 수 없는 것으로 알고 있습니다. 대신에 P...

[GitHub] GitHub Actions secrets

less than 1 minute read

How to register new repository secret GitHub Action 사용 시 secret이 필요한 경우가 많습니다(예를 들면 clone action). Action을 등록하는 방식에는 repository secret과 organization secret이 ...

[Windows] Install WSL

less than 1 minute read

Install WSL Open PowerShell as administrator. wsl --install Restart PC

[Windows] Registry Editor

less than 1 minute read

How to open Registry Editor in Windows 10 In the search box on the taskbar, type regedit, then select Registry Editor (Desktop app) from the results. Ri...

[Docker] Private docker registry

1 minute read

Docker registry 구축 Registry 이미지 가져오기 docker pull registry Docker hub 공식 저장소에서 registry image download

[Metamask] Create Metamask wallet

less than 1 minute read

MetaMask? Ethereum 기반의 암호화폐 개인 지갑으로 사용 및 관리할 수 있는 Google extension program