맥 기준
1. git & homebrew
https://velog.io/@wijoonwu/Mac-OS-%EC%97%90%EC%84%9C-Git-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0
맥에서 Git 설치하기
Mac OS 에서 Git 설치하기
velog.io
2. vs code
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
3. python
https://www.python.org/downloads/macos/
Python Releases for macOS
The official home of the Python Programming Language
www.python.org
내장 파이썬 2.7이 아마 깔려있을것이므로 변경 필요
https://heytech.tistory.com/317
[Python] Mac에서 파이썬 기본 버전 변경 방법
오늘은 Mac에서 파이썬 기본 버전 변경 방법을 빠르게 알아봅니다. 명령어 4줄이면 돼요 :) Step 1. 파이썬 버전 확인 터미널을 열어 현재 파이썬 기본 버전을 알아봅니다. python --version 현재 파이썬
heytech.tistory.com
4. chrome
Chrome 웹브라우저
더욱 스마트해진 Google로 더 간편하고 안전하고 빠르게.
www.google.com
5. ms office 365
https://www.microsoft.com/ko-kr/microsoft-365
Microsoft 365 - Office 앱 구독 | Microsoft 365
Microsoft 365 구독에는 친숙한 Office 앱 집합, 지능형 클라우드 서비스, 세계적인 수준의 보안이 모두 한 곳에 포함되어 있습니다. 적합한 플랜을 찾으세요.
www.microsoft.com
계정 정보는 사내 메일 확인
+) ms office 365 사용을 위해 11.0 이상의 mac os를 사용해야 한다.
https://support.apple.com/ko-kr/HT211683
macOS를 다운로드하는 방법
최신 또는 이전 버전의 Mac 운영 체제를 다운로드하여 설치합니다.
support.apple.com
혹시 모르니 업데이트 확인
6. jdk
https://code-lab1.tistory.com/256
맥북(macOS) m1 자바(JDK 17) 다운로드 하기
맥북 m1 자바(JDK 17) 다운로드 Intel 맥북의 경우는 상관 없지만, m1은 Oracle Java 11버전을 지원하지 않는다. 따라서 Oracle Java가 아닌 다른 Java를 설치하는 식으로 Java를 사용했다. 하지만 Java 17버전 부
code-lab1.tistory.com
7. ES & Kibana
Elastic Search / kibana 설치 (맥os)
1. homebrew 설치하기 https://www.lainyzine.com/ko/article/how-to-install-homebrew-for-m1-apple-silicon/ 애플 실리콘 M1 용 Homebrew 설치 Homebrew는 macOS에서 프로그래머들에게 가장 인기있는 패키지 매니저입니다. Homebrew
somlab.tistory.com
8. docker
https://docs.docker.com/desktop/install/mac-install/
Install Docker Desktop on Mac
docs.docker.com
9. airflow
https://magpienote.tistory.com/195
[Airflow 기본 내용] DAG 작성 심화
DAG 선언 3가지 방법 기본 DAG 선언 with 문 with DAG( dag_id="my_dag_name", default_args={'owner':'airflow'}, start_date=pendulum.datetime(2021,1,1, tz="UTC"), schedule_interval="@daily", catchup=False, ) as dag: op = EmptyOperator(task_id="task")
magpienote.tistory.com
[Airflow] docker-compose로 에어플로우 설치하기
초보자들도 과정을 따라하며 쉽게 에어플로우를 개발할 수 있도록 정리한 에어플로우 설치 방법입니다. Dockerfile을 이용하여 필요 패키지를 커스텀하여 이미지로 빌드하는 방법도 함께 정리하
velog.io
10. intellij
https://www.jetbrains.com/idea/download/#section=mac
Download IntelliJ IDEA – The Leading Java and Kotlin IDE
Download the latest version of IntelliJ IDEA for Windows, macOS or Linux.
www.jetbrains.com
11. vue.js
https://any-ting.tistory.com/38
[Vue] Mac Vue.js 개발환경 설정
- 개요 안녕하세요. 이번 시간에는 Web Front 3 대장 Vue.js 개발환경 설정해 보겠습니다. 참고로 Vue CLI를 활용해서 설치하겠습니다. :) - VS Code 설치 개발 환경 IDE는 VS Code를 사용하겠습니다. 본인 PC OS
any-ting.tistory.com
계속 추가할 예정(사내 메신저, 에이전트 제외)
'기타' 카테고리의 다른 글
[AWS] ElastiCache 예상 외 비용 청구 추측 (0) | 2023.01.04 |
---|---|
네이버 파이낸셜 1차 면접 후기 (0) | 2022.12.22 |