사용자 도구

사이트 도구


linux:mint:install

문서의 이전 판입니다!


Linux Mint Cinnamon / Mate Install

Mint Linux 설치 및 설치 후 기본 적업들을 정리한다. 기본적으로는 Cinnamon을 기준으로 한다.

Software 저장소 - Mirror 조정

sudo

  • sudo 에서 sudoer 변경

시스템 메뉴 단축키 변경

  • Cinnamon System Menu 를 우클릭하고 설정에서 단축키를 <Super><ESC>로 변경

.bashrc 기본 설정

set -o vi
export PATH=/home/kwon37xi/.local/bin:$PATH

Guake/Tilda 설치

Guake 혹은 tilda 설치하고 <Super>` 단축키 지정. tilda는 다중 모니터 설정을 지원한다.

sudo apt-get install guake

한글 입력기 설치

장치 관리/드라이버 관리자

  • 제어판 → 장치관리(혹은 드라이버 관리자)에서 그래픽 카드 독점 드라이버를 설치한다.
  • 이 때 Ubuntu x.org 를 참조한다.

Editor 설치

sudo apt-get install vim-gtk

Package Managers

sudo apt-get install aptitude synaptic gdebi-core

y-ppa-manager 설치

sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update; sudo apt-get install y-ppa-manager

Google Chrome 설치

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo gdebi google-chrome-stable_current_amd64.deb

Cinnamon 관련 설정

Clipit 설치

sudo apt-get install clipit
  • 설치 후 History 단축키를 <Super>H로 변경한다.

Dock 설치

  • Plank Dock : 가볍고 기능이 거의 없다.
  • Cairo Dock : 기능이 훨씬 강력하지만 무겁다.

바탕화면 Wall Paper 설치 지정

  • Mint/Ubuntu 관련 바탕화면들을 모두 설치한다.
    sudo apt-get install mint-backgrounds-* ubuntu-wallpapers-*
  • 배경화면 설정에서 /usr/share/backgrounds/를 추가해준다.

VirtualBox 설치

Launcher 설치

Grub Customize

기타

linux/mint/install.1445216732.txt.gz · 마지막으로 수정됨: 2015/10/19 09:35 저자 kwon37xi