사용자 도구

사이트 도구


wiki:os:linux:ubuntu

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
wiki:os:linux:ubuntu [2022/07/06 16:26]
dhan
wiki:os:linux:ubuntu [2023/07/17 10:28] (현재)
r_kimmk
줄 4: 줄 4:
   * author      : 주레피   * author      : 주레피
   * email       : dhan@repia.com   * email       : dhan@repia.com
-  * lastupdate 2020-05-19+  * lastupdate 2023-03-25
 </WRAP> </WRAP>
 <WRAP clear/> <WRAP clear/>
- 
  
 ===== Ubuntu란? ===== ===== Ubuntu란? =====
줄 22: 줄 21:
     * DBeaver     * DBeaver
     * Chrome     * Chrome
 +
  
 ===== 서비스 관리 ===== ===== 서비스 관리 =====
줄 29: 줄 29:
 </code> </code>
  
 +===== 한글 언어팩 설치 =====
 +<code bash>
 +
 +아래의 수집 시 필요한 언어팩이 없으면 언어팩 설치
 +수집 시 한글이 ? 표로 깨져서 수집 됨
 +  
 +  ko_KR
 +  ko_KR.euckr
 +  ko_KR.utf8
 +
 +Sheel$> locale -a
 +C
 +C.utf8
 +en_US.utf8
 +POSIX
 +
 +
 +# 설치
 +
 +Shell$> locale-gen ko_KR.EUC-KR
 +
 +Generating locales (this might take a while)...
 +  ko_KR.EUC-KR... done
 +Generation complete.
 +
 +
 +</code>
  
 ===== Pkg 설치 ===== ===== Pkg 설치 =====
줄 41: 줄 68:
 [[http://taewan.kim/tip/apt-apt-get/|Ubuntu 패키지 관리 툴: apt 사용법]] [[http://taewan.kim/tip/apt-apt-get/|Ubuntu 패키지 관리 툴: apt 사용법]]
  
-===== asbru-cm 설치 =====+===== 설치(Install) ===== 
 +==== asbru-cm 설치 ====
 <code bash> <code bash>
 curl -s https://packagecloud.io/install/repositories/asbru-cm/asbru-cm/script.deb.sh | sudo bash curl -s https://packagecloud.io/install/repositories/asbru-cm/asbru-cm/script.deb.sh | sudo bash
줄 48: 줄 76:
 [[https://www.asbru-cm.net/|asbru-cm]] [[https://www.asbru-cm.net/|asbru-cm]]
  
-===== curl 설치 =====+==== curl 설치 ====
 URL 다운로드 Tool URL 다운로드 Tool
 <code bash> <code bash>
줄 55: 줄 83:
 [[http://magic.wickedmiso.com/137|우분투에 CURL 설치하기]] [[http://magic.wickedmiso.com/137|우분투에 CURL 설치하기]]
    
-===== jdk 설치 =====+==== dnsutils설치(nslookup) ==== 
 +nslookup 설치 
 +<code bash> 
 +sudo apt-get install -y dnsutils 
 +</code> 
 + 
 + 
 +==== jdk 설치 ====
 openjdk-8 설치 openjdk-8 설치
 <code bash> <code bash>
줄 62: 줄 97:
 [[https://kururu.tistory.com/m/85?category=808136|우분투 18.04 Openjdk 1.8 설치]] [[https://kururu.tistory.com/m/85?category=808136|우분투 18.04 Openjdk 1.8 설치]]
  
-===== ssh 설치 =====+==== locale 추가 설치 (한글) ==== 
 + * [[https://blog.1day1.org/81|ubuntu 에서 locale 을 바꿔보자 (UTF-8 , EUC-KR)]] 
 + 
 +==== ssh 설치 ====
 ssh 설치 ssh 설치
 <code bash> <code bash>
줄 80: 줄 118:
 </code> </code>
 [[https://www.lesstif.com/lpt/sshd-server-24445601.html|우분투 데스크탑 sshd server 활성화]] \\ [[https://www.lesstif.com/lpt/sshd-server-24445601.html|우분투 데스크탑 sshd server 활성화]] \\
 +[[https://codechacha.com/ko/ubuntu-install-openssh/|Ubuntu 20.04 - SSH 설치와 접속 방법]] \\
 +
 +==== vim 설치 ====
 + * [[https://byd0105.tistory.com/7|- Ubuntu에 vi(vim)에디터 설치 -]]
  
 ===== Tool ===== ===== Tool =====
/volume1/web/dokuwiki/data/attic/wiki/os/linux/ubuntu.1657092385.txt.gz · 마지막으로 수정됨: 2022/07/06 16:26 저자 dhan