본문 바로가기

테크/기타42

[Python] 기본 문법 정리 ※ Goal.1. 파이썬 기본 문법 정리 (참조. Python for Data Analysis)2. 파이썬 윈도우 개발환경 ---------------------------------------- ■ 윈도우 개발환경 구축- 참고 : http://www.lucypark.kr/courses/tips/introduction-to-python.html#installing-python- Anaconda 설치 : http://continuum.io/downloads#py34 ■ 기본 문법 정리123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676.. 2015. 7. 11.
centos iptable 정리 https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Migration_Planning_Guide/sect-Red_Hat_Enterprise_Linux-Migration_Planning_Guide-Security_and_Access_Control.html 2015. 6. 5.
ionic 시작하기 ※ 참조- : http://tools.jboss.org/documentation/videos/hybrid_cordova_installation.html- ionic : http://ionicframework.com/docs/guide/preface.html- Thym 플러그인 : https://www.eclipse.org/thym/ ※ 목표- 이클립스에서 ionic 개발환경 구축- sample tutorial 실행해보기 1. eclipse mars 설치2. jboss tools 4.3.0 alpha2 plugin 설치(abridged jboss tools, additional jboss tools 만 선택)참고 : http://tools.jboss.org/downloads/overview.html다운 U.. 2015. 6. 4.
리눅스 명령어 자동반복 및 모니터링하기 Usage: watch [-dhntv] [--differences[=cumulative]] [--help] [--interval=] [--no-title] [--version] 샘플. 1초 간격으로 ls -al 실행하여 모니터링하기watch -n 1 "ls -al" 2015. 6. 2.