본문 바로가기

전체 글165

Linux / Redhat - 방화벽(firewall) 포트 목록 조회, 추가 Redhat Enterprise Linux에 Application 8080포트 서비스에 접근하기 위해 방화벽을 다음과 같이 추가합니다. 방화벽 허용 포트 리스트 조회 [root@localhost ~]# firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: ens192 sources: services: cockpit dhcpv6-client ssh ports: 9601/tcp 9611/tcp protocols: forward: no masquerade: no forward-ports: source-ports: icmp-blocks: rich rules: ports에서 보는바와 같이 9601, 9.. 2023. 6. 30.
JetBrains IntelliJ Google Style Linter 적용하기 Google Style Linter 적용하기 1. IntelliJ에 구글스타일 린터를 적용하기 위해서 아래 링크로 접속하여 스타일정의 포맷(xml)을 다운받는다. https://github.com/google/styleguide GitHub - google/styleguide: Style guides for Google-originated open-source projects Style guides for Google-originated open-source projects - GitHub - google/styleguide: Style guides for Google-originated open-source projects github.com 2. IntelliJ에 적용하기 Scheme > Import.. 2023. 6. 25.
JetBrains IntelliJ Spring boot - Dev tools 적용시키는 법 1. File - Settings 에서 "찾기"에 allow auto-make를 검색한다. 2. 아래 캡쳐처럼 체크 후 Apply 하여 코드 수정 시 자동 재기동 되는지 확인한다. 2023. 6. 24.
JetBrains IntelliJ 콘솔로그 한글 깨짐 문제 처리 IDE 한글 셋팅 1. 파일 인코딩 Default 수정 → UTF-8 File - Settings - Editor - File Encodings Global Encoding, Project Encoding, Default Encoding for properties files 모두 UTF-8로 변경 2. VM Options 수정 Help - Edit Custom VM Options -Xmx2048m -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 수정 후 재기동 2023. 6. 23.