본문 바로가기

ubuntu

우분투 리눅스에서 자주 사용하는 툴 AWS shell An integrated shell for working with the AWS CLI. https://github.com/awslabs/aws-shell Oh my zsh https://github.com/robbyrussell/oh-my-zsh Tmuxinator 다수의 tmux sessions 관리를 도와주는 툴 이 툴을 사용전에는 매일 아침마다 반복적으로 화면분할, workon을 실행해야 했다. https://github.com/tmuxinator/tmuxinator Shutter 데스크탑 환경에서 Screenshot 저장하는 툴 아래와 같이 단축키를 등록해 두면 프로그램이 실행되어 있지 않더라고 바로 사용가능 http://shutter-project.org/ Meld Meld .. 더보기
CVS 설정하기 많은 개발자들께서 CVS에 대해서 들어보셨을 겁니다. 장기적인 프로젝트 관리를 위해서 필요한 유틸리티지만, 설정 방법이 까다롭고 사용하려면 배워야 하기때문에 꺼려하고 있습니다. 그런분들에게 조금이나마 이 문서가 도움이 되기를 바라며 정리해 보았습니다. 설치 대부분의 네트워크 서비스들이 그러하듯 CVS도 C/S(Client/Server) 형태로 이루어져 있습니다. 그래서 cvs를 이용하기 위해서는 서비스를 제공하는 Server, 그리고 사용하는 Client로 구분되어져야 합니다. 아래의 명령을 통해서 cvs 클라이언트를 설치할 수 있습니다. sudo apt-get install cvs 그리고 아래 명령을 통해서 cvs Server를 설치할 수 있습니다. sudo apt-get install cvsd cvs.. 더보기
How To Install Eclipse 3.3 Manually Eclipse 3.3 수동 설치하기. ##################################################################I have been using Eclipse for quite some time now. I prefer Eclipse as development IDE because its ease of use. The overall design of Eclipse keeps the tools you need immediately at your fingertips. Using APT to install Eclipse on your Debian / Ubuntu machine will give you the old version of Eclipse. I would l.. 더보기
Local directories with Apache on Ubuntu 7.04 We all want to have local directories in Apache so we can write and test code safely. Here’s how to do it 1. Create a directory in your home called public_html 2. Install the userdir Apache module using the a2enmod command like so sudo a2enmod userdir 3. Edit the Apache 2 user preferences configuration file at /etc/apache2/httpd.conf sudo vi /etc/apache2/httpd.conf 4. Put the following in the co.. 더보기
firefox 가 floating point exception 오류를 내며 실행이 안될때.. ######################################################### 이게 문제였었군요. 오늘 아침에 시큐리티 업데이트된 libcairo2가 문제의 원인입니다. 아마도 이놈이 윈도우스 한글폰트와 무슨 문제가 있는것 같네요. sudo synaptic 실행하시고 검색메뉴에서 libcairo2를 찾으신 후 맨위 패키지(P)메뉴에서 버전 강제를 선택하시면 어떤버전을 설치할거냐고 묻습니다. 여기서 1.4.10-1ubuntu4 (gutsy)를 선택하시고 다운그레이드를 하시면 됩니다. 주의 할것은 자동업데이트를 실행하시면 안된다는 겁니다. 그러면 다시 문제가 있는 새 버전 gutsy-security를 설치합니다. 또는 sudo apt-get install libcairo2=1.4.1.. 더보기

반응형