[도서] 아두이노 드론 만들고 직접 코딩하기

2016-04-19 KENNETH 0

[도서] 아두이노 드론 만들고 직접 코딩하기 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]아두이노 드론 만들고 직접 코딩하기 서민우 저 | 앤써북 | 2016년 04월 판매가 19,800원 (10%할인) | YES포인트 220원(1%지급) 아두이노 드론 만들고 직접 코딩하여 날려보기 드론은 만들고, 날리는 것보다 소프트웨어적 접근이 더 중요하다. 왜냐하면 여러분이 직접 작성한 소프트웨어를 이용하여 드론을 띄우면 드론의 소프트웨어적 Source: [도서] 아두이노 드론 만들고 직접 코딩하기

No Image

RHBA-2016:0642-1: rabbitmq-server and python-openstackclient bug fix advisory

2016-04-19 KENNETH 0

RHBA-2016:0642-1: rabbitmq-server and python-openstackclient bug fix advisory Red Hat Enterprise Linux: Updated rabbitmq-server and python-openstackclient packages that resolve various issues are now available for Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7. Source: RHBA-2016:0642-1: rabbitmq-server and python-openstackclient bug fix advisory

No Image

RHBA-2016:0640-1: rabbitmq-server bug fix advisory

2016-04-19 KENNETH 0

RHBA-2016:0640-1: rabbitmq-server bug fix advisory Red Hat Enterprise Linux: Updated packages that resolve various issues are now available for Red Hat Enterprise Linux OpenStack Platform 5.0 (Icehouse) for RHEL 7. Source: RHBA-2016:0640-1: rabbitmq-server bug fix advisory

No Image

RHBA-2016:0639-1: openstack-nova bug fix advisory

2016-04-19 KENNETH 0

RHBA-2016:0639-1: openstack-nova bug fix advisory Red Hat Enterprise Linux: Updated OpenStack Compute packages that resolve various issues are now available for Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7. Source: RHBA-2016:0639-1: openstack-nova bug fix advisory

No Image

tcp-wrapper on proftpd (using mod_wrap2, mod_wrap2_file)

2016-04-18 KENNETH 0

tcp-wrapper on proftpd (using mod_wrap2, mod_wrap2_file) 개요 proftpd 를 컴파일 해서 사용 중 iptables 말고 tcp-wrapper 를 이용해서 접근제어를 하고 싶음 그러면서 ftp접근을 모두 막되… 내가 열어주고 싶은 아이피 주소에 대해서만 허용을 하고 싶음 centos, ubuntu 등에서 사용가능한(할지도모르는) proftpd 패키지는 테스트를 안함… 갸들은 아마 되겠지… 설마… 컴파일 하는 환경에서 쓸모 있는 정보… 허용하고 싶은 아이피 주소 : 192.168.100.200     설치 require : proftpd-1.3.3 or higher 였던가.. ??;;;; configure –with-shared=mod_wrap2:mod_wrap2_file –enable-wrapper-options 당신이 만약 다른 옵션들을 사용하고 있다 하더라도 컴파일시  ”–with-shared=mod_wrap2:mod_wrap2_file –enable-wrapper-options” 옵션만 들어가 있으면 됨 mod_wrap2, mod_wrap2_file 이라는 모듈이 추가로 필요하기 때문   설정 proftpd 설정 파일명 : proftpd.conf LoadModule mod_wrap2.c LoadModule mod_wrap2_file.c WrapEngine on WrapServiceName proftpd WrapTables file:/etc/hosts.allow file:/etc/hosts.deny   접근제어 설정 우선 차단.. 파일명 : /etc/hosts.deny ALL:ALL 로 쿨하게 막아버리자…   그다음 허용.. 파일명 : /etc/hosts.allow proftpd:192.168.100.200   끝… 그 외에.. 차단메세지 설정등의 옵션도 있으나.. 난 그런건 안좋아함.. [ more… ]