3월, 2025의 게시물 표시

aws 관련

  bastion host vs session manager https://www.lgcns.com/blog/cns-tech/aws-ambassador/40899/ https://teri0411.github.io/aws/2022/12/16/bastion-host%EC%99%80-Session-manager-%EA%B7%B8%EB%A6%AC%EA%B3%A0-bastion-Service.html https://musma.github.io/2019/11/29/about-aws-ssm.html

tmux 사용법

 `tmux`는 터미널 멀티플렉서(terminal multiplexer)로, 하나의 터미널에서 여러 개의 세션을 만들고, 창을 나누고, 백그라운드에서도 세션을 유지할 수 있게 해주는 도구야. SSH로 서버에 접속할 때 특히 유용하지. 기본적인 사용법을 아래에 정리해볼게: * * * * * ### ✅ 기본 명령어 | 동작 | 명령어 | | --- | --- | | 새 세션 생성 | `tmux` 또는 `tmux new -s 세션이름` | | 세션 목록 보기 | `tmux ls` | | 세션에 다시 접속 | `tmux attach -t 세션이름` | | 세션 종료 | `exit` 또는 `Ctrl-b` → `:` → `kill-session` | | 세션 분리(detach) | `Ctrl-b` 누른 후 `d` | * * * * * ### ✅ 창/패널 관련 | 동작 | 키 조합 | | --- | --- | | 새 창 생성 | `Ctrl-b` → `c` | | 창 간 이동 | `Ctrl-b` → 숫자 (예: `0`, `1`) | | 창 이름 변경 | `Ctrl-b` → `,` | | 수평 분할 | `Ctrl-b` → `"` | | 수직 분할 | `Ctrl-b` → `%` | | 패널 간 이동 | `Ctrl-b` → 화살표 키 | | 패널 종료 | 해당 패널에서 `exit` | | 패널 크기 조절 | `Ctrl-b` 누른 상태로 `Ctrl` + 화살표 | * * * * * ### ✅ 자주 쓰는 팁 -   세션이 끊기더라도(예: SSH 접속 종료) 세션은 유지돼서 다시 `tmux attach -t 세션이름` 하면 이어서 작업할 수 있어. -   `.tmux.conf` 파일을 이용해 키 바인딩이나 색상 등을 커스터마이징할 수 있어.

ci cd 관련 정리 블로그글 찾은거

GitLab CI/CD 구축 https://soonmin.tistory.com/87 깃랩 ci cd jenkins 차이 https://insight.infograb.net/blog/2023/08/10/gitlab-jenkins-comparision/ 배포 전략 관련 https://velog.io/@gehwan96/CICD-%EB%B0%B0%ED%8F%AC-%EC%A0%84%EB%9E%B5-%EC%A0%95%EB%A6%AC https://dev.classmethod.jp/articles/ci-cd-deployment-strategies-kr/ https://dev.classmethod.jp/author/jung-haeun/

zxing 관련 글 블로그

  https://velog.io/@yys7517/Android-Android%EC%97%90%EC%84%9C-QR-%EC%BD%94%EB%93%9C-%EB%8B%A4%EB%A4%84%EB%B3%B4%EA%B8%B0-2-Zxing https://dev-huhu.tistory.com/9 https://velog.io/@leeyjwinter/ViewModel-LiveData-%EC%9E%90%EC%B2%B4%EB%A5%BC-Data-Binding%ED%95%98%EA%B8%B0 https://heegs.tistory.com/101 https://blog.naver.com/mhh2028/221894615541 https://soft-warm-up-cookie-lab.tistory.com/234