Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pytorch
- 채보
- label
- LIST
- pip
- Numpy
- YOLO
- Selenium
- 오류
- pandas
- windows forms
- 기타 연주
- paramiko
- OpenCV
- 명령어
- Linux
- Visual Studio
- Docker
- Python
- 핑거스타일
- ubuntu
- C++
- C
- mysql
- VS Code
- 프로그래머스
- C#
- SSH
- error
- JSON
Archives
- Today
- Total
기계는 거짓말하지 않는다
Ubuntu 기본 편집기(editor) 변경 본문
select-editor
select-editor는 사용자가 기본 텍스트 편집기로 사용할 에디터를 선택하는 유틸리티이다.
사용자가 선택한 에디터는 update-alternatives를 통해 시스템에 등록되며,
일반적으로 EDITOR 및 VISUAL 환경 변수에 설정된다.
이 명령을 실행하면 텍스트 모드의 대화형 화면이 표시되며,
여기서 사용할 vim, nano, emacs 등의 편집기를 선택할 수 있다.
crontab -e 와 같은 명령어의 기본 편집기를 바꿀 때도 사용할 수 있다.
'Linux' 카테고리의 다른 글
Linux stty echo(입력한 문자 화면에 표시, 표시하지 않음) (0) | 2024.05.22 |
---|---|
The command could not be located because '/bin' is not included in the PATH environment variable. 오류 (0) | 2024.05.05 |
Ubuntu netplan static IP 설정(고정 IP 설정) (0) | 2024.03.27 |
Ubuntu grep -qxF 명령어 활용 (0) | 2024.03.15 |
Linux grep 명령어 -v 옵션 특정 패턴 필터링 (0) | 2024.02.25 |
Comments