Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 435 Bytes

dev-cpp.md

File metadata and controls

20 lines (13 loc) · 435 Bytes

C++ 개발

CLion

한방에 연동하기

출처: https://kentakang.com/145

아래 명령어로 컴파일러까지 한방에 설치 가능

wget https://raw.githubusercontent.com/JetBrains/clion-wsl/master/ubuntu_setup_env.sh && bash ubuntu_setup_env.sh

위 명령어로 설치된 ssh 서버는 사용 포트가 2222번이다.

ssh 서버 실행하기

sudo service ssh start