[도서] 스프링 부트를 활용한 마이크로서비스 개발

2019-03-05 KENNETH 0

[도서] 스프링 부트를 활용한 마이크로서비스 개발 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]스프링 부트를 활용한 마이크로서비스 개발 모이세스 메이세로 저/한동호 역 | 위키북스 | 2019년 03월 판매가 22,500원 (10%할인) | YES포인트 1,250원(5%지급) 이벤트 : IT모바일 예약판매 이벤트 작은 일체형부터 여러 서비스를 결합한 이벤트 중심 아키텍처까지 스프링 부트 애플리케이션을 조금씩 발전시켜 나가면서 마이크로서비스 아키텍처를 구축한다. 이를 통해 마이크로서비스 아키텍처, 테스트 주도 개 Source: [도서] 스프링 부트를 활용한 마이크로서비스 개발

[도서] 동영상으로 배우는 Arnold 5.22와 Maya

2019-03-05 KENNETH 0

[도서] 동영상으로 배우는 Arnold 5.22와 Maya 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]동영상으로 배우는 Arnold 5.22와 Maya 이진호 저 | Nstart | 2019년 03월 판매가 25,000원 (0%할인) | YES포인트 0원(0%지급) Source: [도서] 동영상으로 배우는 Arnold 5.22와 Maya

No Image

Introducing Internal Routing in NGINX Unit 1.8.0

2019-03-05 KENNETH 0

Introducing Internal Routing in NGINX Unit 1.8.0 h4 { font-weight:bolder; font-size:110%; } h5 { font-weight:bolder; font-size:110%; } Today we’re announcing NGINX Unit 1.8.0, with a different approach than in the past: this time it’s example first, description after: “routes”: { “blogs”: [ { “match”: { “uri”: [“/phpmyadmin/*”, “/wp-admin/*”] }, “action”: { “pass”: “applications/blogs-admin” } }, { “match”: { “host”: “!blog.example.com” }, “action”: { “pass”:”applications/goaway” } }, { “match”: { “method”: “POST”, “uri”: “/media/upload” }, “action”: { “pass”:”applications/uploader” } } ] } Now, the details. Internal Routing When we released the initial version of NGINX Unit, some of our users wondered why the API included a separate listener object – it perhaps wasn’t clear why it was necessary. In NGINX Unit 1.8.0, we’re introducing the internal routing feature that makes use of the listener object in a more sophisticated way and enables new [ more… ]

No Image

USN-3885-2: OpenSSH vulnerability

2019-03-05 KENNETH 0

USN-3885-2: OpenSSH vulnerability openssh vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 18.10 Ubuntu 18.04 LTS Ubuntu 16.04 LTS Ubuntu 14.04 LTS Summary One of the fixes in USN-3885-1 was incomplete. Software Description openssh – secure shell (SSH) for secure access to remote machines Details USN-3885-1 fixed vulnerabilities in OpenSSH. It was discovered that the fix for CVE-2019-6111 turned out to be incomplete. This update fixes the problem. Original advisory details: Harry Sintonen discovered multiple issues in the OpenSSH scp utility. If a user or automated system were tricked into connecting to an untrusted server, a remote attacker could possibly use these issues to write to arbitrary files, change directory permissions, and spoof client output. Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 18.10 openssh-client – [ more… ]