prcExp93 [2022.10.06] How to data binding (html) on docker? 보호되어 있는 글 입니다. 2022. 10. 6. [2022.10.06] How to set up docker-compose on AWS Linux 2? 보호되어 있는 글 입니다. 2022. 10. 6. [2022.10.06] How to install docker-compose on AWS Linux 2? 보호되어 있는 글 입니다. 2022. 10. 6. [2022.10.04] How to change time to South Korea (KST) on Linux? [2022.10.04] How to change time to South Korea (KST) on Linux? 리눅스 시간을 한국(KST)로 변경 ls /usr/share/zoneinfo/Asia sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime result date // output : Tue Oct 4 16:31:02 KST 2022 2022. 10. 4. [2022.10.04] How to install putty on Mac? [2022.10.04] How to install putty on Mac? 목차 a. homebrew install b. putty install c. macport install d. xQuartz install Home-brew install sudo chown -R $(whoami) /usr/local/var/homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew -v MacBookPro:~ $ brew -v Homebrew 3.6.4 Homebrew/homebrew-core (git revision dc8125675f0; last commit 2022-10-.. 2022. 10. 4. [2022.10.04] How to install homebrew on Mac? [2022.10.04] How to install homebrew on Mac? 이번 게시글은 Mac에서 homebrew를 설치하는 방법에 대해 알아보도록 하자. 설치 방법 - 아래의 명령어 2 line을 복사해서 터미널에서 붙여넣으면 된다. sudo chown -R $(whoami) /usr/local/var/homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2022. 10. 4. 이전 1 2 3 4 5 6 ··· 16 다음