Home Blog Page 1048

Sony Launches Into Corporate Drone Business

A partnership between Sony and ZMP will see data-collecting drones developed for the enterprise.

Read more at ZDNet News

How to Deploy Data-Centers with Cluster and Add ISCSI Storage in RHEV Environment

In this part, we are going to discuss how to deploy data-center with one cluster which contains our two hosts in the RHEV environment. Both of two hosts connected to shared storage, additional to…

[[ This is a content summary only. Visit my website for full links, other content, and more! [[

 
Read more at TecMint

Steam On Linux Continues Climbing Past 1,300 Games

With new games seeming to come over to Linux every day courtesy of Steam — such as this week’s Star Wars port — we’re now well past 1,300 games available for SteamOS/Linux…

Read more at Phoronix

3-Way Disk Mirrors With ZFS On Linux

ZFS is a member of the newer generation of filesystems that include advanced features beyond simple file storage. Its capabilities are quite extensive covering a wide range of pain points hit with previous filesystems. The Wikipedia page details them all nicely but for the purpose of this post we will be focusing on its ability to create N-Way sets of disk mirrors.

Traditionally mirrored disk sets in Linux and other operating systems have been limited to two devices (note: devices in this context could be disks, partitions or even other raid groups, such is the case in raid 10 setups). While mirroring has the benefit over other raid levels in that each mirrored device contains a complete copy of the data, the two device limit became inadequate as disk sizes ballooned.  In the age of multi-TB drives, simply rebuilding a degraded mirrored array could actually cause the surviving device to fail, eliminating the very redundancy one was expecting.

ZFS addresses this particular problem in several ways through data checksumsself-healing and smart resilveringinstead of blindly rebuilding full array members even if only 1% of disk space is being used.

Read more at http://www.bhoey.com/blog/.

Linux Programmer Recruited by Google Four Times and Rejected, Joins Suit

There was something about Cheryl Fillekes that Google really liked. Over a seven-year period, Fillekes, who specializes in Unix and Linux system programming, was contacted by Google recruiters four different times for jobs. In each case, she did well enough in the phone interviews to get an invitation for an in-person interview.

Despite all these interviews, Fillekes never got a job offer, and Google is now getting an age discrimination lawsuit.

Fillekes joined a lawsuit filed in April by Robert Heath, who was 60 in 2011 when he applied for a job at Google. The age discrimination complaint was amended recently to include Fillekes.

Read more at Computerworld.

Startup Launches Big Data-as-a-Service

For many enterprises, big data is hard and slow. Procurement and deployment of data infrastructure can be both expensive and difficult to scale at the pace that data volumes can grow. A startup founded by former Netezza executives says that the answer to these data engineering woes is the cloud.

The startup, Cazena, came out of stealth today after two years of development with an enterprise big data-as-a-service offering intended to simplify and automate securely moving and optimizing big data processing in the cloud. It’s a managed service platform that founder and CEO Prat Moghe — who served as senior vice president of strategy, products and marketing at Netezza — says addresses the security and complexity challenges that have kept many enterprises from migrating their big data workloads to the cloud.

To read this article in full or to leave a comment, please click here

Read more at IT World

New MySQL Version Lands in All Supported Ubuntu OSes

Details about a number of MySQL vulnerabilities have been published by Canonical for its Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 LTS, and Ubuntu 12.04 LTS operating systems.

According to Canonical, a number of security issues have been found within MySQL, which means that it’s time to integrate yet another version from upstream sources. Nothing out of the ordinary has jumped out, but it’s a good idea to upgrade nonetheless.

“Multiple security issues were discovered in M… (read more)

Linux: How to Burn a CD/DVD Through the Command Line

Carrying out common daily tasks such as burning a DVD through the comfort of a user-friendly graphical interface is, of course, a good thing, but unfortunately things don’t always work as expected. When this is the case, Linux users can revert to the good old terminal to get things done no matter what. On this quick tutorial, we will see how Linux users can utilize the terminal to burn audio CDs, data DVDs or ISO images on a disk.

Read more at HowtoForge

Docker VP Marianna Tessel: What’s Next For Containers

Marianna TesselLinux container technology has evolved rapidly over the past year as adoption expands beyond large web companies to become the de facto way organizations are building distributed applications today. The technology has become more sophisticated to support multi-container, multi-host applications, and has even expanded beyond Linux to the Windows architecture, says Marianna Tessel, Senior Vice President of Engineering at Docker.

Docker, too, has evolved to meet its customers needs through both its commercial and open source projects.

“Docker containers initially started out as a developer tool and have evolved to incorporate the features and capabilities users need to deploy container technology in production,” Tessel said.

Docker is also now participating in the Open Container Project, a Linux Foundation Collaborative Project to create open industry standards around container formats and runtimes.

What’s next for container technology? Tessel will present her view in a keynote session at LinuxCon, CloudOpen and ContainerCon North America, Aug. 17-19, 2015. Here she discusses container technology as it exists today, how it has changed, and the role that the Open Container Project will play in advancing container technology in the coming months and years.

Linux.com: What is the state of container technology today? Where is it succeeding and what are its challenges?

Marianna Tessel: In a short period of time, container technology has rapidly evolved to affect the way users and companies build, ship and run distributed applications. Containers have transformed the capabilities of developers and the companies that they work for – increasing productivity while reducing cost.  

To give a couple of examples: Companies like ING are able to move faster through its development pipeline using Docker. In ING’s case, it went from a monolithic application with code changes into production measured in months, to 300 changes a day that go from code commit to production in 15 minutes. Other organizations are using container technology to streamline their legacy application architectures into a more agile microservices environment. Booz Allen is working with a large federal agency to create a secure DevOps framework for application development teams as they evolve legacy applications into distributed applications running in the cloud. These applications are used in managing the government-wide systems for those who award, administer, or receive federal financial assistance contracts and intergovernmental transactions. To create a unified developer experience and provide a uniform set of tooling and shared content, this large government agency is using container technology to break up these applications into microservices.

The biggest challenge with container technology is probably the rapid rate of adoption. Uptake is faster than anyone could have imagined so it has required Docker’s ecosystem to evolve rapidly. Users and organizations want a way to maintain a seamless experience through the development lifecycle.  As applications become sophisticated and containers more widely adopted, the ecosystem is evolving as well – offering more tooling and options such as networking, storage, monitoring, etc.

Is security still an issue for containers? Why or why not?

Tessel: It is not about securing the container, it is about securing the application. Container technology actually provides another layer of protection for applications by isolating the application from the host and between the applications themselves without using the incremental resources of the underlying infrastructure and by reducing the attack surface area of the host itself. Docker, for example, does this by leveraging and providing a usable interface to numerous security features in the Linux kernel. The security attributes of containers are well recognized and even banking institutions such as Capital One are containerizing some of their critical applications.

Security will continue to be a topic of innovation. As applications are continually changing, the best methods for securing the application will need to evolve as well. Docker is continuing to hone its security capabilities and techniques to evolve from developer tooling to more sophisticated solutions that operations teams use in production.  Docker Notary is designed to serve as a filter for the distribution of containers and Docker-related content in a project, including and especially in the production phase. This way, only digitally signed content that has been entered into Notary’s registration system, gets passed into production. Organizations using containers also need to ensure that they are developing in accordance with industry best practice recommendations. The Docker Bench for Security tool is a helpful utility that automates validating a host’s configuration against the CIS Benchmark recommendations.

How has container technology changed over the past year?

Tessel: Container technology has evolved in both breadth and depth over the last year, becoming the de facto standard for organizations to build, ship and run distributed applications. Docker containers initially started out as a developer tool and have evolved to incorporate the features and capabilities users need to deploy container technology in production. Containers have become more sophisticated and widely-deployed, expanding from a technology capable of managing single container applications to one that handles multi-container, multi-host distributed applications. As result, the type of organizations using container technology has expanded beyond the bleeding edge web companies. We continue to see new use cases and usages, such as,  “Container as a Service” and Big Data Analysis applications. Finally, one of the most significant changes in container technology is the multi-architecture expansion of containers beyond Linux and Solaris to also include Windows.

What role do you see the new Open Container Project playing in advancing container technology?

Tessel: Users can fully commit to container technologies today without worrying that their current choice of any particular infrastructure, cloud provider, DevOps tool, etc. will lock them into any technology vendor for the long run.  With one common standard, users can focus on choosing the best tools to build the best applications they can. Equally important, they will benefit by having the industry focus on innovating and competing at the levels that truly make a difference.  Ultimately, the OCP will ensure  that the original promise of containerization —portability, interoperability, and agility—aren’t lost as we move to a world of applications built from multiple containers run using a diverse set of tools across a diverse set of infrastructures.

How will Docker contribute to the new collaborative project?

Tessel: Docker is donating both a draft specification for the base format and runtime and the code associated with a reference implementation of that specification, to the OCP. Docker has taken the entire contents of the libcontainer project (github/docker/libcontainer), including nsinit, and all modifications needed to make it run independently of Docker, and donated it to this effort. This codebase, called runC, can be found at github/opencontainers/runc. libcontainer will cease to operate as a separate project. Docker will also contribute maintainers to the effort alongside CoreOS, Red Hat, and Google, as well as two independent developers.

Marianna Tessel has over 20 years of experience in engineering and leadership, having worked for both large organizations and startups. She now runs the engineering organization at Docker, which actively contributes to the open source project and is also responsible for Docker’s commercial offerings. Before joining Docker, she was VP of engineering at VMware, having led a team of hundreds of engineers and was responsible for developing various VMware vSphere subsystems. She is known for catalyzing tremendous technology ecosystem growth and was included on the 2013 Business Insider Top 25 Most Powerful Women Engineers in Tech list.

Register now for LinuxCon North America, to be held Aug. 17-19, 2015 at the Sheraton Seattle.

Feral Games Is Now Teasing A New Linux Game Port

Feral Interactive Games, the company that has ported games to Linux like XCOM: Enemy Unknown and Empire Total War and is doing the Batman Arkham Knight port, is teasing another upcoming Linux / OS X game release…

Read more at Phoronix