<?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; 팁앤테크</title>
	<atom:link href="http://bluesoul.pe.kr/wp/?cat=6&#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>리눅스서버 초기 셋팅</title>
		<link>http://bluesoul.pe.kr/wp/?p=1710</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1710#comments</comments>
		<pubDate>Thu, 31 Jan 2013 02:58:02 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1710</guid>
		<description><![CDATA[# 리눅스서버는 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 &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1710">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1710</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>개인 저장 공간 :: 리눅스 로케일언어 변경하기</title>
		<link>http://bluesoul.pe.kr/wp/?p=1689</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1689#comments</comments>
		<pubDate>Tue, 06 Nov 2012 00:35:13 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1689</guid>
		<description><![CDATA[개인 저장 공간 :: 리눅스 로케일언어 변경하기.]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1689</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncftp 설치 및 활용하기</title>
		<link>http://bluesoul.pe.kr/wp/?p=1619</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1619#comments</comments>
		<pubDate>Fri, 17 Feb 2012 02:21:36 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1619</guid>
		<description><![CDATA[기본 ftp로는 하위디렉토리까지 한꺼번에 가져올수 없다. 1. 설치 2. 하위 모든디렉토리의 파일을 가져오는 백업 스크립트]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1619</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>갤럭시탭으로 네트워크 연결하여 영화보기</title>
		<link>http://bluesoul.pe.kr/wp/?p=1583</link>
		<comments>http://bluesoul.pe.kr/wp/?p=1583#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:48:37 +0000</pubDate>
		<dc:creator>admin_bluesoul</dc:creator>
				<category><![CDATA[팁앤테크]]></category>

		<guid isPermaLink="false">http://bluesoul.pe.kr/wp/?p=1583</guid>
		<description><![CDATA[얼마전에 집에 있는 넷북을 이용하여 홈서버를 구축해보았습니다. 그래서 잘 사용하고 있었는데 영화들을 피시말고 갤럭시탭이나 아이패드로 침대에서 보면 어떨까 하는 생각이 들었습니다. 아이패드에서는 bdrive나 airvideo, oplayer 같이 볼수 있는 방법이 있으나 2% 부족한 부분이 있어서 포기. 일단 넷북 사양이 너무 낮아서 &#8230; <a href="http://bluesoul.pe.kr/wp/?p=1583">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://bluesoul.pe.kr/wp/?feed=rss2&#038;p=1583</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
