본문 바로가기

전체 글

(4558)
Windows Proxy 설정 https://hotman.tistory.com/entry/%EC%9C%88%EB%8F%84-10-proxy-%EC%84%A4%EC%A0%95-command
MS SQL Version 정보 쿼리 select @@version;
PostgreSQL CDC사용하기 https://materialize.com/docs/integrations/cdc-postgres/#direct-postgres-source
Postgres Debezium Source Connector 권한 필요 https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-permissions Debezium connector for PostgreSQL :: Debezium Documentation Tombstone events When a row is deleted, the delete event value still works with log compaction, because Kafka can remove all earlier messages that have that same key. However, for Kafka to remove all messages that have that same key, the..
docker container를 새로운 이미지로 만들기 docker commit '현재container이름' '새로운이미지:version'
Linux(CentOS) pwd (pring working directory) pwd는 현재 working directory를 찍어보는 기능으로 옵션은 두개가 있다. -L (--logical) - Do not resolve symlinks. -P (--physical) - Display the physical directory, without any symbolic links.
Slack API 알림설정 먼저 Slack에 워크스페이스를 만든다. Customize your workspace | Slack 에 접속한다. Create App를 눌러 새로운 App를 생성한다. From scratch를 선택한다. App Name 과 1번에서 만든 workspace를 선택한다. 왼쪽 Panel에서 OAuth & Permissons를 선택하고 Scopes 섹션에서 버튼 ‘Add an OAuth Scope'를 클릭하여 chat:write, incoming-webhook 를 생성한다. 왼쪽 Panel에서 Incoming Webhooks를 선택한다. Sampe curl request를 복사해서 실행시켜 본다. 메신저가 오면 성공이다.
Java version의 주용 특징들 https://velog.io/@ljo_0920/java-%EB%B2%84%EC%A0%84%EB%B3%84-%EC%B0%A8%EC%9D%B4-%ED%8A%B9%EC%A7%95