본문 바로가기

Python 환경설정 Eclipse 설치기본환경설정 help > Install new software > Add > Name: python / Location : http://pydev.org/updates > OK > 모두 선택 후 설치File > New > Project > Pydev Project 선택Windows > Preferences > Pydev > Interpreters > Python Interpreter > New > Python27 / Python34 경로 찾아 python.exe 추가 후 Library 추가 #-*- coding:ms949 -*-한글 사용을 위하여 인코딩을 위해 1번라인에 위 코드 추가 변수 a 에 사용자 입력을 받아들일 때a = input("input:"); 변수의 주소를 알고 싶을 때.. 더보기
노트북 Windows 8 / Windows 8.1 시디키 알아내기 노트북 구매하면 설치되어있는 Windows Serial Key를 알아내는 방법cmd 창 열고 아래 명령어 입력powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey" 출처 : http://www.sysnative.com/forums/windows-8-%7C-windows-rt-tutorials/11963-how-to-find-your-windows-8-8-1-oem-product-key.html 더보기
ARM Linux Kernel 분석 (1) - Kernel 분석환경 구축 ARM 컴파일 및 분석 방법 vi 설정은 vundle을 이용한 vi 설정하기 참고 1. 커널 다운도르- https://www.kernel.org/ v3.x 다운로드 - ftp://ftp.kernel.org/pub/linux/kernel/v3.x/ 2013. 04. 28. 최신인 v3.8.10 다운로드 # wget ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-3.8.10.tar.bz2 # tar xjf linux-3.8.10.tar.bz2 # apt-get install ctags # make tags # vi ~/.vimrc set tags+=tags위치 2. ARM Tool chain 설치 1. ARM Processors > Download the GNU/Li.. 더보기