.vimrc 파일 tab 기능 쓰기위한 설정

set nocompatible set autoindent set cindent set smartindent set wrap set nowrapscan set nobackup set visualbell set ruler set shiftwidth=4 set fileencoding=utf-8 set tenc=utf-8 set hlsearch set ignorecase set tabstop=4 set lbr set incsearch set backspace=eol,start,indent set history=1000 set background=dark set nobackup set nowritebackup set noswapfile set laststatus=2 map <C-J> :tabp<CR> map <C-K> :tabn<CR> map […]

CentOS 6.3 설치과정 기록

MSI U270 노트북에 윈도우가 설치되어 있는 관계로 USB 16기가 스틱에 CentOS를 설치하였다. 이유는 Eclipse를 설치하여 Django 개발환경을 맞춰보고 싶기 때문이다. USB 에 우분투를 설치하여 사용해보고 싶었으나, 우분투에서는 노트북이라면 필히 CDROM이 필요하다. USB로 부팅하여 USB에 우분투를 설치하려고 하면 계속해서 에러를 뿜어댔다. 결국 포기하고 CentOS로 돌아왔다. 현재까지는 아무런 문제없이 잘 돌리고 있는 중이다. USB로 부팅하여 사용하면 프리징 […]