본문 바로가기
SW/Chrome OS

크롬OS - 리눅스 (Linux on Chrome OS, Crostini) & 개발 환경 (Git, VS Code, Notion, Slack) (2/2)

by 라꾸스떼(YR) 2019. 12. 29.
반응형

2019/12/28 - [HW/ChromeBook (Chrome OS)] - 크롬OS - 리눅스 (Linux on Chrome OS, Crostini) & 개발 환경 (Fish Shell, gcc/g++, Python(Anaconda)) (1/2) 에 이어서...

 

크롬OS - 리눅스 (Linux on Chrome OS, Crostini) & 개발 환경 (Fish Shell, gcc/g++, Python(Anaconda)) (1/2)

크롬북은 크롬OS의 특이한 호환성(?)으로 제법 괜찮은 개발 환경을 꾸릴 수 있다. 바로 데비안 계열의 리눅스 환경이 제공이 되기 때문이다. 즉 크롬 웹 앱과 안드로이드 앱은 물론 리눅스 앱이 실행 가능하다. [L..

yrok.tistory.com

앞으로 설치할 개발 환경은 이렇다.

1. Linux (Debian 계열)

2. Fish Shell & Oh-My-Fish & Godfather Theme

3. C/C++ - gcc, g++

4. Python3 (Anaconda)

5. Git

6. VS Code

7. Notion

8. Slack

...

 

[5. Git] - https://git-scm.com/download/linux

 

Git

Download for Linux and Unix It is easiest to install Git on Linux using the preferred package manager of your Linux distribution. If you prefer to build from source, you can find the tarballs on kernel.org. Debian/Ubuntu For the latest stable version for y

git-scm.com

sudo apt-get install git
git --version

 

[6. VS Code] - https://code.visualstudio.com/docs/setup/linux

 

Running Visual Studio Code on Linux

Get Visual Studio Code up and running on Linux.

code.visualstudio.com

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -o root -g root -m 644 packages.microsoft.gpg /usr/share/keyrings/
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install code
code #VS Code 실행

2020/03/14 - 한글 깨짐 문제 해결 방법

1. 터미널에서 아래의 명령어로 한글 글꼴이 설치되었는지 확인!

//1.터미널에서 한글 글꼴이 설치되어있는지 확인!
fc-list :lang=ko
//2.한글 글꼴 설치!
sudo apt-get install fonts-nanum

 

 

 

[7. Notion] - https://www.notion.so/desktop

 

Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.

A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team

www.notion.so

Evernote에서 넘어온 Notion. 몇 가지 아쉬운 점들이 있지만 하루 중 가장 사용 빈도가 높은 최애앱이다.

 

아쉬운 점은 리눅스용 앱이 없다. 크롬OS는 당연히...

 

하지만 크롬OS는 안드로이드 앱 사용이 가능하다. https://www.notion.so/mobile

그런데 이게 또 문제는 모바일 앱이 좀 구린 것 같다... 그래서 그냥 크롬에서 사용하는 게 좋다.

 

아래와 같이 [...] - [도구 더보기] - [바로가기 만들기] - [창으로 열기] 를 통해 바로가기를 만들어 크롬 웹앱처럼 사용이 가능하다.

 

Notion Web Clipper 설치도 추천한다.

 

 

[8. Slack] - https://slack.com/intl/en-kr/downloads/other

 

Downloads

Download Slack for free for mobile devices and desktop. Keep up with the conversation with our apps for iOS, Android, Mac, Windows and Linux.

slack.com

Slack은 리눅스 / 안드로이드 용 앱을 전부 제공한다. 하지만 리눅스 앱이 별로여서 안드로이드 앱으로 사용할 것을 추천한다.

 

 

[0.한글 설치]

sudo apt-get install fcitx-hangul

반응형

댓글