일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- RFID
- Spain
- management
- Kuala Lumpur
- Linux
- psychology
- hbase
- programming_book
- UK
- hadoop
- leadership
- comic agile
- ubuntu
- program
- MySQL
- Book
- web
- Java
- Software Engineering
- Python
- Italy
- Programming
- Malaysia
- erlang
- QT
- agile
- history
- Book review
- France
- django
- Today
- Total
목록ubuntu (22)
http://www.howtoforge.com/how-to-install-vmware-player-on-ubuntu-11.04-linux-mint-11 $ sudo apt-get install build-essential linux-headers-`uname -r` $ gksudo bash ./VMware-Player-4.0.1-528992.x86_64.bundle
http://www.ubuntugeek.com/mount-a-remote-folder-using-ssh-on-ubuntu.html sshfs [user id]@[host name or ip]:[host path] ~/[directory]
Prerequisite hadoop cascading library & wordcount example from http://www.cascading.org/downloads.html $ wget http://files.cascading.org/cascading/1.2/cascading-1.2.4-hadoop-0.19.2%2B.tgz $ wget http://files.cascading.org/samples/wordcount-20101201.tgz $ tar xfz cascading-1.2.4-hadoop-0.19.2+.tgz $ tar xfz wordcount-20101201.tgz $ cd wordcount/ /wordcount$ ant -Dhadoop.home=/usr/lib/hadoop -Dcas..
https://github.com/xetorthio/jedis/wiki Simpler than JRedis (https://github.com/alphazero/jredis) Prerequisite Redis installation: http://redis.io/ Apache commons pool jar file: http://commons.apache.org/pool/download_pool.cgi installation $ git clone git://github.com/xetorthio/jedis.git $ cd jedis jedis$ mvn compile # execute two redis servers for test jedis$ redis-server jedis/conf/redis.conf ..
sudo apt-get install redis-server Couldn't execute redis-cli properly $ sudo apt-get install redis-server $ redis-cli [same result when inputting redis-cli –h 127.0.0.1 –p 6379] usage: redis-cli [-h host] [-p port] [-r repeat_times] [-n db_num] cmd arg1 arg2 arg3 ... argN usage: echo "argN" | redis-cli [-h host] [-p port] [-r repeat_times] [-n db_num] cmd arg1 arg2 ... arg(N-1) If a pipe from st..
원문: http://ubuntu.or.kr/viewtopic.php?f=9&t=16904 참고: http://fmatic.tumblr.com/post/3978818809/convert-32bit-deb-package-to-work-in-64bit-system 다음 클라우드 .deb file 다운로드후 terminal에서 다음을 실행 $ mkdir tmp $ dpkg-deb -x daumcloud_1.0.0.105.deb tmp $ dpkg-deb --control daumcloud_1.0.0.105.deb tmp/DEBIAN $ sed -i "s/i386/all" tmp/DEBIAN/control $ dpkg -b tmp daumcloud_1.0.0.105_64.deb $ sudo dpkg -i daum..
http://www.squirrelsql.org/#installation $ java -jar squirrel-sql--install.jar download monetdb driver: http://dev.monetdb.org/downloads/Java/Latest/ save jar files in directory SquirrelSQL에서 '새 연결...' 선택 'New' button 'Extra Class Path' tab을 선택하고 앞에서 download 받은 jar file 선택 Example URL에 jdbc:monetdb://:/ Class Name에 nl.cwi.monetdb.jdbc.MonetDriver 입력 name에는 원하는 이름 입력. URL에는 형식에 맞게 입력, User Name과..
2009/05/04 - [Programming] - NateOn on Ubuntu 9.04 http://www.ubuntu.or.kr/viewtopic.php?p=59578 $ sudo add-apt-repository ppa:cobuntu $ sudo apt-get update $ sudo apt-get install pidgin-nateon http://www.techgainer.com/how-to-add-skype-chat-with-pidgin-messenger/ http://eion.robbmob.com/
http://www.ubuntu.or.kr/viewtopic.php?p=61602 1. partner 저장소 추가: 시스템 -> 관리 -> 소프트웨어 소스 -> 기타 소프트웨어탭 -> 첫 번째 줄 partner 라고 표시된 주소에 체크하고 닫기후 나오는 창에서 다시 읽기 클릭 2. Sun Java 설치: 프로그램 -> 우분투 소프트웨어 센터-> sun java jdk 검색해 설치 $ sudo add-apt-repository "deb http://archive.canonical.com/ubuntu lucid partner" $ sudo apt-get update $ sudo apt-get install sun-java6-jdk
BACKUP .screenrc .vimrc .m2/settings.xml 다운로드 바탕화면 0. 설치 관련 참고 http://www.simdoly.com/3755 1. 설치나 사용 중 오류 1) Wubi 사용중 회사 desktop에 wubi를 다운받고 실행을 시켰는데, 이상하게 amd-64bit version을 받아서 진행을 했다. 그냥 냅둬봤더니 결국 설치가 제대로 되지 않았다. 로그를 살펴보니 연결된 모든 드라이브의 루트에서 .iso file을 찾은 후, 없는 경우 network을 통해 .iso를 받아 설치를 진행하는 거 같은데 hardware detecting에 문제가 있는 것 같다. desktop-i386 version을 받아, USB drive에 넣은 후 다시 실행을 했더니 e:\에서 .iso..