- May 18, 2022
Git Repository의 하위 폴더를 분리
Git Repository의 하위 폴더를 분리하여 새로운 Git Repository 생성
- May 18, 2022
GitHub 로그인 없이 push 하기
SSH Key를 등록하여 GitHub 로그인 없이 push 하는 방법
- Dec 2, 2020
Jekyll to Hugo
Hugo로 Github Page 블로그 구축 방법 설명
- Mar 10, 2020
Outlook 빠른 인덱싱
Outlook 인덱싱 설정으로 검색을 빠르게 할 수 있다.
- Jan 4, 2019
Install Burp Suite v2.0
Install Guide for Burp Suite v2.0 on Ubuntu 18.04
- Jan 3, 2019
Install JDK11
Install Guide for JDK11 on Ubuntu 18.04
- Jan 16, 2018
Install Jekyll on Windows 7
이 포스트는 http://jekyll-windows.juthilo.com/ 를 참고 하였습니다. Install Ruby and Ruby DevKit Ruby Download Page 다운로드 ruby v2.3.3 and devKit. rubyinstaller-2.3.3-x64.exe … [Read More]
- Jan 12, 2018
Setup for Atom Editor
Instruction of installing Atom Editor on windows 7.
- Jan 10, 2018
burp suite 정리
프록시 설정 방법 메뉴 - Proxy - Options 에 Proxy Listeners 는 브라우저에서 나오는 request를 listen 한다. 127.0.0.1:8080 으로 설정 메뉴 - User Options - Upstream Proxy Servers 를 설정하면 아래와 같은 flow로 패킷이 지나간다. … [Read More]
- Jan 9, 2018
HTTP 공부
하이퍼텍스트 트랜스퍼 프로토콜(HTTP)는 HTML과 같은, 하이퍼미디어 문서 전송을 위한 응용-계층 프로토콜입니다. HTTP는 웹 브라우저와 웹 서버 사이의 통신을 위해 설계되었지만 다른 목적을 위해서도 사용될 수 있습니다.
- Dec 26, 2017
Setup Visual Studio Code
Instruction of installing VS code on windows 7.
- Apr 2, 2017
IntelliJ IDEA 기본 설정
IntelliJ IDEA 16.3 기본 설정
- Mar 28, 2017
Windows 10 기본 설정
Windows 10 포맷 후 최적화 설정 방법
- Feb 26, 2017
Jekyll-now로 블로그 생성 및 Ubuntu 16.04에서 local-development
Jekyll Now로 Github page 블로그 생성 방법 및 우분투16.04에 Jekyll 설치 로그.
- Jan 7, 2017
NERD tree 개발버전, NERD tree git plugin 을 vundle로 설치
NERD Tree 란 아래 그림과 같이 vim에서 파일시스템을 탐색하고 파일을 열 수 있도록 도와주는 플러그인이다. nerd tree git plugin은 vim 에서 git 저장소의 상태확인을 위해 쓴다. History .vimrc를 열어 vundle 플러그인 삽입란에 아래 2라인을 추가한다. Plugin …
- Jan 6, 2017
Vundle 설치
Vundle 설치 방법 및 작업내역
- Dec 29, 2016
토렌트 다운로드 완료 시 리스트에서 자동삭제
토렌트 다운로드 완료 시 리스트에서 자동삭제 방법
- Dec 29, 2016
토렌트서버(Transmission-daemon) 구축 방법
우분투16.04에 Transmission-daemon 설치 로그.
- Nov 16, 2016
Resilio를 이용한 동기화
Resilio(구버전 btsync, BitTorrent Sync)를 이용한 안드로이드, 아이폰, 서버, 데스크탑 동기화 작업 내역
- Nov 10, 2016
LEMP stack 에 Drupal8 설치방법
https://www.drupal.org/download 에서 최신버전의 바이너리를 확인 jkpark@cactus:/var/www/html$ sudo wget https://ftp.drupal.org/files/projects/drupal-8.2.2.zip --2016-11-09 14:26:53-- … [Read More]
- Nov 10, 2016
LEMP stack 에 WordPress 설치방법
Drupal 8 설치 후 테마, 모듈 수가 너무 적어서 Drupal 7을 설치하려고 했지만 WordPress를 설치하여 차이를 느껴보고 싶었다. WordPress vs Joomla vs Drupal … [Read More]
- Nov 9, 2016
How To Install Nginx, MariaDB10, PHP7(LEMP stack) on Ubuntu16.04
LEMP Stack 이란 Linux, Nginx, MariaDB, PHP를 조합하여 줄인말이다. Apache vs Nginx Nginx(엔진X)는 Apache의 잘 사용하지 않는 기능을 제외하고 새로운 시대의 요청에 부응하여 만들어진 웹 서버이다. PHP … [Read More]
- Nov 5, 2016
How to install vsftpd on ubuntu
jkpark@cactus:~$ sudo apt-get install vsftpd 다음 새 패키지를 설치할 것입니다: vsftpd 0개 업그레이드, 1개 새로 설치, 0개 제거 및 6개 업그레이드 안 함. 115 k바이트 아카이브를 받아야 합니다. 이 작업 후 336 k바이트의 디스크 공간을 더 사용하게 됩니다. 받기:1 … [Read More]
- Jun 15, 2015
byteToHexString
public class Main { public static void main(String[] args) { System.out.print(byteToHexString("abcde".getBytes())); } public static String byteToHexString(byte[] b) { …
- Dec 11, 2014
날짜 표현 DateFormat, Custom Date Text View
Date today; String output; SimpleDateFormat formatter; formatter = new SimpleDateFormat(pattern, currentLocale); today = new Date(); output = formatter.format(today); …
- Nov 18, 2014
Changing keymap on ubuntu
explain how to switch ESC and CAPSLOCK.
- Oct 30, 2013
android(java) 파일 저장 후 리부팅 시 저장안되어 있는 현상
android에서 FileOutputStream 의 write();, flush(); 후 리부팅 시 간헐적으로 파일이 내용이 변경되지 않을 때.
- Aug 29, 2012
서비스 바인드와 핸들러 구현 (옵저버 패턴)
Activity.java MessengerService.java
- Jun 7, 2012
edittext 특수문자 제한, 한글만 입력
영문 + 숫자 public InputFilter filterAlphaNum = new InputFilter() { public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { Pattern ps … [Read More]
Blogs
android(5)
atom(1)
burpsuite(2)
drupal(1)
filesync(1)
git(2)
git-subtree(1)
github(1)
http(1)
hugo(1)
intellij(1)
jdk11(1)
jekyll(2)
keymap(1)
lemp-stack(3)
mariadb(3)
nerdtree(1)
nginx(3)
outlook(1)
php(1)
resilio(1)
torrent(2)
ubuntu(9)
ubuntu16.04(8)
ubuntu18.04(2)
vim(2)
vs-code(1)
vsftpd(1)
vundle(2)
windows10(3)
windows7(4)
wordpress(1)