https://juntcom.tistory.com/21
리눅스 LVM 구성
kt 클라우드에서 디스크 연결후 디스크 마운트 하기(이렇게 추가하면 디스크를 라이브로 확장할 수가 없다) # fdisk -l # mkfs.ext4 /dev/xvdb # mkdir /data # mount /dev/xvdb /data # df -TH # vi /etc/fstab /dev/xvdb /data ext4 defaults,nofail 0 0 #기본적인 … Continue reading
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
리눅스 서버 초기 셋팅2
- 네임서버 추가 vi /etc/resolv.conf nameserver 168.126.63.1 – 시스템 업데이트 # yum -y update – 서버시간 맞춤 # yum -y install rdate # crontab -e 00 01 * * * /usr/bin/rdate -s time.bora.net&&hwclock -w 타임존 다를때 ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime … 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
윈7에서 mongodb 설치하기
광대역 LTE와 CA의 LTE-A, 쉽게 알아보자!
디지털 흔적을 근본적으로 지우는 디지털 소멸 시스템(DAS) 기술 등장
K모바일 :: 뉴스. ‘디지털 소멸 시스템(Digital Aging System) 이라 지칭된 이 특허는, 디지털 data 내에 인간 유전자의 ‘텔로 메어’처럼, 일종의 <에이징 타이머>를 장착하는 방식인데, 즉, 사용자가 글을 쓰거나 사진을 올릴 때 사전에 타이머로 에이징 시점을 셋팅 해 놓으면, 해당 … Continue reading