New pages
From Chaehyun
- 17:34, 29 April 2014 Chaehyun (hist) [22 bytes] Xlos (Talk | contribs) (Created page with "File:chaehyun.jpg")
- 04:17, 19 February 2014 Redis (hist) [940 bytes] Xlos (Talk | contribs) (Created page with "== ubuntu 에서 설치 == * http://vvv.tobiassjosten.net/linux/installing-redis-on-ubuntu-with-apt/ * sudo vim /etc/apt/sources.list <pre> # /etc/apt/sources.list.d/dotdeb.org.l...")
- 12:53, 5 February 2014 Apache (hist) [455 bytes] Xlos (Talk | contribs) (Created page with "= Virtual host 설정 = * httpd -V | egrep "(HTTPD\_ROOT|SERVER\_CONFIG\_FILE)" ** 설정 파일을 찾는다 * vim /etc/httpd/conf/httpd.conf <pre> NameVirtualHost *:80 <Virtu...")
- 13:44, 19 March 2013 Recommender (hist) [157 bytes] Xlos (Talk | contribs) (Created page with "* item to item 추천의 장단점 ** http://blog.echen.me/2011/02/15/an-overview-of-item-to-item-collaborative-filtering-with-amazons-recommendation-system/")
- 05:01, 28 February 2013 Sqoop (hist) [402 bytes] Xlos (Talk | contribs) (Created page with "= auto increment primary key 적용 = * 한 번에는 안됨 * 일단 staging table에 만들고, 업데이트 하는 방법 * INSERT INTO table2 (name, job) SELECT * FROM table1;")
- 12:05, 7 February 2013 Dns (hist) [765 bytes] Xlos (Talk | contribs) (Created page with "= FQDN 정리 = * hostname -f 하면 나옴 == /etc/resolve.conf == * nameserver : Name server IP address * domain : local domain name / 이 도메인 내의 호스트의 경...")
- 16:16, 3 January 2013 Bash (hist) [279 bytes] Xlos (Talk | contribs) (Created page with "== 자동으로 암호 입력하기 == * http://isulnara.com/tt/171 <pre> #!/bin/sh tpipe() { sleep 3;echo 'user' sleep 1;echo 'passwd' sleep 1;echo 'who' sleep 1;echo 'exit' sl...")
- 01:41, 2 January 2013 Tmux (hist) [97 bytes] Xlos (Talk | contribs) (Created page with "== mac 에서 한글 파일명 출력 문제 == * http://seonhyu.tumblr.com/post/34612062806/tmux")
- 03:58, 7 December 2012 Skplanet (hist) [1,487 bytes] Xlos (Talk | contribs) (Created page with "dfdf")
- 01:42, 6 December 2012 Mac (hist) [383 bytes] Xlos (Talk | contribs) (Created page with "== keyboard mapping == * http://pqrs.org/macosx/keyremap4macbook/index.html * http://javastore.tistory.com/104")
- 05:33, 26 October 2012 TcloudBiz (hist) [85 bytes] Xlos (Talk | contribs) (Created page with "= easy storage mount 하는 법 = * mount 172.18.45.38:/vol/CCHDATA01F/CCH103963 /mnt")
- 03:38, 18 October 2012 Sql (hist) [582 bytes] Xlos (Talk | contribs) (Created page with "= sql = * INSERT IGNORE INTO user_log (user_id, item_id, date_created, tag) SELECT a.id, b.code, b.date, 'like' FROM user_id a, review b WHERE a.author=b.author AND b.point >= 7;")
- 16:23, 21 September 2012 Teaser (hist) [284 bytes] Xlos (Talk | contribs) (Created page with "* 특정 점들은 한 방향으로만 움직이도록.. * 뒤로 갈수록 weight가 더 많이 받도록 하자")
- 04:43, 29 August 2012 CentOS (hist) [1,540 bytes] Xlos (Talk | contribs) (Created page with "== centOS 에서 python 2.6 설치하기 == * sudo rpm -ivvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm * sudo yum install python26 python26-tools py...")
- 08:11, 15 July 2012 Emr (hist) [486 bytes] Xlos (Talk | contribs) (Created page with "== mapreduce capacity 조절하기 == * 기본 설정 http://docs.amazonwebservices.com/ElasticMapReduce/latest/DeveloperGuide/TaskConfiguration.html * Bootstrap Actions에 추...")
- 05:13, 25 June 2012 Solr (hist) [1,856 bytes] Xlos (Talk | contribs) (Created page with "* 내가 만든 lib 포함 ** solr3.6/example/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib")