IT/IoT | Hardware 2015. 3. 24.
How to make Wi-Fi IoT Device - 강의노트
아래 글들을 Cortex M3 계열의 MCU에 Wi-Fi 모듈을 연결하여 무선 네트워크 IoT 기기를 사용하는 방법에 대하여 설명한다. 강의도 덤으로 무료로 개설하고 있으니 관심있으면 언제든 참여가 가능하다.이번달이 아니면 다음달로 신청 가능 : 여기를 눌러봐요 위즈네트아카데미[WizFi250심화과정 1] Setting up the GCC ARM Toolchain[WizFi250심화과정 2] Setting up the Eclipse Environment for GCC ARM [WizFi250심화과정 3] Uart Test Example 구동[WizFi250심화과정 4] Cortex M3에서 Wi-Fi 사용하기 – Bypass Example 2/2[WizFi250심화과정 4] Cortex M3에서 Wi-F..
IT/Git, GitHub 2015. 3. 17.
Prose.io - Github에서 바로 파일 수정 입력 가능
http://prose.ioProse is a content editor for GitHub designed for managing websites.완전 좋은 곳이다.Github 계정만 있다면, Github에 있는 파일 (텍스트 파일이겠죠~~)을 바로 편집 저장이 가능하다.로컬 저장소를 손대지 않고도 직접 수정이 가능하니 간단한 수정에서는 킹왕짱~~ 자 접속시작, go http://prose.io 계정 인증을 해 주면 아래와 같이 바로 사용이 가능 왠만한 히스토리도 보고, 최근에 변경된 파일도 보여주고원하는 폴더로 가서 편집을 원하는 파일을 클릭하면 바로 수정 저장이 가능하다는 jekyll 로 웹사이트를 구성해 두신 분들은 정말정말 편리할 듯~~즐 웹 에디팅. ^~^
IT/Web 2015. 3. 17.
phpBB update & logo change
일단 업데이트는1. 최신 버전을 다운로드 한다. https://www.phpbb.com/downloads/2. 그런다음 다음 폴더나 파일은 빼고 다 복사한다.The config.php file The images/ directory The files/ directory The store/ directory3. forum root/install/database_update.php 을 주소창에 쳐서 실행한다. 4. 반드시 지운다 install/ 폴더를 그래야 정상동작로고변경은.일단, Logo 파일을 /styles/prosilver/theme/images/ 여기에 옮기고,You can name your image the same as the default logo site_logo.gif or give it ..
IT/Git, GitHub 2015. 3. 17.
Github - Commit 메시지로 issue close 하기
Github에 이슈 등록된 문제를 해결했을 때 commit message로 이슈를 바로 close 시킬 수 있다.쉽게 Help에서 검색해서 찾았지만, 흔적으로 남겨보자.To close multiple issues, include multiple keywords and issue references in your commit message. For example, This fixes #34, resolves #23, and closes example_user/example_repo#42would close issues #34, #23, and issue #42 in the “example_user/example_repo” repository.fix #이슈번호 혹은 resolve #이슈번호이런식으로 comm..
