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
- plugin
- bash
- context
- Windows
- Mac
- xargs
- Windows 10
- maVen
- 단축키
- port
- Source
- resource
- Eclipse
- find
- JavaScript
- import
- ssh
- profile
- web.xml
- IntelliJ
- 줄바꿈 문자
- GIT
- grep
- 네트워크
- Quartz
- tomcat
- netsh
- vscode
- VirtualBox
- lsof
Archives
- Today
- Total
목록2024/07/17 (2)
develog
[bash] vi 에서 CRLF 를 LF 로 변환하기
## LF 로 변환:set ff=unix## CRLF 로 변환:set ff=dos## 파일 정보를 확인한다$ file aa.txtaa.txt: ISO-8859 text, with CRLF line terminators## vi 로 파일을 연다$ vi aa.txt## vi 에서 아래 명령을 입력한다:set ff=unix## 저장하고 vi 를 종료한다:wq## 파일 정보를 다시 확인한다$ file aa.txtaa.txt: ISO-8859 text
카테고리 없음
2024. 7. 17. 23:25
yum, apt 패키지 오프라인 설치하기
https://access.redhat.com/solutions/10154 How to use yum to download a package without installing it - Red Hat Customer PortalHow do I use yum to download a package without installing it?access.redhat.com https://stackoverflow.com/questions/4419268/how-do-i-download-a-package-from-apt-get-without-installing-it How do I download a package from apt-get without installing it?I have a computer witho..
카테고리 없음
2024. 7. 17. 09:26