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 |
Tags
- miniconda
- XCP-ng
- application security
- hardening
- G-suite
- Kibana
- pfsense
- endpoint security
- Kibana server is not ready yet
- Proxy
- 보안양파
- 로그인불가
- centos 8
- ssh key 배포
- Elasticsearch
- GitLab
- x-pack
- macos
- 한글가이드
- Windows
- bash
- proxycfg
- ELASTIC
- freebsd
- docker
- PlayBook
- xe guest utilities
- ansible
- elastic stack
Archives
- Today
- Total
선 밖에 선 자유인
^M 제거 방법 본문
리눅스에서 shell 스크립트 실행 시 /bin/sh^M: bad interpreter: 그런 파일이나 디렉터리가 없습니다
요런 메시지가 나오는 경우
vi -b <파일명>
후 ^M을 없애주면 됨
vi 에서 :%s/ 하고 Ctrl 을 누른 상태에서 v, m 을 눌러주면 ^M 이 입력됨
%s/^M//g
OK
Comments