💻 All Article

📁 OS/Mac

[Mac] 앱 삭제, 모든 정보 삭제 방법 (AppCleaner 활용, 맥)

맥을 초기화시키는게 가장 좋겠지만... 그렇지 못할 경우도 있죠.. (간혹 내 PC가 아니라던가..)앱 삭제와 앱 삭제 후 남은 정보까지 완전 삭제하는 방법에 대해 알아보겠습니다. 1. 앱 로그아웃- 앱 내에서 로그아웃 2. Appcleaner 활용- 모든 정보 삭제 + 앱 삭제https://app-cleaner.com/ App Cleaner & UninstallerNotarized by Apple 9 languages support 4.9 star rating Free to try Deleting software on a Mac is not just about dragging applications to Trash. If you want to remove applications from Mac en..

📁 OS/Mac

[Mac] mac 정보, 지금까지 사용한 어플 모음

리셋 기념 + 카톡 모든 건 로그아웃!

📁 OS/Mac

[Mac] 맥 필수 어플 RunCat(CPU 확인) 등

다운:https://apps.apple.com/kr/app/runcat/id1429033973?mt=12 ‎RunCat‎The cat takes up residence in your Mac's menu bar, and he just keeps running! The cat will run at a speed that depends on the CPU usage on your Mac. You can see how much the current CPU usage is by looking at the running of the cat. How about looking atapps.apple.com  다른 필수 어플 보기:https://blog.naver.com/yjg01212/223494234987 맥북 필수..

📁 SW Testing

[성능테스트] 모니터링 pinpoint 설치하기

- 개요https://loy124.tistory.com/406 주요 APM 도구 분석하기목적 개발을 진행하다보면 내가 남기는 로그와 부가 요소만으로는 성능 개선에 한계를 느끼는 경우가 많다. 따라서 실시간으로 애플리케이션의 성능을 모니터링 해주는 Application Performance Managemloy124.tistory.com 환경- 우분투 22.04- docker version: 27.4.1 pinpoint - 도커 세팅2025.01.07 - [📁 Back-end & 👩🏻‍💻/Docker] - [Docker] Ubuntu 22.04 Docker 설치 - pinpoint 설치1) 설치# agent 설치: 2.5.3 다운로드wget https://github.com/pinpoint-apm/p..

📁 Back-end & 👩🏻‍💻/Docker

[Ubuntu] Java 11, 17 설치 및 버전 변경하기

250228 /usr/libexec/java_home -V Java 버전이 11로 되어 있음 -> 17로 변경하려고 함 ✅ JDK 17로 변경 (zsh 적용)Mac에서는 update-alternatives가 없기 때문에 JAVA_HOME을 직접 변경해야 해.1️⃣ 일시적으로 JDK 17로 변경 (현재 터미널 세션에서만 유효)export JAVA_HOME=/opt/homebrew/Cellar/openjdk@17/17.0.14/libexec/openjdk.jdk/Contents/Home export PATH=$JAVA_HOME/bin:$PATH👉 이렇게 하면 현재 터미널에서만 Java 17이 활성화됨.👉 터미널을 닫으면 원래 상태로 돌아가니, 영구 적용하려면 아래 단계 진행! 2️⃣ 영구적으로 JDK 1..

📁 Back-end & 👩🏻‍💻/Docker

[Docker] Ubuntu 22.04 Docker 설치

실행환경Ubuntu 22.04Docker 설치방법 1. 우분투 시스템 패키지 업데이트sudo apt-get update2. 필요한 패키지 설치sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 3. Docker의 공식 GPG키를 추가curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 4. Docker의 공식 apt 저장소를 추가sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_relea..

SOIT
'분류 전체보기' 카테고리의 글 목록