본문 바로가기

my_lesson/_Linux54

Linux - ubuntu gedit Add default Encoding to .txt file 우분투 txt파일 께짐 해결 Linux - ubuntu gedit Add default Encoding to .txt file 우분투 txt파일 께짐 해결Gedit is Notepad in Windows지에디트는 윈도우즈 환경의 기본 텍스트 편집기인 메모장 역할을 한다.윈도우즈 메모장에서 한글이 포함된 문서를 작성한 .txt파일을 gedit 로 열어보면 외계어로 작성된 문서를 보게 되는데 깨저 보일 때 라고 한다. 그 이유는 인코딩 방식의 차이 때문이다이 때 우분투에서 dconf-editor 를 설치하여 윈도우에서 주로 사용하는 EudKR or UHC(Unified Hangul code)를 추가 해주면 해결된다. $ sudo apt-get install dconf-editor // dconf-editor 설치$dconf-editor.. 2016. 12. 28.
Linux - 만료 된 키 (KEYEXPIRED)를 apt로 해결하는 방법 만료 된 키 (KEYEXPIRED)를 apt로 해결하는 방법 How to solve an expired key (KEYEXPIRED) with apt EYEXPIRED는 관련 저장소 서명에서 유효성 검증이 실패했음을 보여줍니다. The KEYEXPIRED shows that validation failed on the related repository signature. 우리가 저장소를 점검해야 한다고 경고를 하는데 이 방법은 이 문제를 해결하는데 좋은 것입니다. This is a good thing, to warn us that we should be checking the repository. 만료 된 키가 있으면 솔루션은 간단합니다. With an expired key, the solution is.. 2016. 12. 13.
Linux - Ubuntu 서버를 설치하고 세팅해야 할것들[10] : Eclipse for JSP Linux - Ubuntu 서버를 설치하고 세팅해야 할것들[8] : Eclipse for JSP 윈도우에서 이클립스와 톰캣을 설정하는 것은 매우 편리한데(주관적임)...우분투에서는 약간 불편합니다. 추가적인 약간의 작업이 필요한데, 외국 사이트들을 참고해서 간단하게 정리하면 아래와 같아요. 1. 불편함은 어디서 오는가?.. 일단 우분투에서 Tomcat을 설치할 때 아마도 아래와 같이 apt를 사용하는 경우가 일반적이죠. apt-get install tomcat7 그럼 설치가 아래와 같이 진행됩니다. tomcat home: /usr/share/tomcat7tomcat conf: /var/lib/tomat7/conf -----(link)----- /etc/tomcat7tomcat log: /var/log/t.. 2016. 11. 26.
Linux - The Difference Between Soft(symbolic) and Hard Links Understanding Symbolic Linksby MARK SANBORN on June 5, 2009Understand the effects of a symbolic and hard link and how they differ.What are they?Symbolic links are like shortcuts or references to the actual file or directory. 싱볼릭 링크는 실행파일 이나 디렉토리 로 접근하기위한 최단경로 또는 참조영역과도 같다.Most of the time these links are transparent when working with them through other programs. 다른 프로그램을 통해 그들과 작업할때 대부분의 경우 이렇한 .. 2016. 7. 8.
Linux - Utube downloader youtube-dl manual(사용법) Linux - Utube downloader youtube-dl manual(사용법) install$ sudo apt-get install youtube-dl default using$ youtube-dl YouTube-(or-other-website)-video-link option using : -x(--extract-audio) audio-format mp3 -Utube dl mp3 download$ youtube-dl -x --audio-format mp3 YouTube-(or-other-website)-video-link 이동 --> Windows - Utube downloader youtube-dl manual(사용법) Options: General Options: -h, --help Prin.. 2016. 5. 28.
Linux - Useful Shortcut Keys In Ubuntu (우분투 단축키) Linux - Useful Shortcut Keys In Ubuntu (우분투 단축키)Settings > Devices > Keyboards > Keyboard ShortcutsGeneral keyboard shortcuts (일반 단축키) Ctrl + A = Select all (전체 선택) Ctrl + C = Copy the highlighted content to clipboard (복사 하기) Ctrl + V = Paste the clipboard content (붙여 넣기) Ctrl + N = New (Create a new document, not in terminal) (새 문서) Ctrl + O = Open a document (열기) Ctrl + S = Save the current do.. 2016. 5. 27.