<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>푸른청년 푸르게 살고 있나? &#187; admin_bluesoul</title>
	<atom:link href="http://bluesoul.pe.kr/wp/?author=1&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bluesoul.pe.kr/wp</link>
	<description>푸른청년 박재관</description>
	<lastBuildDate>Tue, 26 Sep 2023 06:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>아파치 jmeter 부하 테스트 하기</title>
		<link>http://bluesoul.pe.kr/wp/?p=1793</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1793#comments</comments>
		<pubDate>Thu, 03 Dec 2020 06:52:47 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[분류되지 않음]]></category>
		<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1793</guid>
		<description><![CDATA[https://juntcom.tistory.com/21]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1793</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>리눅스 LVM 구성</title>
		<link>http://bluesoul.pe.kr/wp/?p=1783</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1783#comments</comments>
		<pubDate>Thu, 02 Apr 2020 07:55:02 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1783</guid>
		<description><![CDATA[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 &#160; #기본적인 &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1783">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1783</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>centos7에서 최신 nginx, php, mariadb yum 설치</title>
		<link>http://bluesoul.pe.kr/wp/?p=1787</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1787#comments</comments>
		<pubDate>Wed, 26 Apr 2017 07:02:45 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1787</guid>
		<description><![CDATA[- 최신 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 &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1787">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1787</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>리눅스 서버 초기 셋팅2</title>
		<link>http://bluesoul.pe.kr/wp/?p=1782</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1782#comments</comments>
		<pubDate>Tue, 25 Apr 2017 06:53:29 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1782</guid>
		<description><![CDATA[- 네임서버 추가 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&#38;&#38;hwclock -w 타임존 다를때 ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1782">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1782</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mongodb와 elasticsearch 연동</title>
		<link>http://bluesoul.pe.kr/wp/?p=1775</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1775#comments</comments>
		<pubDate>Wed, 16 Sep 2015 08:30:38 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1775</guid>
		<description><![CDATA[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 &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1775">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1775</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>윈7에서 mongodb 설치하기</title>
		<link>http://bluesoul.pe.kr/wp/?p=1763</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1763#comments</comments>
		<pubDate>Fri, 21 Feb 2014 06:49:39 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1763</guid>
		<description><![CDATA[&#160; # 다운받기 http://www.mongodb.org/downloads # 웹모니터링 페이지 보기 http://localhost:28017 # 서비스에 등록하기 mongod &#8211;bind_ip 127.0.0.1 &#8211;logpath d:\mongodb\log\log.txt &#8211;logappend &#8211;dbpath d:\mongodb\data\db &#8211;directoryperdb &#8211;install &#160;]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1763</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>광대역 LTE와 CA의 LTE-A, 쉽게 알아보자!</title>
		<link>http://bluesoul.pe.kr/wp/?p=1760</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1760#comments</comments>
		<pubDate>Fri, 13 Sep 2013 02:42:53 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[북마크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1760</guid>
		<description><![CDATA[광대역 LTE와 CA의 LTE-A, 쉽게 알아보자! :: 세아향.]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1760</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>디지털 흔적을 근본적으로 지우는 디지털 소멸 시스템(DAS) 기술 등장</title>
		<link>http://bluesoul.pe.kr/wp/?p=1758</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1758#comments</comments>
		<pubDate>Fri, 13 Sep 2013 02:24:53 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[북마크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1758</guid>
		<description><![CDATA[K모바일 :: 뉴스. &#160; ‘디지털 소멸 시스템(Digital Aging System) 이라 지칭된 이 특허는, 디지털 data 내에 인간 유전자의 ‘텔로 메어’처럼, 일종의 &#60;에이징 타이머&#62;를 장착하는 방식인데, 즉, 사용자가 글을 쓰거나 사진을 올릴 때 사전에 타이머로 에이징 시점을 셋팅 해 놓으면, 해당 &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1758">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1758</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>무선 전력 송수신 기술인 코타, 상용화 준비중</title>
		<link>http://bluesoul.pe.kr/wp/?p=1756</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1756#comments</comments>
		<pubDate>Thu, 12 Sep 2013 05:12:12 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[북마크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1756</guid>
		<description><![CDATA[사진은 권력이다 :: 진정한 무선 전력 송수신 기술인 코타, 상용화 준비중.]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1756</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>와이기그, 와이파이보다 10배 빠른 차세대 무선 랜 기술::바다야크</title>
		<link>http://bluesoul.pe.kr/wp/?p=1754</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1754#comments</comments>
		<pubDate>Thu, 12 Sep 2013 05:10:26 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[북마크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1754</guid>
		<description><![CDATA[와이기그, 와이파이보다 10배 빠른 차세대 무선 랜 기술::바다야크.]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1754</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
