No Image

RHBA-2017:0502-1: polkit bug fix update

2017-03-14 KENNETH 0

RHBA-2017:0502-1: polkit bug fix update Red Hat Enterprise Linux: Updated polkit packages that fix one bug are now available for Red Hat Enterprise Linux 7.2 Extended Update Support. Source: RHBA-2017:0502-1: polkit bug fix update

[도서] 링크드 데이터

2017-03-14 KENNETH 0

[도서] 링크드 데이터 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]링크드 데이터 David Wood,Marsha Zaidman,Luke Ruth,Michael Hausenblas 공저/오원석,이명진,박진호,김보람 공역 | 공존의미학 | 2017년 03월 판매가 18,900원 (10%할인) | YES포인트 1,050원(5%지급) 현재 웹은 사람들에게 유용한 문서로 가득 차 있다. 좀 더 나은 웹이 되려면 자동화 과정을 통해 식별-확인-소비되어야 한다. 이를 위한 W3C의 접근 방법은 링크드 데이터이며, 이미 구글, 페이스북, IBM, 오라클, Source: [도서] 링크드 데이터

No Image

USN-3231-1: Pidgin vulnerability

2017-03-14 KENNETH 0

USN-3231-1: Pidgin vulnerability Ubuntu Security Notice USN-3231-1 14th March, 2017 pidgin vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 14.04 LTS Ubuntu 12.04 LTS Summary Pidgin could be made to crash or run programs if it received specially crafted network traffic. Software description pidgin – graphical multi-protocol instant messaging client for X Details Joseph Bisch discovered that Pidgin incorrectly handled certain xmlmessages. A remote attacker could use this issue to cause Pidgin to crash,resulting in a denial of service, or possibly execute arbitrary code. Update instructions The problem can be corrected by updating your system to the following package version: Ubuntu 14.04 LTS: libpurple0 1:2.10.9-0ubuntu3.4 Ubuntu 12.04 LTS: libpurple0 1:2.10.3-0ubuntu1.8 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. After a standard system update you need to restart Pidgin to make all thenecessary changes. References [ more… ]

No Image

Recovering from a Failed NGINX Plus Upgrade: ‘module “M” version X instead of Y’

2017-03-14 KENNETH 0

Recovering from a Failed NGINX Plus Upgrade: ‘module “M” version X instead of Y’ If you are using dynamic modules, you might see an error like this during the upgrade to a new NGINX or NGINX Plus release: Setting up nginx-plus (1.11.10-1~xenial) … nginx: [emerg] module “/etc/nginx/modules/ngx_http_geoip_module.so” version 1011005 instead of 1011006 in /etc/nginx/nginx.conf:7 nginx: configuration file /etc/nginx/nginx.conf test failed invoke-rc.d: initscript nginx, action “upgrade” failed. The most likely reason is that you haven’t upgraded the specified dynamic module (.so file): If you are running open source NGINX, dynamic modules must be compiled against the version you are upgrading to. If you are running NGINX Plus, dynamic modules must be compiled against the open source NGINX version that corresponds to the NGINX Plus release you are upgrading to. For the sake of brevity we’ll refer to NGINX Plus only from now on. Don’t Panic! [ more… ]

No Image

Introduction to nginScript

2017-03-14 KENNETH 0

Introduction to nginScript <!– table, th, td { border: 1px solid black; } th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } td { padding-left: 5px; padding-bottom: 5px; padding-top: 5px; line-height: 120%; } td.center { text-align: center; padding-bottom: 5px; padding-top: 5px; line-height: 120%; } –> Harnessing the Power and Convenience of JavaScript for Each Request Since nginScript launched in September 2015 it has been remained an experimental module while additional capabilities and core language support were added. With NGINX Plus R12 we are pleased to announce that nginScript is now generally available as a stable module for NGINX and NGINX Plus. nginScript is a unique JavaScript implementation for NGINX and NGINX Plus, designed specifically for server‑side use cases and per‑request processing. It extends NGINX configuration syntax with JavaScript code in order to implement sophisticated configuration solutions. The [ more… ]