본문 바로가기

전체 글

(2315)
윈도 2012 터미널 세션 늘리기 실행 (윈도+R) -> gpedit.msc 로컬그룹정책 편집기 -> 컴퓨터 구성 -> 관리템플릿 -> windows 구성요소 -> 터미널 서비스 -> 원격 데스크톱 세션 호스트 -> 연결 -> 연결개수 제한 편집 -> 연결개수 제한에서 '사용' 선택후 옵션에서 TS 최대허용 연결 에 999 로컬그룹정책 편집기 -> 컴퓨터 구성 -> 관리템플릿 -> windows 구성요소 -> 터미널 서비스 -> 원격 데스크톱 세션 호스트 -> 연결 -> 원격 데스크톱 서비스 사용자를 하나의 원격 데스크톱 서비스 세션으로 제한 -> 편집창에서 구성되지 않음에서 '사용안함' 체크 및 적용 cmd -> gpupdate /force 정책 업데이트
라즈베리파이3 - 모션센서 PIR 라즈베리파이3 - 모션센서 PIR cat motion.pir.02.py import RPi.GPIO as GPIOimport time GPIO.setmode(GPIO.BCM)PIR_PIN = 25 # GPIO PIN POSITIONGPIO.setup(PIR_PIN, GPIO.IN) def MOTION(PIR_PIN): print "Motion Detected!" print "PIR Module Test(CTRL+C to exit)"time.sleep(2)print "Ready" try: GPIO.add_event_detect(PIR_PIN, GPIO.RISING, callback=MOTION) while 1: time.sleep(100) except KeyboardInterrupt: print "Quit..
라즈베리파이3 - 웹에서 GPIO 제어 - WebIOPi webiopi를 설치한다. Usage$ wget http://sourceforge.net/projects/webiopi/files/WebIOPi-0.7.1.tar.gz $ tar xvzf WebIOPi-0.7.1.tar.gz $ cd WebIOPi-0.7.1 $ wget https://raw.githubusercontent.com/doublebind/raspi/master/webiopi-pi2bplus.patch $ patch -p1 -i webiopi-pi2bplus.patch $ sudo ./setup.shHow to Start WebIOPiFollow the steps below if Raspbian is installed by NOOBS later than 1.4.2. $ cd /etc/syste..
나도 진짜가 되고 싶다 진짜는 사랑받는 만큼 의연해질 줄 알고, 사랑받는 만큼 성숙할 줄 알며, 사랑받는 만큼 사랑할 줄 안다. 진짜는 아파도 사랑하기를 두려워하지 않고, 남이 나를 사랑하는 이유를 의심하지 않으며, 살아가도 넘어져도 다시 일어설 수 있는 용기를 가진다. - 장영희, 내 생애 단 한번.중에서.
Dshield, Grafana - DDos Defender http://www.ywjt.org/index.php/archives/947 https://github.com/ywjt/Dshield vi /etc/yum.repos.d/grafana.repo and add the content below. [grafana] name=grafana baseurl=https://packagecloud.io/grafana/stable/el/6/$basearch repo_gpgcheck=1 enabled=1 gpgcheck=1 gpgkey=https://packagecloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bu..
MySQL ODBC 5.3 Driver 설치 오류 : ODBC error 13 / Error Code 126 MySQL ODBC 5.3 Driver 설치 오류 : ODBC error 13 / 오류 코드 126 https://dev.mysql.com/downloads/connector/odbc/ 여기에서 다운받은 MySQL ODBC 설치시 아래와 같은 에러가 난다면. Error 1918.Error installing ODBC driver MySQL ODBC 5.3 ANSI Driver, ODBC error 13: MySQL ODBC 5.3 ANSI Driver ODBC 드라이버의 설치 루틴을 시스템 오류 코드 126 때문에 로드하지 못했습니다. 지정된 모듈을 찾을 수 없습니다... MS VC++ 재배포 패키지 설치. Microsoft Visual C++ 2010 Redistributable Package (x64..
centos nagios 설치 chcon -R -t httpd_sys_content_t /usr/local/nagios 원문 : http://gentooboy.tistory.com/191 1. rpmforge를 repository에 추가 # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm # rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm or # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm# rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x..
http://pro.25pp.com/ http://pro.25pp.com/안드로이드, 아이폰 - 탐색기 형태로 파일 및 어플 관리. 윈도, 맥 모두 지원. 중국에서 만든 프로그램.


* 쿠팡 파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있습니다.




반응형