사용자 도구

사이트 도구


ubuntu

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
ubuntu [2016/10/20 07:55]
gsjung [설치 후 설정]
ubuntu [2020/05/13 03:12]
gsjung
줄 61: 줄 61:
  
 민트는 Welcome 화면에 하드웨어 설치 링크가 있다. 민트는 Welcome 화면에 하드웨어 설치 링크가 있다.
 +
 +=== 한글 (nimf) 설치하기 ===
 +<code>
 +wget -O - http://apt.hamonikr.org/hamonikr.key | sudo apt-key add -
 +sudo bash -c "echo 'deb https://apt.hamonikr.org jin main upstream' > /etc/apt/sources.list.d/hamonikr-jin.list"
 +sudo bash -c "echo 'deb-src https://apt.hamonikr.org jin main upstream' >> /etc/apt/sources.list.d/hamonikr-jin.list"
 +
 +sudo apt-get update
 +# 한글 입력만 설치됩니다.
 +# nimf-i18n.gitlab.io/ko/installation
 +sudo apt install -y nimf nimf-libhangul
 +</code>
  
 === 참고 링크 === === 참고 링크 ===
 [[http://blog.iftm.xyz/ubuntu-16-04-1-lts-post-installation/|우분투 설치 후 하는 10가지]]: 다 할 필요는 없다. 특히 억지로 파이어폭스나 libreoffice를 지우는 것은 취향이다. 오히려 브라우저가 여러가지 있어야할 수도 있다. [[http://blog.iftm.xyz/ubuntu-16-04-1-lts-post-installation/|우분투 설치 후 하는 10가지]]: 다 할 필요는 없다. 특히 억지로 파이어폭스나 libreoffice를 지우는 것은 취향이다. 오히려 브라우저가 여러가지 있어야할 수도 있다.
 +
 +source code pro Setup shell
 +<code>
 +#!/bin/bash
 +mkdir /tmp/adodefont
 +cd /tmp/adodefont
 +wget https://github.com/adobe-fonts/source-code-pro/archive/2.010R-ro/1.030R-it.zip
 +unzip 1.030R-it.zip
 +mkdir -p /usr/local/share/fonts
 +cp source-code-pro-2.010R-ro-1.030R-it/OTF/*.otf /usr/local/share/fonts/
 +fc-cache -f -v
 +</code>
ubuntu.txt · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)