|
Full View / NID: 52662 / Submitted by: The Zilla of Zuron
|
|
Vilken lansering – hoppas att ni är lika förväntansfulla som …
Read More
|
|
Full View / NID: 52661 / Submitted by: The Zilla of Zuron
|
|
by Rich Bourdeau In many cases, business set up private or hybrid clouds that can be shared by a number of groups within a company. However, in shared cloud environment, where multiple companies, divisions or independent groups are using a common infrastructure fabric, sometimes it is necessary to set up virtual private clouds where authentication, […]]>...
|
|
Full View / NID: 52660 / Submitted by: The Zilla of Zuron
|
|
In our last Tech Tips series blog post, we talked aboutAllocation vs Demand Based Capacity Modeling. So, now that you have a better understanding of the common capacity planning terms and the need to have both an allocation and a demand based modeling techniques, it’s time to take a look at how vRealize Operations helps […]]>...
|
|
Full View / NID: 52659 / Submitted by: The Zilla of Zuron
|
|
Earlier this week we announced new features and capabilities for our Software-Defined Data Center (SDDC) solutions including expanded support for next generation applications, a new model for software-defined storage and the ability to choose an open-source infrastructure. Help your customer&#rsquo;s achieve key business outcomes with these new offerings. Learn more: Visit the Quarterly Partner Briefing […]]>...
|
|
Full View / NID: 52658 / Submitted by: The Zilla of Zuron
|
|
Che evento, e quante novità! Se non hai potuto partecipare, …
Read More
|
|
Full View / NID: 52657 / Submitted by: The Zilla of Zuron
|
|
Today, VMware announced that VMware vCloud® Government Service™ provided by Carpathia has achieved the Provisional Authority to Operate (ATO) through the U.S. Government&#rsquo;s Federal Risk and Authorization Management Program (FedRAMP). vCloud Government Service – an infrastructure-as-a-service hybrid cloud – is based on the award-winning VMware vSphere® platform. As a result, government and defense agencies can […]]>...
|
|
Full View / NID: 52656 / Submitted by: The Zilla of Zuron
|
|
First we would like to say thank you to everyone who applied for the 2015 vExpert program. I’m pleased to announce the list 2015 vExperts. Each of these vExperts have demonstrated significant contributions to the community and a willingness to share their expertise with others. Contributing is not always blogging or Twitter as there are […]]>...
|
|
Full View / NID: 52655 / Submitted by: The Zilla of Zuron
|
|
The last day of Partner Exchange 2015 is sadly upon us, but what a fantastic event it has been. We Dared You to Thriveas we unveiled some new launches, acquisitions and partnerships, and thrive you did. Last night&#rsquo;s Partner Appreciation party was packed with individuals from around the globe, all working towards a common goal. […]]>...
|
|
Full View / NID: 52654 / Submitted by: The Zilla of Zuron
|
|
Today from 12:30-1:30pm PT, VMware will be hosting a Twitter chat to discuss recent news and themajor developments in enterprise technology this year. Tweet your questions to #VMchatbefore the event and then tune in live here: https://www.crowdchat.net/VMchat   Participants will include: Oliver Roll (co-moderator), VP, Global Corporate Communications at VMware Matt Eastwood (co-moderator), Group Vice […]]>...
|
|
Full View / NID: 52653 / Submitted by: The Zilla of Zuron
|
|
During last November’s OpenStack Paris Summit, ?Senior Business Development Manager, at Seagate, Shai Tsur was met with a camera crew from cloud-channel.tv who captured a series of compelling vignettes, which we will share with you over the coming weeks. In the first Shai addresses some of the drivers behind the explosion of cloud storage within […]
|
|
Full View / NID: 52652 / Submitted by: The Zilla of Zuron
|
|
History is important. It may not feel like it when sitting at the desk of a stuffy classroom while a short, horn-rimmed glasses wearing, nasal sounding person who looks like they were part of history instead of teaching it is yammering on about dates and events, but trust us when we say that it is. […]
|
|
Full View / NID: 52651 / Submitted by: The Zilla of Zuron
|
|
The PostgreSQL Global Development Group has released an important update with fixes for multiple security issues to all supported versions of the PostgreSQL database system, which includes minor versions 9.4.1, 9.3.6, 9.2.10, 9.1.15, and 9.0.19. This update includes both security fixes and fixes for issues discovered since the last release. In particular for the 9.4 update, there is a change to the way unicode strings are escaped for the JSON and JSONB data types.
All users should update their PostgreSQL installation at the next opportunity.
Security Fixes
This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable.
- CVE-2015-0241 Buffer overruns in "to_char" functions.
- CVE-2015-0242 Buffer overrun in replacement printf family of functions.
- CVE-2015-0243 Memory errors in functions in the pgcrypto extension.
- CVE-2015-0244 An error in extended protocol message reading.
- CVE-2014-8161 Constraint violation errors can cause display of values in columns which the user would not normally have rights to see.
This update also fixes the previously reported problem that, during regression testing on Windows, the test postmaster process was vulnerable to unauthorized connections. This vulnerability was fixed on non-Windows platforms in the prior update releases.
More information about these issues, as well as older patched issues, is available on the PostgreSQL Security Page.
JSON and JSONB Unicode Escapes
The handling of Unicode escape strings for JSON and JSONB in PostgreSQL 9.4.0 has been changed in a way which may break compatibility for some users. To fix some inconsistencies, type JSONB no longer accepts the escape sequence "\u0000". Type JSON accepts "\u0000" only in contexts where it does not need to be converted to de-escaped form. See the release notes for more detail.
Other Fixes and Improvements
In addition to the above, more than 60 reported issues have been fixed in this cumulative update release. Some of them affect only version 9.4, but many of them fix problems present in older versions. These fixes include:
- Cope with the non-ASCII Norwegian Windows locale name.
- Avoid data corruption when databases are moved to new tablespaces and back again.
- Ensure that UNLOGGED tables are correctly copied during ALTER DATABASE operations.
- Avoid deadlocks when locking recently modified rows.
- Fix two SELECT FOR UPDATE query issues.
- Prevent false negative for shortest-first regular expression matches.
- Fix false positives and negatives in tsquery contains operator.
- Fix namespace handling in xpath().
- Prevent row-producing functions from creating empty column names.
- Make autovacuum use per-table cost_limit and cost_delay settings.
- When autovacuum=off, limit autovacuum work to wraparound prevention only.
- Multiple fixes for logical decoding in 9.4.
- Fix transient errors on hot standby queries due to page replacement.
- Prevent duplicate WAL file archiving at end of recovery or standby promotion.
- Prevent deadlock in parallel restore of schema-only dump.
In addition to the fixes above, the following contrib modules and extensions have had bugs fixed in this release: pg_upgrade, auto_explain, hstore, pageinspect, pgcrypto, pg_test_fsync, tablefunc, and xml2. Also, multiple functions across several contrib modules have been modified with the correct level of volatility. There are also multiple cleanup fixes based on minor issues found by the Coverity Scan static analyzer.
This update also contains many changes to PostgreSQL's timezone files. This includes an update to tzdata release 2015a, with updates to Chile, Mexico, Caicos Islands, and Fiji. PostgreSQL now takes date into account when assigning an offset based on a timezone abbreviation for historically changeable timezones. We have also done a general cleanup on timezone abbreviations, and added "CST" as an abbreviation for China Standard Time.
As with other minor releases, users are not required to dump and reload their database or use pg_upgrade in order to apply this update release; you may simply shut down PostgreSQL and update its binaries. Users who have skipped multiple update releases may need to perform additional post-update steps; see the Release Notes for details.
Links:
* Download
* Release Notes
* Security Page
|
|
Full View / NID: 52650 / Submitted by: The Zilla of Zuron
|
|
Interactive robot installation enables Internet users to directly access industrial production equipment Four robots manufacture products according to user specifications which are then shipped world-wideROBOCHOP is a precursor of the Internet of Things in which processes are initiated by softwareStuttgart, February 5, 2015 - At this year's CeBIT, CODE_n15 will focus entirely on the Internet of Things. Four enormous industrial robots will form the central anchor point. Internet users around the world will be able...
Source: RealWire
|
|
Full View / NID: 52649 / Submitted by: The Zilla of Zuron
|
|
STOCKHOLM & PARIS - February 5, 2015 - Tobii Tech, the global leader in eye tracking, in partnership with Ubisoft®, the leading creator, publisher and distributor of games, announced today that Assassin's Creed® Rogue, the new installment in the multimillion dollar Assassin's Creed franchise, will feature integrated eye-tracking input in its PC version. This makes it the world's first AAA game to incorporate eye tracking as a component of gameplay. Packaged with SteelSeries Sentry, the...
Source: RealWire
|
|
Full View / NID: 52648 / Submitted by: The Zilla of Zuron
|
|
ETL's Vortex Matrices to replace existing equipment at teleportMadley, UK. 05 February 2015. ETL Systems, a global designer and manufacturer of RF distribution equipment for satellite communications, today announced it has completed an upgrade to the IPTV equipment for a Belgian telecommunications giant through a competitive tender.The upgrade, which replaced existing equipment at the teleport, includes ETL systems patented Vortex Matrices, offering features such as a simple 'plug & go' installation and active, hot-swap of...
Source: RealWire
|
|
Full View / NID: 52647 / Submitted by: The Zilla of Zuron
|
|
EPiServer and Ektron Highest Scores in Evaluation Include Multichannel Delivery, Content Authoring and Workflow, and Mobile WebSTOCKHOLM and NASHUA, NH, 5 February, 2015 -- EPiServer, a leading provider of digital marketing and e-commerce solutions, today announced it has been named a contender in Forrester Research, Inc.'s latest Wave report on Web Content Management Systems. EPiServer was among the select companies that Forrester invited to participate in its "The Forrester Wave™: Web Content Management Systems, Q1...
Source: RealWire
|
|
Full View / NID: 52646 / Submitted by: The Zilla of Zuron
|
|
5th February 2015 Systancia and IGEL Technology have teamed-up to offer IT Departments a solution for managing and optimising desktops based on Systancia's software solution AppliDis Fusion and IGEL Technology's thin clients.Designed to ease the management of IGEL virtualised desktops, the solution helps with:Acceleration of session loading and application launch times;Access to new environments on more suitable desktops, facilitating OS or applications migrationApplication mobility adapted to the staff mobility;Improvement of resources use;Enhancement of the IT...
Source: RealWire
|
|
Full View / NID: 52645 / Submitted by: The Zilla of Zuron
|
|
Fareham, UK: 5 February, 2015; CoralTree, a leading provider of convergent business support systems (BSS), announces daVinci Environment Manager. The comprehensive solution automates processes to package, deliver and install software and data for Communication Service Providers (CSP). Limiting the risks involved in new software and data implementation, daVinci Environment Manager's automation ensures a reduction of errors and provides a full audit trail for regulatory compliance.Efficiency is optimised throughout the process, with testing completed in a...
Source: RealWire
|
|
Full View / NID: 52644 / Submitted by: The Zilla of Zuron
|
|
Barcode Technology Leader Expands Global Presence With Leading Brands And Taps New Strategic Sales Directors For Markets in Europe and Asia ZURICH, Switzerland - February 5 2015 - Scandit, developer of the leading software-based barcode scanning solutions for smartphones, tablets and wearable devices, today announced that it has grown sales revenues in Europe by more than 690 per cent year over year, and doubled its European customer base during the same time period. In addition...
Source: RealWire
|
|
Full View / NID: 52643 / Submitted by: The Zilla of Zuron
|
|
February 5, 2015 - Leading Microsoft Exchange Server and Office 365 resource site, MSExchange.org, has announced that PROMODAG Reports for exchange was selected second runner-up in the Exchange reporting category of the MSExchange.org Readers' Choice Awards. "Our Reader's Choice Awards give visitors to our site the opportunity to vote for the products they view as the very best in their respective category," said Sean Buttigieg, MSExchange.org manager. "MSExchange.org users are specialists in their field who...
Source: RealWire
|
|
Full View / NID: 52642 / Submitted by: The Zilla of Zuron
|
|
The Official Pattern Release or OPR is Trend Micro's latest compilation of patterns for identified viruses. It is guaranteed to have passed a series of critical tests to ensure that customers get optimum protection from the latest virus threats.
|
|
Full View / NID: 52641 / Submitted by: The Zilla of Zuron
|
|
Day two of Partner Exchange 2015 has come and gone quicker than we could say &#rsquo;One Cloud, Any App&#rdquo;. Ben Fathi, VMware&#rsquo;s CTO, kicked off this morning&#rsquo;s General Session Keynote by discussing &#rsquo;Technology Direction: Disruptions and Opportunities&#rdquo;. He jumped right in to some of today&#rsquo;s industry trends to lay the groundwork for what IT is […]]>...
|
|
Full View / NID: 52630 / Submitted by: The Zilla of Zuron
|
|
Oggi abbiamo rivelato le nostre ultime dirompenti innovazioni che ti …
Read More
|
|
Full View / NID: 52640 / Submitted by: The Zilla of Zuron
|
|
VMware vous a révélé aujourd&#rsquo;hui la plus grande nouveauté de …
Read More
|
|
Full View / NID: 52639 / Submitted by: The Zilla of Zuron
|
|
Was für ein Event! Sie haben das Webinar gesternverpasst? Dann …
Read More
|
|
Full View / NID: 52638 / Submitted by: The Zilla of Zuron
|
|
by Rich Bourdeau One of the most critical aspects of being able to release software faster and more efficiently is to make sure everyone in the release delivery process is using the same software binaries. All the improvements in development and testing will be wasted if different groups are using different binary versions from different […]]>...
|
|
Full View / NID: 52637 / Submitted by: The Zilla of Zuron
|
|
By Anthony Foster, senior technical marketing manager, Cloud and End-User Compute Solutions, EMC Today at VMware Partner Exchange 2015, (PEX), EMC and VMware said they have plans to offer a Desktop as a Service (DaaS) Reference Architecture (RA) that will be available soon. The &#rsquo;EMC Desktop as a Service with EMC XtremIO All-Flash Array for […]]>...
|
|
Full View / NID: 52636 / Submitted by: The Zilla of Zuron
|
|
By Joe Baguley, CTO of EMEA at VMware For a long time, many IT teams have been forced to function as the department of &#rsquo;no.&#rdquo; &#rsquo;Can we update to Exchange 2013?&#rdquo; &#rsquo;No.&#rdquo; &#rsquo;This project collaboration tool looks neat. Can we get it?&#rdquo; &#rsquo;Sounds great. Let&#rsquo;s circle back in nine months.&#rdquo; Even for a modestly sized […]]>...
|
|
Full View / NID: 52635 / Submitted by: The Zilla of Zuron
|
|
Watch this powerful 5-minute whiteboard video (also available in Dutch, French, German, Italian, Spanish, Portuguese, and Swedish) to learn how the vSphere Optimization Assessment (VOA) program can help you close additional business.
|
|
Full View / NID: 52634 / Submitted by: The Zilla of Zuron
|