Category Archives: Ubuntu

vi fold method

.vimrc configuration

vi command mode

zR -> unfold all zM -> fold all za -> fold/unfold

Posted in Ubuntu | Tagged | Leave a comment

vimrc configuration

   

Posted in Ubuntu, Windows 8 | Tagged | Leave a comment

bash_profile configuration

 

Posted in Ubuntu, Windows 8 | Tagged | Leave a comment

cygwin, git Install

< Cygwin Installation > http://cygwin.com/install.html http://cygwin.com/setup-x86.exe run setup-x86.exe as Administrator Next > Install from Internet or Install from Local Directory > Root Directory=C:\cygwin,  All User(recommended) check Select, Devel -> git Net -> openssh Setup Comleted, Cygwin Terminal shortcut created < … Continue reading

Posted in Ubuntu, Windows 8 | Tagged , | Leave a comment

Redmine installation

Ubuntu 12.04 LTS 32bit 기준

  하여 메뉴를 선택하거나 또는 command line에서

  ; man tasksel -> https://help.ubuntu.com/community/Tasksel

  Redmine installed directory ->/usr/share/redmine ->/etc/redmine

 

 

  ifconfig로 ip확인 http://ip/redmine admin/admin <- 기본 로그인 … Continue reading

Posted in Ubuntu, Windows 8 | Tagged | Leave a comment

Raspberry Pi Kernel Compile

Ubuntu 12.04 LTS 32bit 기준 sudo apt-get install vim(선택사항) sudo apt-get update <- gcc-4.6-arm-linux-gnueabi 설치가 안될경우 sudo apt-get install git-core sudo apt-get install gcc-4.6-arm-linux-gnueabi sudo ln -s /usr/bin/arm-linux-gnueabi-gcc-4.6 /usr/bin/arm-linux-gnueabi-gcc mkdir raspberrypi cd raspberrypi git clone https://github.com/raspberrypi/tools.git <- 다운로드 40분 정도 … Continue reading

Posted in Raspberry Pi, Ubuntu | Tagged , | Leave a comment