NodeJs/Server 만들기/

안드로이드 기기를 Linux 머신으로 (1) termux 설치

2020. 10. 28.

termux?

공식 링크 : play.google.com/store/apps/details?id=com.termux&hl=ko

 

Termux - Google Play 앱

Termux combines powerful terminal emulation with an extensive Linux package collection. • Enjoy the bash and zsh shells. • Manage files with nnn and edit them with nano, vim or emacs. • Access servers over ssh. • Develop in C with clang, make and g

play.google.com

안드로이드 기기는 기본적으로 linux 위에서 돌아간다. 그래서 termux와 같은 터미널 에뮬레이터를 이용하면 안드로이드 기기에서 linux를 사용할수있게된다. (모든 기능이 부여되는건아니다.) termux를 검색해보면 터미널 에뮬레이터중 가장 좋다는 평이 많다.

 

termux 를 이용하면 linux 공간 안에서 C/C++, 파이썬, NodeJs 등 컴파일러를 사용할수있게되므로 원하는 언어를 가볍게 확인해볼 수 있는 장점이있다.

 

이번 설치 편을 필두로 ssh,sftp 설정을 하여서 pc환경에서 원격으로 관리하는법까지 진행해보려한다.

 

설치

설치는 어려울게 없다. 일반적인 안드로이드app을 설치하듯 설치만 해주면 된다.

설치후 실행 하면 다음과 같은 터미널 환경을 볼 수 있다.