<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>피카부</title>
    <link>https://pikabu.tistory.com/</link>
    <description>코드 중심의 개발 블로그</description>
    <language>ko</language>
    <pubDate>Wed, 20 May 2026 09:36:43 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>레몬바나나</managingEditor>
    <image>
      <title>피카부</title>
      <url>https://t1.daumcdn.net/cfile/tistory/21642B45532151A510</url>
      <link>https://pikabu.tistory.com</link>
    </image>
    <item>
      <title>카카오톡 오픈톡에서 사람들과 채팅으로 주식 매매 할 수 있는 주식봇 소개</title>
      <link>https://pikabu.tistory.com/133</link>
      <description>이번에 소개해드릴 내용은 카카오톡 오픈톡방에서 카카오톡 봇으로 주식 매매를 하거나 주식에 대한 정보를 얻을 수 있는 봇을 소개해드리겠습니다.
&amp;nbsp;
이 봇의 공식 명칭은 주식봇으로 오픈톡 '주식봇 공식'이라는 방에서 사용할 수 있습니다.
&amp;nbsp;
오픈톡 채팅방에서 채팅 명령어로 바로 사용할 수 있습니다. 아래 이미지는 실제 사용 방법입니다.
&amp;nbsp;

이런식으로 느낌표를 뭍여서 !매수 종목이름을 치면 해당 종목의 현재 실제 주가로 주식봇이 ..</description>
      <category>Web</category>
      <category>단톡방</category>
      <category>오픈톡</category>
      <category>주식게임</category>
      <category>주식봇</category>
      <category>카카오톡봇</category>
      <category>카톡봇</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/133</guid>
      <comments>https://pikabu.tistory.com/133#entry133comment</comments>
      <pubDate>Wed, 17 May 2023 21:06:42 +0900</pubDate>
    </item>
    <item>
      <title>티스토리 스킨 사이드바에 달력 캘린더 모듈 넣기 (feat.고래스킨)</title>
      <link>https://pikabu.tistory.com/132</link>
      <description>티스토리 무료 스킨중 개인적으로 깔끔하고 예쁘고 차분하다고 생각되는 고래스킨에는 기본적으로 캘린더를 제공하고 있지 않습니다. 때문에 일기나 매매일지 같은 걸 주제로 하는 블로그에는 조금 아쉬운 부분이 있기도 합니다.
&amp;nbsp;
이러한 고래 스킨을 비롯하여 캘린더가 없는 티스토리 스킨에 커스텀으로 캘린더 모듈을 넣는 방법을 소개하겠습니다.
티스토리 스킨 사이드바에 달력이 추가된 모습

&amp;nbsp;
추가 방법
HTML 편집
다음 html 코드를 html편..</description>
      <category>Dev/Blog|Web</category>
      <category>달력</category>
      <category>캘린더</category>
      <category>티스토리</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/132</guid>
      <comments>https://pikabu.tistory.com/132#entry132comment</comments>
      <pubDate>Sun, 12 Mar 2023 18:49:19 +0900</pubDate>
    </item>
    <item>
      <title>Streamlink를 이용해 Referer를 추가하는 방법</title>
      <link>https://pikabu.tistory.com/130</link>
      <description>다음 명령어 실행:
streamlink --http-header &quot;Referer=https://example.com&quot; URL quality
여기서:

URL은 시청하고 싶은 비디오 스트림의 URL입니다.
quality는 시청하고 싶은 비디오 스트림의 화질입니다 (예: 720p, 1080p 등).
https://example.com은 HTTP 요청에 추가하고 싶은 Referer입니다.

참고: --http-header 대신 -H 옵션을 사용하여 Refer..</description>
      <category>Web</category>
      <category>streamlink</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/130</guid>
      <comments>https://pikabu.tistory.com/130#entry130comment</comments>
      <pubDate>Wed, 8 Feb 2023 20:39:03 +0900</pubDate>
    </item>
    <item>
      <title>웹사이트 페이지에 대량의 이미지로 로딩 속도가 느려지는 문제 해결 방법</title>
      <link>https://pikabu.tistory.com/129</link>
      <description>이미지 압축: 이미지를 압축하여 파일 크기를 줄이면 네트워크 전송 속도가 빨라지고 페이지 로드 속도도 향상됩니다.
이미지 캐시: 이미지를 캐시하여 브라우저가 이미 불러온 이미지를 다시 불러오지 않도록 할 수 있습니다.
이미지 리사이즈: 이미지 크기를 줄이면 파일 크기도 줄어들고 페이지 로드 속도도 향상됩니다.
이미지 스프라이트: 여러 개의 이미지를 하나의 파일로 합치면 네트워크 전송 속도가 빨라지고 페이지 로드 속도도 향상됩니다.
이미지 레이저: 이미지..</description>
      <category>Web</category>
      <category>대량이미지</category>
      <category>로딩속도</category>
      <category>웹사이트</category>
      <category>이미지</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/129</guid>
      <comments>https://pikabu.tistory.com/129#entry129comment</comments>
      <pubDate>Sat, 21 Jan 2023 17:08:54 +0900</pubDate>
    </item>
    <item>
      <title>[Git] git에서 There isn't anything to compare. 가 나오는 경우 해결</title>
      <link>https://pikabu.tistory.com/128</link>
      <description>&quot;There isn't anything to compare.&quot;이 메시지는 git의 git diff 명령을 사용할 때, 커밋되지 않은 변경 사항이 없거나 현재 브랜치와 비교할 브랜치가 지정되지 않아서 나타나는 경고입니다.
이 경우, 다음과 같은 해결방법을 시도해볼 수 있습니다:

git status로 현재 브랜치에 커밋되지 않은 변경 사항이 있는지 확인합니다.
git diff 명령에 비교할 브랜치를 지정합니다. 예를 들어, git diff master로 ..</description>
      <category>Dev/Git</category>
      <category>error</category>
      <category>Git</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/128</guid>
      <comments>https://pikabu.tistory.com/128#entry128comment</comments>
      <pubDate>Sat, 21 Jan 2023 16:59:32 +0900</pubDate>
    </item>
    <item>
      <title>[자바] JAVA_HOME 환경 변수 설정 오류 해결법</title>
      <link>https://pikabu.tistory.com/127</link>
      <description>Java 프로그램을 실행할 때 &quot;ERROR: JAVA_HOME is set to an invalid directory&quot;라는 에러 메시지가 나타나는 경우가 있습니다. 이는 JAVA_HOME 환경 변수가 잘못된 경로로 설정되어 있기 때문입니다.
&amp;nbsp;
이 문제를 해결하려면 JAVA_HOME 환경 변수를 올바른 Java 설치 경로로 설정해야 합니다.
&amp;nbsp;
Windows에서는 명령 프롬프트를 열고 'set JAVA_HOME=path/to/java'..</description>
      <category>Dev/JAVA</category>
      <category>Java</category>
      <category>java_home</category>
      <category>Version</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/127</guid>
      <comments>https://pikabu.tistory.com/127#entry127comment</comments>
      <pubDate>Sat, 21 Jan 2023 16:44:16 +0900</pubDate>
    </item>
    <item>
      <title>[MySQL] InnoDB 설정시 주의해야 할 사항</title>
      <link>https://pikabu.tistory.com/126</link>
      <description>InnoDB는 MySQL에서 사용하는 트랜잭션을 지원하는 스토리지 엔진입니다. InnoDB 설정을 할 때 주의해야 할 몇 가지 사항이 있습니다.

버퍼 풀 크기 : InnoDB는 데이터베이스 데이터를 캐시하는 버퍼 풀을 사용합니다. 버퍼 풀 크기를 설정할 때 서버에 사용 가능한 메모리보다 크게 설정하면 서버가 충분한 메모리를 확보하지 못할 수 있습니다. 서버에 사용 가능한 메모리를 확인하고, 버퍼 풀 크기를 설정해야 합니다. 서버 메모리가 4GB라면, ..</description>
      <category>Dev/MySQL</category>
      <category>#로그 #설정 #InnoDB #서버 #크기 #파일 #버퍼 #메모리 #퍼미션</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/126</guid>
      <comments>https://pikabu.tistory.com/126#entry126comment</comments>
      <pubDate>Sat, 21 Jan 2023 16:13:16 +0900</pubDate>
    </item>
    <item>
      <title>2022년 1월 프로그래밍 개발 언어 순위 1위는 파이썬 (Python)</title>
      <link>https://pikabu.tistory.com/125</link>
      <description>TIOBE Software는 2022년 1월 인기를 모은 프로그래밍 언어를 조사한 결과,&amp;nbsp; &quot;2022년 1월 TIOBE지수&quot;에서 &quot;Python&quot;이 4개월 연속 1위를 차지했다고 밝혔다.
&amp;nbsp;

TIOBE Programming Community 인덱스를 보면 1위는 &quot;Python&quot;으로 1.86%증가, 2위는 &quot;C&quot;로 4.94%감소, 3위는 &quot;Java&quot;로 1.30%감소, 4위는 &quot;C++&quot;로 0.73%증가, 5위는 &quot;C#&quot;로 1.73% 증가했..</description>
      <category>Dev</category>
      <category>#Python #TIOBE #2021년 #인기 #언어 #Java #1월 #2022년 #당장 #프로그래밍 #Go #Swift #변동 #연속 #for #랭킹 #1.73% #12월 #결과 #Programming #TIOBE지수 #어워드 #C# #4개월 #Software #2022 #수상 #Community #February #Index #Kotl</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/125</guid>
      <comments>https://pikabu.tistory.com/125#entry125comment</comments>
      <pubDate>Tue, 1 Mar 2022 18:33:36 +0900</pubDate>
    </item>
    <item>
      <title>PHP Simple HTML DOM Parser사용 방법 (웹 크롤링 파싱)</title>
      <link>https://pikabu.tistory.com/124</link>
      <description>PHP로 웹 페이지를 크롤링하고 파싱할 때 매우 편리하게 사용할 수 있는
PHP Simple HTML DOM Parser의 사용방법을 소개합니다.
&amp;nbsp;
소개
먼저 라이브러리를 다운로드합니다.
PHP Simple HTML DOM Parser - Browse Files at SourceForge.net
&amp;nbsp;
그리고 사용할 php파일에 로드해줍니다.
require_once 'simple_html_dom.php';
&amp;nbsp;
객체 생성
파싱할 ..</description>
      <category>Dev/PHP</category>
      <category>php</category>
      <category>simple html dom parser</category>
      <category>웹크롤링</category>
      <category>웹페이지</category>
      <category>파서</category>
      <category>파싱</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/124</guid>
      <comments>https://pikabu.tistory.com/124#entry124comment</comments>
      <pubDate>Sat, 19 Feb 2022 09:11:04 +0900</pubDate>
    </item>
    <item>
      <title>AWS EC2 AmazonLinux2에 Git 설치 (yum)</title>
      <link>https://pikabu.tistory.com/123</link>
      <description>목적
AmazonLinux2 인스턴스에 Git을 설치하는 방법을 요약합니다.
&amp;nbsp;
내용
git을 설치할 ec2 인스턴스에 ssh로 접속후 아래 명령어를 순서대로 실행합니다.
&amp;nbsp;
1. 아래 명령을 실행하여 yum을 최신 상태로 만듭니다.
$ sudo yum update

2. 아래 명령을 실행하여 git 패키지를 설치합니다.
$ sudo yum install git

3. 아래 명령을 실행하여 git 설치가 완료되었는지 확인합니다.
$ g..</description>
      <category>Dev/Git</category>
      <category>aws</category>
      <category>EC2</category>
      <category>Git</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/123</guid>
      <comments>https://pikabu.tistory.com/123#entry123comment</comments>
      <pubDate>Wed, 9 Feb 2022 20:09:58 +0900</pubDate>
    </item>
    <item>
      <title>[Wiki] 위키 랭킹 위키위키 사이트를 만들기 위한 위키 엔진 인기 순위 10</title>
      <link>https://pikabu.tistory.com/122</link>
      <description>Top 10 선정 기준

- Best of Class (대형 공개 위키, 소규모 개인 위키 등 특정 목적에 가장 적합)
- 뛰어난 특징(개인적인 주관적 선호와 정보에 입각한 의견)
- 일반 인기(사용 사이트 수, 다운로드 수)

TopTenWikiEngines

MediaWiki&amp;nbsp;- 가장 인기 있는 Wiki (PHP 및&amp;nbsp;MySql)&amp;nbsp;WikiPedia&amp;nbsp;프로젝트에서 사용되고 있다.
MoinMoin&amp;nbsp;--&amp;nbsp;..</description>
      <category>IT</category>
      <category>Wiki</category>
      <category>랭킹</category>
      <category>순위</category>
      <category>위키</category>
      <category>위키엔진</category>
      <category>위키위키</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/122</guid>
      <comments>https://pikabu.tistory.com/122#entry122comment</comments>
      <pubDate>Sun, 30 Jan 2022 20:53:56 +0900</pubDate>
    </item>
    <item>
      <title>프로그래머와  웹 개발자의 차이 4가지</title>
      <link>https://pikabu.tistory.com/121</link>
      <description>&amp;nbsp;

가끔 웹 개발자도 프로그래머 인가요? 라는 질문을 하는 글을 본 적이 있습니다.
&amp;nbsp;
그러나 프로그래밍에 대한 오해는 그것만이 아닙니다. 소프트웨어 기술자, 웹 개발자,&amp;nbsp; 프로그래머라고 하는 말을 잘 듣습니다만, 이것들은 호칭이 다를 뿐만 아니라 하는 일에도 중요한 차이가 있습니다.
&amp;nbsp;
여기서는 프로그래밍과 웹 개발이 얼마나 다른지 알아보겠습니다.
1. 목적이 다르다
둘 다 컴퓨터로 뭔가를 하기 위해 코딩을 하는 ..</description>
      <category>IT</category>
      <category>웹개발자</category>
      <category>코딩</category>
      <category>프로그래머</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/121</guid>
      <comments>https://pikabu.tistory.com/121#entry121comment</comments>
      <pubDate>Sun, 30 Jan 2022 17:20:09 +0900</pubDate>
    </item>
    <item>
      <title>[Windows] 일본어 히라가나 변환 입력키를 오른쪽 Alt키로 변경하는 방법</title>
      <link>https://pikabu.tistory.com/120</link>
      <description>원래 일본어 입력은 한국어 키보드인 경우 왼쪽 'Alt + ~' 키로 변경할 수 있다. 그런데 굳이 우측 알트키로 변경하는 이유는 다음과 같다.
&amp;nbsp;
한국어 상태에서 한/영 전환키를 우측 알트키로 사용하고 있는데 일본어를 쓰다가 한국어로 쓰려고 할 때 입력 전환이 늦어지는 경우 우측 Alt키를 누르면 해당 프로그램의 메뉴가 선택이 되어져 버린다.
&amp;nbsp;
이게 얼마나 위험하냐면 예를들어 아웃룩으로 메일 작성중에 일본어 상태에서 우측 알트키를 ..</description>
      <category>PC</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/120</guid>
      <comments>https://pikabu.tistory.com/120#entry120comment</comments>
      <pubDate>Sat, 3 Apr 2021 11:58:31 +0900</pubDate>
    </item>
    <item>
      <title>HTML의 기본 샘플 코드</title>
      <link>https://pikabu.tistory.com/119</link>
      <description>HTML이란
HTML은 HyperText Markup Language(하이퍼텍스트 마크업 언어)의 약자입니다. 하이퍼텍스트는 여러 텍스트(문서)가 링크에 의해 연상적으로 연결된 것이고 마크업은 텍스트 안의 문자 등 의미를 부여하는 것을 의미합니다. HTML은 &amp;lt;body&amp;gt; 나 &amp;lt;p&amp;gt; 등의 태그에 의미 부여를 하여 하이퍼텍스트를 실현하기 위한 언어 입니다.
&amp;nbsp;
HTML 샘플 코드
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
..</description>
      <category>Dev/HTML|CSS</category>
      <category>HTML</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/119</guid>
      <comments>https://pikabu.tistory.com/119#entry119comment</comments>
      <pubDate>Sun, 21 Mar 2021 22:34:48 +0900</pubDate>
    </item>
    <item>
      <title>[javascript]  자바스크립트 배열 정렬 시키기 (Sort)</title>
      <link>https://pikabu.tistory.com/118</link>
      <description>배열을 정렬시키는 방법은 여러가지가 있지만 보통 Sort 방법으로 정렬을 시키는게 간단하다.
const months = ['March', 'Jan', 'Feb', 'Dec'];
months.sort();
console.log(months);
// expected output: Array [&quot;Dec&quot;, &quot;Feb&quot;, &quot;Jan&quot;, &quot;March&quot;]

const array1 = [1, 30, 4, 21, 100000];
array1.sort();
console...</description>
      <category>Dev/JavaScript</category>
      <category>JavaScript</category>
      <category>배열</category>
      <category>정렬</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/118</guid>
      <comments>https://pikabu.tistory.com/118#entry118comment</comments>
      <pubDate>Thu, 18 Mar 2021 08:32:38 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery] 현재 포커스 상태인 요소의 ID 취득 방법</title>
      <link>https://pikabu.tistory.com/117</link>
      <description>Javascript jQuery로 현재 focus된 HTML 요소의 ID 취득 방법
var id = $(':focus').attr('id');
alert(id);
id외에 class 등등 다른 요소도 취득이 가능하다</description>
      <category>Dev/JavaScript</category>
      <category>Focus</category>
      <category>JavaScript</category>
      <category>jquery</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/117</guid>
      <comments>https://pikabu.tistory.com/117#entry117comment</comments>
      <pubDate>Thu, 18 Mar 2021 08:24:36 +0900</pubDate>
    </item>
    <item>
      <title>[javascript] 자바스크립트 배열의 중복값을 제거하는 간단한 방법</title>
      <link>https://pikabu.tistory.com/116</link>
      <description>javascript의 배열을 중복값을 제거하는 방법은 여러가지가 있습니다. 전부 값을 파악하며 값이 일치하면 지운다던지 하는 방법입니다만 이런 방식은 이제 추천하지 않습니다.
&amp;nbsp;
EcmaScript 2015부터 적용된 Set을 사용하면 간단히 배열의 중복값을 제거할 수 있습니다.
&amp;nbsp;
JavaScript에서 배열의 중복값을 제거하는 방법
const array1 = [1, 5, 3, 1, 5, 3];
const array2 = Array...</description>
      <category>Dev/JavaScript</category>
      <category>array</category>
      <category>JavaScript</category>
      <category>JS</category>
      <category>배열</category>
      <category>중복제거</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/116</guid>
      <comments>https://pikabu.tistory.com/116#entry116comment</comments>
      <pubDate>Wed, 17 Mar 2021 17:24:17 +0900</pubDate>
    </item>
    <item>
      <title>[sqlite3] sqlite table에 csv파일로 대량 일괄 insert  추가 하기</title>
      <link>https://pikabu.tistory.com/115</link>
      <description>대량의 내용을 데이터베이스 table에 일일이 insert 하는것은 엄청 힘든 일이다.
이런 경우 최대한 csv 형식으로 데이터를 정리하여 한번에 table에 넣는 방법을 추천한다.
&amp;nbsp;
아래는 예시로 일단 sqlite3 test.db를 만들고 그 안에 list 테이블을 만들었다
CREATE TABLE list(number INTEGER, keyword TEXT);
&amp;nbsp;
이제 .show 명령어로 해당 db의 속성을 확인하자.
sqlite&amp;..</description>
      <category>Dev/SQLite</category>
      <category>CSV</category>
      <category>import</category>
      <category>SQLite</category>
      <category>sqlite3</category>
      <category>데이터베이스 #db</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/115</guid>
      <comments>https://pikabu.tistory.com/115#entry115comment</comments>
      <pubDate>Tue, 9 Mar 2021 11:05:07 +0900</pubDate>
    </item>
    <item>
      <title>순수 한국어 단어 캐릭터 이름 짓기 생성 랜덤 닉네임 별명 만들기 사이트</title>
      <link>https://pikabu.tistory.com/114</link>
      <description>인터넷 커뮤니티나 온라인 게임의 캐릭터 닉네임을 만들때 항상 고민이 되고 시간이 드는 경우가 있습니다.
이런 경우 자신이 원하는 닉네임을 만들어 줄 수 있는 사이트를 이용하는게 좋습니다.
&amp;nbsp;
오늘 소개하는 닉네임 만들기 사이트는 한국어 단어로 된 닉네임을 만들때 사용하면 좋습니다.
실제 국립국어원에 등록된 한국어 단어이므로 아무렇게나 짓는 이름보다는 애착이 가더라구요.
&amp;nbsp;

저는 바람이라는 단어를 좋아해서 5글자로 된 바람으로 끝나는 ..</description>
      <category>WebTool</category>
      <category>닉네임생성</category>
      <category>단어</category>
      <category>랜덤닉네임</category>
      <category>별명</category>
      <category>웹툴</category>
      <category>이름짓기</category>
      <category>이름짓기사이트</category>
      <category>캐릭터이름</category>
      <category>한국어단어</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/114</guid>
      <comments>https://pikabu.tistory.com/114#entry114comment</comments>
      <pubDate>Sun, 7 Mar 2021 14:10:14 +0900</pubDate>
    </item>
    <item>
      <title>웹페이지 전체를 이미지 한장으로 저장하기</title>
      <link>https://pikabu.tistory.com/113</link>
      <description>현재 보고 있는 웹 페이지를 그대로 이미지 한장으로 저장하는 방법을 소개해드립니다.
&amp;nbsp;
현재까지 많이 알려진 방법은 보통 크롬 확장프로그램이나 외부 프로그램을 사용하는 방법이지만
오늘 알려드리는 방법은 웹 브라우저 자체 기능인 개발자 툴을 사용하는 방법입니다.&amp;nbsp;
&amp;nbsp;
대부분의 웹 브라우저(크롬, 엣지, 파이어폭스, 오페라 등)는 개발자 툴을 제공하고 있습니다.
&amp;nbsp;
1. 크롬 개발자 툴(&amp;nbsp;F12&amp;nbsp;또는&amp;n..</description>
      <category>PC</category>
      <category>웹페이지</category>
      <category>웹페이지저장</category>
      <category>전체이미지저장</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/113</guid>
      <comments>https://pikabu.tistory.com/113#entry113comment</comments>
      <pubDate>Sun, 7 Mar 2021 12:06:51 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] grep 명령어로 확장자 지정 및 제외 검색 특정 폴더 디렉토리만 검색 등 옵션 소개</title>
      <link>https://pikabu.tistory.com/112</link>
      <description>리눅스 등에서 파일의 내용중에 원하는 키워드나 문장을 검색하거나 할때&amp;nbsp; 자주 사용하는 grep 명령어입니다.&amp;nbsp; 아주 편리한 기능이지만 .log 파일등을 검색 대상에 포함시켜버리면 기껏 검색한 내용이 로그 내용으로 보기 어렵게 되어 버립니다.
&amp;nbsp;
이런경우는 .log 확장자는 제외시키커나 log 파일들이 있는 폴더는 제외하고 검색하는 편이 좋습니다.
저는 보통 제외보다는 .php 등으로 원하는 확장자를 지정해서 사용하는 편이 많습..</description>
      <category>Dev/Linux</category>
      <category>grep</category>
      <category>Linux</category>
      <category>리눅스</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/112</guid>
      <comments>https://pikabu.tistory.com/112#entry112comment</comments>
      <pubDate>Sun, 28 Feb 2021 16:11:47 +0900</pubDate>
    </item>
    <item>
      <title>[웹툴] 네이버 동영상 다운로드하는 방법 (새로운 방법)</title>
      <link>https://pikabu.tistory.com/111</link>
      <description>기존에 사용하던 To Get Flv 사이트가 현재 접속이 안되는 관계로 여러 방법을 찾아 헤매던 중, 이 방법으로 다운로드가 되었기 때문에 소개합니다.
&amp;nbsp;
이 방법은 기존 ffmpeg처럼 cmd창에서 실행해놓으면 알아서 다운로드 되는 방법으로 익숙해지면 편한 방법입니다.
&amp;nbsp;
일단 링크는 네이버 블로드 다운로드 방법 입니다.
&amp;nbsp;
뭐 저곳에 가면 자세히 설명되어 있어서 딱히 어려운 점은 없습니다.&amp;nbsp;
&amp;nbsp;
그냥 st..</description>
      <category>WebTool</category>
      <category>streamlink</category>
      <category>네이버 동영상 다운로드</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/111</guid>
      <comments>https://pikabu.tistory.com/111#entry111comment</comments>
      <pubDate>Sat, 27 Feb 2021 18:11:29 +0900</pubDate>
    </item>
    <item>
      <title>[HTML] input 요소에 입력한 문자를 진하게 (볼드체)로 바꾸기</title>
      <link>https://pikabu.tistory.com/110</link>
      <description>텍스트 박스 내의 문자열을 진하게(bold) 하려면 다음의 CSS속성을 추가해주시면 됩니다.
&amp;nbsp;
font-weight : bold ;
&amp;nbsp;
HTML
&amp;lt;input type=&quot;text&quot; style=&quot;font-weight : bold ;&quot;&amp;gt;
&amp;nbsp;
&amp;nbsp;</description>
      <category>Dev/HTML|CSS</category>
      <category>Bold</category>
      <category>CSS</category>
      <category>HTML</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/110</guid>
      <comments>https://pikabu.tistory.com/110#entry110comment</comments>
      <pubDate>Thu, 25 Feb 2021 20:58:39 +0900</pubDate>
    </item>
    <item>
      <title>[Python] Google Colab 파이썬 코딩을 웹상에서 쉽고 빠르게</title>
      <link>https://pikabu.tistory.com/109</link>
      <description>Google Colab은 구글에서 제공하는 웹브라우저에서 바로 파이썬 코딩이 가능한 무료 서비스 입니다. 파이썬을 한번 해보려는데 설치부터해서 뭐부터 해야 할지 몰라 시작부터 해메는 분들은 구글 계정만 있으면 Google Colab에서 바로 파이썬을 코딩해 볼 수 있습니다.
&amp;nbsp;
당연하게도 구글 계정이 필요합니다.&amp;nbsp;
&amp;nbsp;
Google Colab 바로가기
&amp;nbsp;
&amp;nbsp;
위 링크를 클릭하여 로그인을 합니다. 
로그인을 하거..</description>
      <category>Dev/Python</category>
      <category>Google Corlab</category>
      <category>웹</category>
      <category>코딩</category>
      <category>파이썬</category>
      <category>파이썬입문</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/109</guid>
      <comments>https://pikabu.tistory.com/109#entry109comment</comments>
      <pubDate>Thu, 25 Feb 2021 09:06:52 +0900</pubDate>
    </item>
    <item>
      <title>[Vim] VIM에서 선택 부분을 정렬시키기</title>
      <link>https://pikabu.tistory.com/108</link>
      <description>VIm빔의 내부 명령어 sort를 사용하여 여러 방식으로 행을 정렬시킬 수 있습니다.

&amp;lt;S-V&amp;gt;로 선택한 상태에서 다음 명령을 실행하면 오름차순으로 정렬됩니다.

:sort


sort는 vim 내부 명령어로써 도움말도 볼 수 있습니다.

:h :sort


역순으로 정렬

:sort!



중복행을 삭제

:sort u


최초 발견한 숫자로 정렬 (10진수)

:sort n


정규표현에 매칭하는 부분으로 정렬

:sort /\a\a\a..</description>
      <category>Dev/VIM|Neovim</category>
      <category>sort</category>
      <category>vim</category>
      <category>정렬</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/108</guid>
      <comments>https://pikabu.tistory.com/108#entry108comment</comments>
      <pubDate>Wed, 24 Feb 2021 16:28:23 +0900</pubDate>
    </item>
    <item>
      <title>[웹툴] 주식 수익률 계신기 매수 매도 손익 계산기</title>
      <link>https://pikabu.tistory.com/107</link>
      <description>요즘 같은 주식붐 시대에 손익계산도 빨리해야 하는 것 같습니다.
&amp;nbsp;
전에 소개해드린 물타기 계산기 에 이어 이번에도 유용한 주식 수익률 계산기를 소개해드립니다.
&amp;nbsp;

위에 보이는 이미지는 주식 손익률 계산기입니다.
&amp;nbsp;
증권사 수수료와 매수단가, 매도단가, 매도수량을 입력하면 자동으로 계산이 되어 나옵니다.&amp;nbsp;
&amp;nbsp;
자신이 보유한 종목의 단가가 얼마가 되야 자신에게 수익이 되는지,또한 떨어질 때의 손해가 얼마가 되..</description>
      <category>WebTool</category>
      <category>계산기</category>
      <category>수익</category>
      <category>수익률계산기</category>
      <category>주식</category>
      <category>주식손익</category>
      <category>주식수익률계산기</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/107</guid>
      <comments>https://pikabu.tistory.com/107#entry107comment</comments>
      <pubDate>Tue, 23 Feb 2021 19:40:54 +0900</pubDate>
    </item>
    <item>
      <title>[HTML] textarea 입력된 문자수 확인 카운트하기</title>
      <link>https://pikabu.tistory.com/106</link>
      <description>html
  &amp;lt;textarea maxlength=&quot;100&quot;  id=&quot;pikabu&quot;&amp;gt;&amp;lt;/textarea&amp;gt;  

javascript로만
  var pikabu = document.getElementById('pikabu'); 
  var count = pikabu.value.length;//문자수

jquery사용시
  var content = jQuery('#pikabu').val();
  var count = content.leng..</description>
      <category>Dev/HTML|CSS</category>
      <category>HTML</category>
      <category>JavaScript</category>
      <category>jquery</category>
      <category>textarea</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/106</guid>
      <comments>https://pikabu.tistory.com/106#entry106comment</comments>
      <pubDate>Tue, 23 Feb 2021 11:44:14 +0900</pubDate>
    </item>
    <item>
      <title>일본 IT엔지니어 개발자가 2021년에 가장 관심있는 프로그래밍 언어 순위</title>
      <link>https://pikabu.tistory.com/105</link>
      <description>일본 IT테크놀러지 인력 전문 업체 테크스트리트가 일본 국내 IT엔지니어를 대상으로 실시한 2021년 엔지니어로써 배우고 싶은 (관심있는) 프로그래밍 랭킹 조사를 올해 2월 5일 발표했다.
&amp;nbsp;

조사 결과 1위는 Python (32.8%)로 2위는 Java(9.3)% 순이었다.
&amp;nbsp;

연령대별 순위로도 파이선이 1위를 차지했다.</description>
      <category>IT</category>
      <category>Java</category>
      <category>Python</category>
      <category>개발언어</category>
      <category>랭킹</category>
      <category>순위</category>
      <category>일본IT</category>
      <category>프로그래밍</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/105</guid>
      <comments>https://pikabu.tistory.com/105#entry105comment</comments>
      <pubDate>Tue, 23 Feb 2021 11:32:36 +0900</pubDate>
    </item>
    <item>
      <title>Linux 리눅스 PHP 버전 확인 및 업그레이드 방법</title>
      <link>https://pikabu.tistory.com/104</link>
      <description>PHP 버전 확인 방법
$ php -v
PHP 5.4.16 (cli) (built: Apr 12 2018 19:02:01)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies

# 설치된 php 및 관련 모듈 확인

$ yum list installed | grep php
php.x86_64                     ..</description>
      <category>Dev/PHP</category>
      <category>Lnux</category>
      <category>php</category>
      <category>리눅스</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/104</guid>
      <comments>https://pikabu.tistory.com/104#entry104comment</comments>
      <pubDate>Sun, 21 Feb 2021 20:08:13 +0900</pubDate>
    </item>
    <item>
      <title>[HTML/CSS] html에 css를  적용시키는 방법</title>
      <link>https://pikabu.tistory.com/103</link>
      <description>먼저 외부 css 코드가 적혀 있는 css 파일을 html 파일에 불러 오는 방법입니다.
//HTML
&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot;&amp;gt;


html파일에 직접 적어주는 방법입니다.

//HTML
&amp;lt;style type=&quot;text/css&quot;&amp;gt;
  td {
    width: 50px;
  }
&amp;lt;/style&amp;gt;
</description>
      <category>Dev/HTML|CSS</category>
      <category>CSS</category>
      <category>HTML</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/103</guid>
      <comments>https://pikabu.tistory.com/103#entry103comment</comments>
      <pubDate>Fri, 19 Feb 2021 18:56:28 +0900</pubDate>
    </item>
    <item>
      <title>[Git] 깃 관리 대상 에서 제외 하기 untracked file로 돌리기</title>
      <link>https://pikabu.tistory.com/102</link>
      <description>Git을 사용하다보면 이미 관리 대상이 되어 버린 파일을 관리에서 해제하고 싶은 경우가 있다.
이미 관리 대상이 된 후에는 .gitignore에 추가하더라도 자동으로 제외시킬순 없다
&amp;nbsp;
이럴땐 다음과 같은 명령어로 다시 untracked file, 즉 관리 대상에서 제외 시킬 수 있다.
&amp;nbsp;
&amp;nbsp;

  git rm --cached sample.txt
&amp;nbsp;

이러면 실제 로컬상에 파일은 남아있지만 git 관리에서는 Delet..</description>
      <category>Dev/Git</category>
      <category>Git</category>
      <category>깃</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/102</guid>
      <comments>https://pikabu.tistory.com/102#entry102comment</comments>
      <pubDate>Sat, 9 Jan 2021 21:54:16 +0900</pubDate>
    </item>
    <item>
      <title>모니터 디스플레이 순서 듀얼 확장 PC화면 1번 2번 설정 관련</title>
      <link>https://pikabu.tistory.com/101</link>
      <description>듀얼 모니터를 쓰는데 한가지 신경쓰이는 점이 메인 디스플레이가 2번이라는 점이다. 예전에 이거때문에 이것저것 해보다가 결국은 2번이 메인, 확장으로 쓸때는 1번이 왼쪽에 추가되는 방식으로 써오고 있었는데 이번에 다시 한번 고쳐보려고 시도해보았다.
&amp;nbsp;
현재 메인이 2번, 서브가1번 디스플레이로 인식되어 있는데 이것을 소프트웨어 적으로 바꾸기는 무리가 있는 듯 하다. 그래서 물리적으로 바꿔줘야 했다.
&amp;nbsp;
즉, 2번에 꼳힌 HDMI를 1번에..</description>
      <category>PC</category>
      <category>듀얼모니터</category>
      <category>디스플레이</category>
      <category>디스플레이1번</category>
      <category>모니터</category>
      <category>모니터순서</category>
      <category>윈도우</category>
      <category>프로젝터</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/101</guid>
      <comments>https://pikabu.tistory.com/101#entry101comment</comments>
      <pubDate>Sun, 3 Jan 2021 15:21:37 +0900</pubDate>
    </item>
    <item>
      <title>[Git] 기존 디렉토리에 git clone 하는 방법</title>
      <link>https://pikabu.tistory.com/100</link>
      <description>이미 개발을 시작 한 뒤에 나중에 그 폴더에 git을 도입하려고 할 때 사용 하는 방법으로 원시적으로는 일단 그 폴더 내용을 다른곳으로 옮기고 그곳에 git init한 다음 다시 원래대로 복구 하는 방법 등이 있으나, 이번에 소개할 방법은 git 명령어로 하는 방법이다.
&amp;nbsp;
1. git clone 하려던 기존 디렉터리에  git init 하여 로컬 리포지토리 생성
2. git remote add origin https://....git 으로 리..</description>
      <category>Dev/Git</category>
      <category>git #clone</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/100</guid>
      <comments>https://pikabu.tistory.com/100#entry100comment</comments>
      <pubDate>Tue, 8 Dec 2020 13:10:52 +0900</pubDate>
    </item>
    <item>
      <title>Neovim 설정 파일 위치 및 클립보드 복사</title>
      <link>https://pikabu.tistory.com/99</link>
      <description>Vim을 사용하는 사람이라면 윈도우에서 메모장 대신 사용중인 gvim을 많이 사용하지만 업데이트가 되지 않아 최근에는 vim을 계승한 Neovim이라는 것을 알게 되어 사용해 보았다.
&amp;nbsp;
비쥬얼적으로 더 모던한 느낌이지만 한가지 불편한점이 있었는데, 바로 붙여넣기가 안된다는 점.
&amp;nbsp;
검색을 통하여&amp;nbsp;
: noremap! &amp;lt;S-Insert&amp;gt; &amp;lt;C-R&amp;gt;+

&amp;nbsp;를 입력하면 Shift+Insert 키로 붙..</description>
      <category>Dev/VIM|Neovim</category>
      <category>neovim</category>
      <category>vim</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/99</guid>
      <comments>https://pikabu.tistory.com/99#entry99comment</comments>
      <pubDate>Wed, 22 Jul 2020 12:04:45 +0900</pubDate>
    </item>
    <item>
      <title>[Lotto] 로또 반자동 되는 생성기 자동 조합기</title>
      <link>https://pikabu.tistory.com/98</link>
      <description>로또 생성기 소개입니다.인터넷상에서 바로 사용할 수 있는 로또 자동 조합기 입니다.기존 자동과 제외 번호 입력하는 생성기는 있지만 반자동은 없는 것 같아 소개드립니다.위 사진 처럼 포함할 숫자에 생성에 포함할 숫자를 적으면 됩니다. 띄어쓰기로 최대 5개까지 입력 가능합니다.제외할 숫자가 있으면 역시 띄어쓰기로 복수 입력 가능합니다.생성할 개수를 입력 후 생성을 누르면 아래에 번호가 추출됩니다.포함된 숫자는&amp;nbsp;파란색으로 표시됩니다.또한 한번 입력된..</description>
      <category>WebTool</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/98</guid>
      <comments>https://pikabu.tistory.com/98#entry98comment</comments>
      <pubDate>Mon, 25 Feb 2019 10:33:07 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery] a 태그 링크 클릭 안되게 하기</title>
      <link>https://pikabu.tistory.com/97</link>
      <description>preventDefault(); 사용하기 
새로운 요소에 전달하면서 a태그 링크 기능을 무효화 시킨다.
&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;script src=&quot;//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src=&quot;./foo.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;l..</description>
      <category>Dev/JavaScript</category>
      <category>a태그</category>
      <category>HTML</category>
      <category>JavaScript</category>
      <category>jquery</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/97</guid>
      <comments>https://pikabu.tistory.com/97#entry97comment</comments>
      <pubDate>Wed, 19 Dec 2018 14:18:56 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] lastb 명령어 사용 방법 옵션 설명 로그인 실패 확인 커맨드</title>
      <link>https://pikabu.tistory.com/96</link>
      <description>lastb 명령어는?

&quot;lastb&quot; 명령어는 로그인 실패 기록을 확인할 때 사용하는 명령어입니다. UNIX 계열 (Linux/Mac 등)에서 사용할 수 있습니다. 

-a	호스트 이름을 마지막 열에 표시
-d	호스트를 호스트 이름으로 표시
-f	로그인 내역을 지정 파일 에서 로드
-i	호스트를 IP 주소로 표시
-n [숫자]	숫자 건수 보기
-s	역순으로 하기 위해 구분 기호를 지정
-x	종료 런레벨 변경 내역보기
-R	호스트 이름을 표시
- [숫자]..</description>
      <category>Dev/Linux</category>
      <category>lastb</category>
      <category>Linux</category>
      <category>명령어</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/96</guid>
      <comments>https://pikabu.tistory.com/96#entry96comment</comments>
      <pubDate>Wed, 28 Nov 2018 14:23:38 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] ssh port 포트 변경 방법</title>
      <link>https://pikabu.tistory.com/95</link>
      <description>ssh 포트를 변경하는 이유
보안상 ssh 포트를 변경하는 것이 좋다. 그렇지 않으면 지속적으로 로그인 시도를 당하게 되며 이는 곧 서버 내의 불필요한 로그도 쌓이게 되는 것을 의미 한다. 또한 이러한 시도 자체가 서버의 리소스를 소모시키게 되므로 서버에 부하가 걸리는 직접적인 원인이 될 수 있다.

ssh 포트 변경 방법
포트 변경

sudo vi /etc/ssh/sshd_config
Port 987506 // 변경할 포트 번호

sshd 재시작

s..</description>
      <category>Dev/Linux</category>
      <category>Linux</category>
      <category>SSH 포트 변경</category>
      <category>SSHD</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/95</guid>
      <comments>https://pikabu.tistory.com/95#entry95comment</comments>
      <pubDate>Wed, 28 Nov 2018 13:54:27 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] btmp 파일은 무엇일까? 리눅스 로그 관리 삭제</title>
      <link>https://pikabu.tistory.com/94</link>
      <description>/var/log/btmp 파일은?
UNIX계열의OS(Linux 또는 Mac)에서 사용되는 로그이며 '누군가가 로그인을 시도했지만 실패했다'는 내용이 기록되는 로그이다.
이 파일은 바이너리 파일이므로 vi 등의 편집 프로그램으로는 확인이 불가능하며 내용을 보려면 lastb 명령어로 볼 수 있다.
lastb 명령어를 실행하면 아래와 같이 로그인 실패 이력이 표시된다.

root　　 ssh:notty　　198.51.100.2 Thu Jul　9 07:27 - ..</description>
      <category>Dev/Linux</category>
      <category>btmp</category>
      <category>Linux</category>
      <category>ssh</category>
      <category>로그</category>
      <category>차단</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/94</guid>
      <comments>https://pikabu.tistory.com/94#entry94comment</comments>
      <pubDate>Wed, 28 Nov 2018 13:50:44 +0900</pubDate>
    </item>
    <item>
      <title>[PHP] error_log 함수 사용시 한글 깨짐 문자가 제대로 보이지 않는 문제 해결</title>
      <link>https://pikabu.tistory.com/93</link>
      <description>php로 개발을 하다 보면 error_log로 로그를 확인할 때가 있다.&amp;nbsp;이 경우 한글을 출력하면 다음과 같이 보일 때가 있다.\xea\xb0\x80\xec\x9e\x85\xed\x96\x88\xec\x8a\xb5\xeb\x8b\x88\xeb\x8b\xa4...
이것은 딱히 문자 깨짐 현상이 아니라 보안 관련상 아파치 서버가 적절히 에스케이프 해주는 관계로 이렇게 출력이 되는 것이다.&amp;nbsp;(아파치 설정으로 변경 가능한 것으로 알고 있다.)..</description>
      <category>Dev/PHP</category>
      <category>error_log</category>
      <category>php</category>
      <category>Tail</category>
      <category>깨짐</category>
      <category>로그</category>
      <category>문자</category>
      <category>에러</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/93</guid>
      <comments>https://pikabu.tistory.com/93#entry93comment</comments>
      <pubDate>Wed, 11 Apr 2018 13:44:47 +0900</pubDate>
    </item>
    <item>
      <title>[WordPress] 워드프레스 테마 업데이트 알림 끄기</title>
      <link>https://pikabu.tistory.com/92</link>
      <description>워드프레스의 테마는&amp;nbsp;테마 발행처가&amp;nbsp;업데이트 되면 알림이 뜨게 되어 있다.그런데 테마를 직접 수정하는 상태에서 이 알림을 보고 업데이트를 해버리면 기껏 수정해놓은 내용이 전부 초기화 되어 버린다.워드프레스는 이런 경우를 대비 하위 테마라는 개념이 있지만 나는 이미 수정해 버렸고 하위 테마 개념은 신경쓰기도 싫다.이런 경우 테마의 알림을 무시해버리게 하면 된다.해당 테마의 functions.php 파일 맨 밑 부분에 아래의 내용을 추가해주..</description>
      <category>Dev/WordPress</category>
      <category>WP</category>
      <category>알림</category>
      <category>워드프레스</category>
      <category>테마</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/92</guid>
      <comments>https://pikabu.tistory.com/92#entry92comment</comments>
      <pubDate>Mon, 9 Apr 2018 14:16:27 +0900</pubDate>
    </item>
    <item>
      <title>[PHP] 문자열에서 글자수를 기준으로 자르기 (영어 한글)</title>
      <link>https://pikabu.tistory.com/91</link>
      <description>문자열에서 글자수를 기준으로 자를 경우는 wrodwrap 함수를 사용하면 된다.

근데 이 함수는 한글에 적용시키면 불안정하고 잘 안된다.

때문에 한글 전용으로 함수를 만들어서 적용시켜보았다.
함수 mb_wordwrap 준비
function mb_wordwrap( $str, $width=35, $break=PHP_EOL ) { 
  $c = mb_strlen($str);
  $arr = []; 
  for ($i=0; $i&amp;lt;=$c; $i+=$wi..</description>
      <category>Dev/PHP</category>
      <category>php</category>
      <category>wordwrap</category>
      <category>나누기</category>
      <category>문자열</category>
      <category>자르기</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/91</guid>
      <comments>https://pikabu.tistory.com/91#entry91comment</comments>
      <pubDate>Tue, 27 Mar 2018 11:19:07 +0900</pubDate>
    </item>
    <item>
      <title>평단가 계산기 웹상에서 바로 계산 (주식 가상화폐 등)</title>
      <link>https://pikabu.tistory.com/90</link>
      <description>오늘 소개드릴 웹툴은 평단가 계산기 입니다. (물타기 계산기라고도 하죠.)보통 엑셀이나 프로그램을 다운받아서 사용하는게 많지만&amp;nbsp;웹 페이지에서 바로 계산하기 때문에 사용하기가 간편합니다.주식이나 비트코인 등의 가상화폐 등에 유용하게 사용할 수 있습니다.먼저 처음에는&amp;nbsp;이런식으로 빈칸이 4군데 보입니다.왼쪽 위부터 매수했던&amp;nbsp;가격, 매수했던 수량을 적고그 다음줄에 현재의 가격과 구입할 수량을 적으면&amp;nbsp;평단가와 총 매수액이 자동..</description>
      <category>WebTool</category>
      <category>가상화폐</category>
      <category>계산기</category>
      <category>물타기 계산기</category>
      <category>비트코인</category>
      <category>웹툴</category>
      <category>주식</category>
      <category>평단가 계산기</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/90</guid>
      <comments>https://pikabu.tistory.com/90#entry90comment</comments>
      <pubDate>Wed, 21 Feb 2018 12:04:28 +0900</pubDate>
    </item>
    <item>
      <title>윈도우 업데이트로 화면이 어두워지고 글자색이 진해졌을때 되돌리는 방법</title>
      <link>https://pikabu.tistory.com/89</link>
      <description>이번에 윈도우 10업데이트로 인해 화면이 갑자기 어두워지고 글자가 진하게 되는 현상이 발생하였다.구글에 검색을 해봐도 이전 버전으로 되돌리라는 등의 어처구니 없는 답변 밖에 보이지 않아 직접 해결 방법을 찾아보았다.일단 나의 경우는 NVIDIA의 GTX계열 그래픽 드라이버를 사용하고 있었는데 설정을 확인해보았다.바탕화면에 우클릭을 하여&amp;nbsp;NVIDIA 제어판을 실행시킨다.그후 바탕 화면 컬러 설정 조정을 클릭하여 NVIDIA 설정 사용이 선택되어 ..</description>
      <category>PC</category>
      <category>글자 진해지는 문재</category>
      <category>업데이트</category>
      <category>엔비디아</category>
      <category>윈도우</category>
      <category>컬러설정</category>
      <category>화면 어두워짐</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/89</guid>
      <comments>https://pikabu.tistory.com/89#entry89comment</comments>
      <pubDate>Thu, 18 Jan 2018 20:12:15 +0900</pubDate>
    </item>
    <item>
      <title>[linux] 리눅스 find 명령어로 0바이트 파일 또 비어있는 폴더 디렉토리 찾아서 확인 및 삭제</title>
      <link>https://pikabu.tistory.com/88</link>
      <description>서버를 운영하다보면 0바이트의 파일이나 비어 있는 디렉토리가 생성되기 마련이다.
한두개면 직접 보고 관리하면 되지만 대량으로 생성되는 경우라면 아래의 명령어가 편리하다

0 byte로 된 파일 리스트 보기
find . -type f -empty

0 byte로 된&amp;nbsp;파일 리스트 삭제
find . -type f -empty -delete

비어있는 폴더 리스트 보기
find . -type d -empty

비어있는 폴더 리스트 삭제
find . -..</description>
      <category>Dev/Linux</category>
      <category>0byute</category>
      <category>find</category>
      <category>Linux</category>
      <category>디렉토리</category>
      <category>비어있는 디렉토리</category>
      <category>폴더</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/88</guid>
      <comments>https://pikabu.tistory.com/88#entry88comment</comments>
      <pubDate>Thu, 18 Jan 2018 09:53:46 +0900</pubDate>
    </item>
    <item>
      <title>[Git] 리모트 서버에 있는 브랜치를 로컬로 가져오는 방법</title>
      <link>https://pikabu.tistory.com/87</link>
      <description>리모트 서버의 브랜치를 로컬에 가져오기
로컬에 브랜치를 만들어 그 브랜치에 리모트 브랜치의 내용을 가져온다.
$ git checkout -b [newbranch] [origin/newbranch]


자주 발생하는 에러
다음과 같은 에러가 발생하는 경우
fatal: Cannot update paths and switch to branch ‘[newbranch]’ at the same time.
Did you intend to checkout '[newb..</description>
      <category>Dev/Git</category>
      <category>Branch</category>
      <category>Git</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/87</guid>
      <comments>https://pikabu.tistory.com/87#entry87comment</comments>
      <pubDate>Fri, 30 Jun 2017 11:45:48 +0900</pubDate>
    </item>
    <item>
      <title>[PHP] 배열 삭제 방법 array_splice array_values array_diff unset</title>
      <link>https://pikabu.tistory.com/86</link>
      <description> Index를 지정하여 삭제하기 1 
 array_splice(); 

	배열을 잘라내는 기능을 이용하여 값을 삭제
	1개 값만 삭제하거나 연속하는 값을 삭제할 때 유용

array_splice 사용예1
$target = array('a', 'b', 'c');

//삭제실행
$split = array_splice($target, 1, 1);

//삭제결과
var_dump($target);/*array(2) { [0]=&amp;gt; string(1) &quot;a&quot; [..</description>
      <category>Dev/PHP</category>
      <category>php 배열삭제</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/86</guid>
      <comments>https://pikabu.tistory.com/86#entry86comment</comments>
      <pubDate>Thu, 22 Jun 2017 11:53:48 +0900</pubDate>
    </item>
    <item>
      <title>[Git] 깃 브랜치명 이름 변경 방법 git branch name change</title>
      <link>https://pikabu.tistory.com/85</link>
      <description>특정 브랜치 이름을 변경
git branch -m &amp;lt;기존 브랜치명&amp;gt; &amp;lt;변경할 브랜치명&amp;gt;


현재 브랜치 이름을 변경
git branch -m &amp;lt;변경할 브랜치명&amp;gt;</description>
      <category>Dev/Git</category>
      <category>git branch</category>
      <category>git name</category>
      <category>깃 브랜치</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/85</guid>
      <comments>https://pikabu.tistory.com/85#entry85comment</comments>
      <pubDate>Wed, 21 Jun 2017 17:12:24 +0900</pubDate>
    </item>
    <item>
      <title>스마트폰 앱 어플 개발에 좋은 언어 정리 및 추천</title>
      <link>https://pikabu.tistory.com/84</link>
      <description>시작하며

당신은 스마트 폰을 가지고 있습니까?

이제 스마트 폰 보급률은 70%를 넘어 계속해서 증가 중입니다.

이와 더불어 시장 규모가 급속히 확대되고 있는 것이 &quot;스마트 폰 앱&quot;입니다.

스마트 폰 앱 개발은 누구에게나 공개되어 있으며 누구라도 개발에 참가할 수 있습니다.

본 포스팅에서는 현재 가장 큰 시장인 앱 플랫폼(Android, iOS, Windows)의 앱 개발에 사용할 수 있는 언어를 소개합니다.


Android 앱
Java

An..</description>
      <category>IT</category>
      <category>Android</category>
      <category>c#</category>
      <category>CSS</category>
      <category>HTML</category>
      <category>ios</category>
      <category>Java</category>
      <category>JavaScript</category>
      <category>objective-c</category>
      <category>swift</category>
      <category>UWP</category>
      <category>Visual Basic</category>
      <category>Windows</category>
      <category>xaml</category>
      <category>앱 개발 언어</category>
      <category>앱 개밸</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/84</guid>
      <comments>https://pikabu.tistory.com/84#entry84comment</comments>
      <pubDate>Fri, 16 Jun 2017 11:13:00 +0900</pubDate>
    </item>
    <item>
      <title>[PHP] Array 배열 요소 추가 삭제 값 구하기 합치기 결합하기 다차원 사용 방법 정리</title>
      <link>https://pikabu.tistory.com/83</link>
      <description>배열이란
배열은 '여러개의 값을 담아 놓는 상자'라고 생각하시면 됩니다. 배열로 선언하면 값이 없어도 배열이 됩니다. 또한 배열 선언과 동시에 값을 대입하는 것도 가능합니다.

$days = []; // 빈 배열 $days 선언

$family = ['dad', 'mom', 'son', 'daughter']; // 값이 있는 배열 $family 선언


배열의 첨자
배열 요소의 위치를 첨자라고 합니다. 첨자는 보통 연속되는 값으로 0,1,2..로 이어집..</description>
      <category>Dev/PHP</category>
      <category>array</category>
      <category>php</category>
      <category>다차원 배열</category>
      <category>배열</category>
      <author>레몬바나나</author>
      <guid isPermaLink="true">https://pikabu.tistory.com/83</guid>
      <comments>https://pikabu.tistory.com/83#entry83comment</comments>
      <pubDate>Wed, 14 Jun 2017 18:20:23 +0900</pubDate>
    </item>
  </channel>
</rss>