Developments/Linux(ubuntu)26 ubuntu 12.04 용 sticky Note (Post-it program) ubuntu 12.04 용 sticky Note (Post-it program) sudo add-apt-repository ppa:umang/indicator-stickynotes sudo apt-get update sudo apt-get install indicator-stickynotes 2015. 11. 25. Android Java 1.6 / 1.7 Version 설치 저장소 Android Version에 따라 1.6과 1.7을 병행해서 사용해야 할 때가 있다. 따라서, 1.6과 1.7을 모두 설치한 후 Default 로 사용할 Version을 Setting해야 하는데,하는 방법은 다음과 같다. # sudo apt-get install software-properties-common# sudo add-apt-repository ppa:webupd8team/java# sudo apt-get update# sudo apt-get install oracle-java7-installer# sudo apt-get install oracle-java6-installer 1.6을 Default로 설정하고 싶으면 아래 패키지를 설치한다. # sudo apt-get install oracle.. 2015. 6. 8. Git Version update(외부 저장소 등록) ubuntu 사용시 제공되는 package의 git version은 낮다. (1.7.9.5)더 높은 버전을 사용하고자 한다면, 아래와 같이 저장소를 추가하면 된다.sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get install git 현재 2.2.1 버전으로 업데이트된다. 2015. 1. 9. [GITLAB] gitlab:check시에 rake aborted! 해결하는 방법 git@sys-platform:~/gitlab$ bundle exec rake gitlab:check RAILS_ENV=production Checking Environment ... Git configured for git user? ... yes Checking Environment ... Finished Checking GitLab Shell ... GitLab Shell version >= 2.4.0 ? ... OK (2.4.0) Repo base directory exists? ... yes Repo base directory is a symlink? ... no Repo base owned by git:git? ... yes Repo base access is drwxrws---? ... ye.. 2015. 1. 7. ruby on rails 에 대해서... Gitlab 혹은 gerrit 등 git Server 관리하는 툴들을 사용하기 위해서 필요한 ruby를 설치하면 부수적으로 필요한 것들이 또 있다. Gems, rails, etc.. ubuntu 시스템을 사용할 경우, 대부분의 시스템에는 기본적으로 ruby 1.8.x 버전의 package가 설치되어 있는데, 설치 가이드(공식 Manual이 아닌)는 이 package를 삭제하고 최신의 ruby를 다운로드 하여 make 하거나 rvm(Ruby Version Manager) Install을 권장하고 있다. 즉, ruby 1.8 버전을 사용하지 말고 그보다 최신의 것을 사용하라는 얘기인데, 원인을 찾다가 이유를 알아냈다. http://rubykr.github.io/rails_guides/getting_start.. 2015. 1. 6. Playonlinux로 Internet Explorer 설치하기(5/6/7/8) For the Precise versionType the following commands:wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add - sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list sudo apt-get update sudo apt-get install playonlinuxFor the Oneiric versionType the following commands:wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-ke.. 2014. 5. 20. 이전 1 2 3 4 5 다음