준호씨의 블로그
애증의 (?) 아이패드프로 9.7 인치 모델을 사용한지도 꽤 시간이 지났다. 그간 히스토리 대충 정리 2016년 5월 처음 구입. http://junho85.pe.kr/457 2016년 7월 액정 파손 2017년 2월 리퍼 처리 502,000원 2017년 9월 터치 아이디 고장 2018년 8월 터치 아이디 부근 발열 증상 2018년 11월 애플팬슬 분실 터치 아이디 고장 나고 부터 점점 정내미가 떨어지다가 발열까지 발생하면서 짜증이 나다가 애플팬슬을 분실하고는 ... 그러다가 아이패드프로 3세대 출시 소식이 들렸다. 성능도 좋아지고 애플팬슬이 자석으로 달라 붙는 방식으로 바꼈다. 분실 위험도 줄어 들고, 자석으로 붙이면 충전도 되어서 훨씬 편리해졌다. 다만 가격이 비싸고 아직 한국에는 출시가 되지 않은 ..
leetcode https://leetcode.com/ programmers https://programmers.co.kr/learn/challenges 백준 https://www.acmicpc.net/ hacker rank https://www.hackerrank.com/ codewars https://www.codewars.com/
운영툴 프로젝트를 하나 전달 받았는데 로컬 개발 환경을 세팅 하니 일정 시간이 지나면 "Error: Connection lost: The server closed the connection." 이 발생하면서 nodejs 프로세스가 죽어 버렸다. 좀 더 상세히 적자면 events.js:182 throw er; // Unhandled 'error' event ^ Error: Connection lost: The server closed the connection. at Protocol.end (/Users/junho85/WebstormProjects/.../node_modules/mysql/lib/protocol/Protocol.js:112:13) at Socket. (/Users/junho8..
https://github.com/git/git/tree/master/contrib/completion 에서 관련 파일을 받을 수 있다. cd ~ wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -O .git-prompt.sh ~/.bashrc 파일 수정. PS1 보다 위에 아래 내용을 추가 source ~/.git-prompt.sh PS1 설정에 $(__git_ps1) 추가 junho85@junho85:~/git_branch_test$ (my-branch) git checkout master Switched to branch 'master' junho85@junho85:~/git_b..