IBM’s Public Cloud set for 53-Qubit Quantum Computing Boost

The quantum computing system will be the single largest universal quantum system made available for...

Read More »

© SDxCentral, LLC. Use of this feed is limited to personal, non-commercial use and is governed by SDxCentral's Terms of Use (https://www.sdxcentral.com/legal/terms-of-service/). Publishing this feed for public or commercial use and/or misrepresentation by a third party is prohibited.

Huawei Booted From FIRST Cybersecurity Trade Group

Executives from Cisco and Juniper sit on the FIRST board of directors. The global security group...

Read More »

© SDxCentral, LLC. Use of this feed is limited to personal, non-commercial use and is governed by SDxCentral's Terms of Use (https://www.sdxcentral.com/legal/terms-of-service/). Publishing this feed for public or commercial use and/or misrepresentation by a third party is prohibited.

DoCoMo Taps O-RAN to Link 5G Vendors

The carrier will use that equipment as part of its “pre-commercial” 5G service it’s launching...

Read More »

© SDxCentral, LLC. Use of this feed is limited to personal, non-commercial use and is governed by SDxCentral's Terms of Use (https://www.sdxcentral.com/legal/terms-of-service/). Publishing this feed for public or commercial use and/or misrepresentation by a third party is prohibited.

Aryaka SD-WAN Glides Into Oracle’s Cloud App Store

Trying to connect your WAN to Oracle Cloud? There's an app for that. Aryaka's managed SD-WAN is now...

Read More »

© SDxCentral, LLC. Use of this feed is limited to personal, non-commercial use and is governed by SDxCentral's Terms of Use (https://www.sdxcentral.com/legal/terms-of-service/). Publishing this feed for public or commercial use and/or misrepresentation by a third party is prohibited.

Oracle updates Exadata big iron and its cloud commitment

Oracle OpenWorld 2019 is the platform for countless software announcements, but since 2010 the company has been in the hardware business thanks to the Sun Microsystems purchase, and the company remains committed to delivering integrated hardware and software systems.Proving the point, the company took the wraps off the Oracle Exadata X8M designed for acceleration of Oracle’s database applications, featuring new data analytics and business intelligence features along with Oracle's newfound religion on automation.The new Exadata X8M server platform uses second-generation Xeon Scalable processors and Intel's Optane DC persistent memory to accelerate performance. That's a big win for Intel, which is seeing quite a bit of momentum for AMD's Epyc processor. And it's another win for Optane, which pretty much every server vendor supports.To read this article in full, please click here

Oracle updates Exadata big iron and its cloud commitment

Oracle OpenWorld 2019 is the platform for countless software announcements, but since 2010 the company has been in the hardware business thanks to the Sun Microsystems purchase, and the company remains committed to delivering integrated hardware and software systems.Proving the point, the company took the wraps off the Oracle Exadata X8M designed for acceleration of Oracle’s database applications, featuring new data analytics and business intelligence features along with Oracle's newfound religion on automation.The new Exadata X8M server platform uses second-generation Xeon Scalable processors and Intel's Optane DC persistent memory to accelerate performance. That's a big win for Intel, which is seeing quite a bit of momentum for AMD's Epyc processor. And it's another win for Optane, which pretty much every server vendor supports.To read this article in full, please click here

Day Two Cloud 018: “I’m Not As Terrified As I Was” – Making The Transition To Cloud And DevOps

Today's Day Two Cloud podcast explores the struggle of transitioning from traditional infrastructure ops to the public cloud using DevOps principles and new tools. My guest is Aaron Strong, a cloud architect. We talk about how to skill up quickly, where to start, when and where to ask for help, and more.

The post Day Two Cloud 018: “I’m Not As Terrified As I Was” – Making The Transition To Cloud And DevOps appeared first on Packet Pushers.

How to remove carriage returns from text files on Linux

Carriage returns go back a long way – as far back as typewriters on which a mechanism or a lever swung the carriage that held a sheet of paper to the right so that suddenly letters were being typed on the left again. They have persevered in text files on Windows, but were never used on Linux systems. This incompatibility sometimes causes problems when you’re trying to process files on Linux that were created on Windows, but it's an issue that is very easily resolved.The carriage return, also referred to as Ctrl+M, character would show up as an octal 15 if you were looking at the file with an od octal dump) command. The characters CRLF are often used to represent the carriage return and linefeed sequence that ends lines on Windows text files. Those who like to gaze at octal dumps will spot the \r \n. Linux text files, by comparison, end with just linefeeds.To read this article in full, please click here

Cloudflare’s Approach to Research

Cloudflare’s Approach to Research
Cloudflare’s Approach to Research

Cloudflare’s mission is to help build a better Internet. One of the tools used in pursuit of this goal is computer science research. We’ve learned that some of the difficult problems to solve are best approached through research and experimentation to understand the solution before engineering it at scale. This research-focused approach to solving the big problems of the Internet is exemplified by the work of the Cryptography Research team, which leverages research to help build a safer, more secure and more performant Internet. Over the years, the team has worked on more than just cryptography, so we’re taking the model we’ve developed and expanding the scope of the team to include more areas of computer science research. Cryptography Research at Cloudflare is now Cloudflare Research. I am excited to share some of the insights we’ve learned over the years in this blog post.

Cloudflare’s research model

Principle Description
Team structure Hybrid approach. We have a program that allows research engineers to be embedded into product and operations teams for temporary assignments. This gives people direct exposure to practical problems.
Problem philosophy Impact-focused. We use our expertise and the expertise of partners in industry and academia to select projects that Continue reading

DC 14. Real case of using ZTP to setup Mellanox SN 2010 with Cumulus Linux.

Hello my friend,

Earlier in this year we’ve discussed zero touch provisioning using the Data Centre Fabric Enabler Infrastructure. As always in my articles, I’ve used wonderful VM images, which are freely available on the Internet. Nevertheless, when you deal with real boxes, various caveats might arise. Today we’ll review how to bring Mellanox switch SN 2010 to the operational state running Cumulus Linux using the ZTP framework I’ve already created.


1
2
3
4
5
No part of this blogpost could be reproduced, stored in a
retrieval system, or transmitted in any form or by any
means, electronic, mechanical or photocopying, recording,
or otherwise, for commercial purposes without the
prior permission of the author.

Thanks

Special thanks for Avi Alkobi from Mellanox and Pete Crocker and Attilla de Groot from Cumulus for providing me the Mellanox switch and Cumulus license for the tests.

Disclaimer

It is always exciting to do something for the first time. I have never written about any particular network device. Mostly because I always separate, as far as it is possible, the relationship between my current employer, which is The Hut Group as of today, and my blog. And this is the justification, why Continue reading

Updating graph databases with Cypher

Updating graph databases with Cypher Green et al., VLDB’19

This is the story of a great collaboration between academia, industry, and users of the Cypher graph querying language as created by Neo4j. Beyond Neo4j, Cypher is also supported in SAP HANA Graph, RedisGraph, Agnes Graph, and Memgraph. Cypher for Apache Spark, and Cypher over Gremlin projects are also both available in open source. The openCypher project brings together Cypher implementors across different projects and products, and aims to produce a full and open specification of the language. There is also a Graph Query Language (GQL) standards organisation.

Cypher is used in hundreds of production applications across many industry vertical domains, such as financial services, telecommunications, manufacturing and retails, logistics, government, and healthcare.

Personally I would have expected that number to be in the thousands by now and there are some suggestions that it is, however Neo4j are still only claiming ‘hundreds of customers’ on their own website.

The read-only core of the Cypher language has already been fully formalised. But when it came time to extend that formalism to include the update mechanisms, the authors ran into difficulties.

Our understanding of updates in the popular graph Continue reading

AT&T CEO Downplays Threat From Activist Investor Group

AT&T CEO Randall Stephenson described the series of demands made by an activist investor...

Read More »

© SDxCentral, LLC. Use of this feed is limited to personal, non-commercial use and is governed by SDxCentral's Terms of Use (https://www.sdxcentral.com/legal/terms-of-service/). Publishing this feed for public or commercial use and/or misrepresentation by a third party is prohibited.

BrandPost: 4 Common Use Cases for SD-WAN

Now that the technology has been with us for some time, interest in and adoption of software-defined wide-area networks (SD-WAN) is heating up. It’s a good time to look at what’s driving organizations to implement SD-WAN and what type of organizations the technology is best suited for.  The technology has clearly taken off. A 2018 survey of 225 IT professionals by SevOne found 66% of respondents already had at least some percentage of their WAN software-defined, and nearly 50% had active SD-WAN projects. Perhaps most impressive, 17% of respondents said they’d connect 100 or more remote sites within 12 to 18 months.To read this article in full, please click here