centos7에서 최신 nginx, php, mariadb yum 설치

- 최신 nginx 1.12.0 yum 설치 http://blog.tjsrms.me/centos-7-nginx-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/ # vi /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 enabled=1 # yum install -y nginx # systemctl start nginx # systemctl enable nginx – php 7 설치 및 nginx와 php-fpm연동 http://weeppp.com/?p=205 yum install -y … Continue reading

mongodb와 elasticsearch 연동

1. mongodb설치와 elasticsearch설치는 알아서~ 2. elasticsearch-head 플러그인 설치 plugin –install mobz/elasticsearch-head http://localhost:9200/_plugin/head/ 관리자페이지 주소 2. elasticsearch-river-mongdb 플러그인 및 elasticsearch-mapper-attachments 설치 bin/plugin –install com.github.richardwilly98.elasticsearch/elasticsearch-river-mongodb/1.6.0  bin/plugin –install elasticsearch/elasticsearch-mapper-attachments/1.6.0 3. 한글분석 플러그인 설치 bin/plugin -url https://dl-web.dropbox.com/spa/grpekzky9x5y6mc/elastic-analysis-korean/public/elasticsearch-analysis-korean-1.3.0.zip -install analysis-korean 4. 연결 curl -XPUT localhost:9200/_river/DATABASE_NAME/_meta … Continue reading

리눅스서버 초기 셋팅

# 리눅스서버는 ko_kr.utf-8로 되어있는데 securecrt에서 한글깨질때 securecrt 옵션 appearance에서 character UTF-8 로 font에서 스크립트를 한글로 바꾸세요 # ssh root 로그인 금지 vi /etc/ssh/sshd_config PermitRootLogin no PasswordAuthentication yes root# service sshd restart # 시간 맞추기 방화벽에서 Domain, Time 포트 추가 vi /etc/resolv.conf … Continue reading

갤럭시탭으로 네트워크 연결하여 영화보기

얼마전에 집에 있는 넷북을 이용하여 홈서버를 구축해보았습니다. 그래서 잘 사용하고 있었는데 영화들을 피시말고 갤럭시탭이나 아이패드로 침대에서 보면 어떨까 하는 생각이 들었습니다. 아이패드에서는 bdrive나 airvideo, oplayer 같이 볼수 있는 방법이 있으나 2% 부족한 부분이 있어서 포기. 일단 넷북 사양이 너무 낮아서 … Continue reading

페이지 1 의 2212345...1020...마지막 »