반응형 개발환경30 [개발환경] ubuntu chome 설치 ubuntu chome 설치 ubuntu 32bit 기준 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt-get in sudo apt-get install libxss1 libgconf2-4 libappindicator1 libindicator7 sudo dpkg -i google-chrome-stable_current_amd64.deb ubuntu chome 삭제 sudo dpkg -r google-chrome-stable ubuntu 64bit 기준, 아래 url에서 다운로드 하여 설치하면 된다. https://google-chrome.kr.uptodown.com/ubuntu/download/.. 2018. 7. 29. [개발환경] vi(vim) 설치 및 vimrc 설정 vi(vim) 설치 sudo apt-get install vim vimrc 설정 " Syntax Highlighting " indent set autoindent set cindent " line number set nu " table stop(Tab) set ts=4 " auto indent set shiftwidth=4 " status bar always on set laststatus=2 " 검색어 highlight set hlsearch " scroll bar set scrolloff=2 " 일치하는 괄호 highlight set showmatch if has(“syntax”) syntax on endif 2018. 7. 29. [개발환경] bashrc 설정 bashrc 설정 alias m='sudo mount -t vboxsf share share' alias ..='cd ../' alias ...='cd ../../' alias ....='cd ../../../' alias l='ls -al' alias gc='gcc -o hong.out' alias f='find -name' 2018. 7. 29. 이전 1 2 3 4 다음 728x90 반응형