[도서] 파이썬 라이브러리 레시피

2016-04-15 KENNETH 0

[도서] 파이썬 라이브러리 레시피 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]파이썬 라이브러리 레시피 이케우치 다카히로,스즈키 다카노리,이시모토 아츠오,고사카 겐지로,마카비 아이 공저/최지연 역 | 프리렉(이한디지털리) | 2016년 04월 판매가 22,500원 (10%할인) | YES포인트 1,250원(5%지급) 이벤트 : 예약하고 빨리 받자! IT 도서 예약판매 알림 파이썬의 풍부한 라이브러리를 활용하기 위한 나침반 파이썬의 장점은 간단하고 배우기 쉬우며 표준 라이브러리가 풍부하다는 점이다. 이 책은 바로 풍부한 표준 라이브러리에 중점을 두고 있다. 파이썬의 표준 라 Source: [도서] 파이썬 라이브러리 레시피

Load Balancing DNS Traffic with NGINX and NGINX Plus

2016-04-15 KENNETH 0

Load Balancing DNS Traffic with NGINX and NGINX Plus Layer 4 Load Balancing with UDP and TCP NGINX Plus R9 introduces the ability to reverse proxy and load balance UDP traffic, a significant enhancement to NGINX Plus’ Layer 4 load-balancing capabilities. This blog post looks at the challenges of running a DNS server in a modern application infrastructure to illustrate how the open source NGINX software and NGINX Plus can effectively and efficiently load balance both UDP and TCP traffic (for brevity, we’ll refer to NGINX Plus for the rest of the post). Why Load Balance UDP Traffic? Unlike TCP, UDP by design does not guarantee the end-to-end delivery of data. It is akin to sending a message by carrier pigeon – you definitely know the message was sent, but cannot be sure it arrived. There are several benefits to this “connectionless” approach – most notably, lower latency than [ more… ]

No Image

NGINX is sponsoring Interop in Las Vegas

2016-04-15 KENNETH 0

NGINX is sponsoring Interop in Las Vegas NGINX is excited to sponsor this year’s Interop conference, taking place in Las Vegas May 2–5, 2016. Come meet with us and learn why NGINX Plus has become the foundation for the world’s top websites and applications. NGINX Plus is all about flawless application delivery, and we’re looking forward to being part of this event. Attend our Interop Theater Session, on Wednesday, May 4, 1:30PM–1:45PM. Learn how you can reduce costs over 90% by replacing your hardware load balancers with NGINX Plus, a complete software application delivery platform for the modern web. Meet the NGINX team at booth #553: Chat with us about how NGINX Plus can improve your app’s performance without sacrificing security, reliability, or control. Pick up some new NGINX swag: Ask us how you can get your own NGINX Plus [ more… ]

No Image

RHSA-2016:0625-2: Important: samba security update

2016-04-14 KENNETH 0

RHSA-2016:0625-2: Important: samba security update Red Hat Enterprise Linux: An update for samba is now available for Red Hat Enterprise Linux 4 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. [Updated 14 April 2016] This advisory previously incorrectly listed the CVE-2016-2112 issue as addressed by this update. However, this issue did not affect the samba packages on Red Hat Enterprise Linux 4 Extended Lifecycle Support. The CVE-2016-2115 was also incorrectly listed as addressed by this update. This issue does affect the samba packages on Red Hat Enterprise Linux 4 Extended Lifecycle Support. Customers are advised to use the "client signing = required" configuration [ more… ]

No Image

MySQL 5.7.12 – Part 4: A new MySQL Command Line Shell

2016-04-14 KENNETH 0

MySQL 5.7.12 – Part 4: A new MySQL Command Line Shell The classic MySQL command line tool is how most users – developers and administrators – interact with a MySQL server. From administrative tasks to trying out queries, it wouldn’t be far-fetched to call it the face of MySQL. With a new programming interface built into the MySQL Server, we need to properly support it at the client side in connectors, tools and of course, the command line client.… Source: MySQL 5.7.12 – Part 4: A new MySQL Command Line Shell