Home Blog Page 876

2016 Survey Shows More and Diverse SDN Use Cases Being Deployed by Open SDN Power Users

By: Melissa Logan, Head of Marketing, OpenDaylight & Chris Buerger, OpenDaylight Marketing Chair

OpenDaylight Infographic 2016 user surveyIn OpenDaylight’s second User Survey, issued January 2016, more organizations are using or testing ODL to solve key network challenges as production-ready SDN deployments continue to rise. The most interesting emerging trend is the increase in diversity – diversity of use cases being tested and deployed, company sizes and industries being served, problems being solved, and technologies being used.

Seventy three percent of respondents were from end user organizations, primarily in the telco space, but we also saw organizations from new industry segments starting to participate, such as finance, entertainment and energy.

Key findings include:

Organizations diversify their use of the ODL platform. End users are doing more with ODL across a broader set of use case categories than before: Cloud and NFV (28 percent), Network Monitoring, Management and Analytics (27 percent), Traffic Engineering (26 percent), and New Service Creation (19 percent). Organizations are turning to ODL to solve a wider range of challenges such as Transport SD-WAN, DDoS protection, managing mixed networks, and many others that will explored in subsequent blogs. The community’s latest release Beryllium adds important functionality to enable this growing set of SDN use cases.

OpenDaylight is being deployed globally. We asked organizations to identify the top five countries where they have deployed ODL. Among the 23 countries represented, the top three were: United States (34 percent), China (14 percent), and Japan (9 percent). This was in line with the range of user stories that were shared in 2015. We’ll continue to track this trend in subsequent surveys.

Innovation, ecosystem and apps are key business drivers. We again asked organizations to rank the top reasons they use ODL and they were listed as follows:

  1. Greater ability to innovate and compete (ranked third on previous survey)
  2. Ability to leverage the growing OpenDaylight ecosystem of solutions and applications
  3. Ability to write my own network applications

Click to Tweet: http://ctt.ec/eoWQA

In the coming weeks we will issue a full report of the survey results, so stay tuned. The OpenDaylight User Survey allows us to better understand where, why and how ODL fits into organization’s deployment plans, giving us insights into how we can refine the platform and the end user experience.

Thank you to everyone who participated!

This blog post was originally published on OpenDaylight.org.

How to rotate logs manually in Linux?

In Linux every activity is monitored and logged in to their respective logs in /var/log folder. The depth of log information is dependent on the log configuration we did it in /etc/logrotate.d and we have to rotate them all the time to control how much space they use. When ever we install packages, the package copies its log configuration file to /etc/logrotate.d folder so that that specific application log files can be rotated. 

Normally in any Linux/Unix machine logs are rotated daily(/etc/cron.daily/) or weekly(/etc/cron.weekly) or monthly(/etc/cron.monthly) depending where we kept our logrotate script. My logrotate script is located in /etc/cron.daily which indicate my logs are rotated daily. One more facter logrotate depends when rotatting logs is log “status” file which is located at /var/lib/logrotate/status which stores when we rotated logs last time.

Let us see how we can rotate logs manually instead of waiting for hours.

Example1: In order to check what happens when we rotate log files manually before actually executing them can be done in debug mode(-d).

Read Full Post: http://www.linuxnix.com/how-to-rotate-logs-manually-in-linux/

Check Internet Speed with speedtest-cli on Debian and Ubuntu

Internet connection speed is something that we always check at our homes and offices. The most common method that we use is by visiting a speed test website like speedtest.net. On that site, a javascript application is loaded in the web browser which selects the best (nearby) server based on the ping time and then the speed test results for that server are shown. Speedtest.net also uses a flash player to produce the result graphically. The problem using these web based speed tests is that it does not allow you to schedule the speed test at regular intervals, e.g. as a cronjob and you can’t use them on headless servers. One application that can solve this problem is “speedtest-cli”. This application allows you to check your internet speed using the command line.

Read more at HowtoForge

Achieving Enterprise-Ready Container Tools With Wercker’s Open Source CLI

Deploy containers anywhere-Image-werckerAM copyFor enterprises, containers offer more efficient build environments, cloud-native applications and migration from legacy systems to the cloud. But enterprise adoption of the technology — Docker specifically — has been hampered by, among other issues, a lack of mature developer tools.

Amsterdam-based Wercker is one of many early-stage companies looking to meet the need for better tools with its cloud platform for automating microservices and application development, based on Docker.

The company announced a $4.5 million Series A funding round this month, which will help it  ramp up development on an upcoming on-premise enterprise product. Key to its success, however, will be building a community around its newly open-sourced CLI tool. Wercker must quickly integrate with myriad other container technologies — open source Kubernetes and Mesos among them — to remain competitive in the evolving container space.

“By open sourcing our CLI technology, we hope to get to dev-prod parity faster and turn “build once, ship anywhere” into an automated reality,” said Wercker CEO and founder Micha Hernández van Leuffen.

I reached out to van Leuffen to learn more about the company, its CLI tool, and how it’s planning to help grow the pool of enterprise customers actually using containers in production. Below is an edited version of the interview.

Linux.com: Can you briefly tell us about Wercker?

van Leuffen: Wercker is a container-centric platform for automating the development of microservices and applications.

With Wercker’s Docker-based infrastructure, teams can increase developer velocity with custom automation pipelines using steps that produce containers as artifacts. Once the build passes, users can continue to deploy the steps as specified in the wercker.yml. Continuously repeating these steps allows teams to work in small increments, making it easy to debug and ship faster.

Linux.com: What does this recently open-sourced CLI do?

van Leuffen: Using the Wercker Command Line Interface (CLI), developers can spin up Docker containers on their desktop, automate their build and deploy processes and then deploy them to various cloud providers, like AWS, and scheduler and orchestration platforms, such as Mesosphere and Kubernetes.

The Wercker Command Line Interface is available as an open source project on GitHub and runs on both OSX and Linux machines.wercker-cli

Linux.com: How does it help developers?

van Leuffen: The Wercker CLI helps developers attain greater dev-prod parity. They’re able to release faster and more often because they are developing, building and testing in an environment very similar to that in production. We’ve open sourced the exact same program that we execute in the Wercker cloud platform to run your pipelines.

Linux.com: Can you point out some of the features and advantages of your tool as compared to competitors?

van Leuffen: Unlike some of our competitors, we’re not just offering Docker support. With Wercker, the Docker container is the unit of work. All jobs run inside containers, and each build artifact can be a Docker container.

Wercker’s Docker container pipeline is completely customizable. A ‘pipeline’ refers to any automated workflow, for instance, a build or deploy pipeline. In those workflows, you want to execute tasks: install dependencies, test your code, push your container, or create a slack notification when something fails, for example. We call these tasks ‘steps,’ and there is no limit to the types of steps created. In fact, we have a marketplace of steps built by the Wercker community. So if you’ve built a step that fits my workflow, I can use that in my pipeline.

Our Docker container pipelines adapt to any developer workflow. Users can use any Docker container out there — not just those made by or for Wercker. Whether the container is on Docker Hub or a private registry such as CoreOS’s Quay, it works with Wercker.

Our competitors range from the classic CI/CD tools to larger-scale DevOps solutions like CloudBees.

Linux.com: How does it integrate with other cloud technologies?

van Leuffen: Wercker is vendor-agnostic and can automate development with any cloud platform or service. We work closely with ecosystem partners like Mesosphere, Kubernetes and CoreOS to make integrations as seamless as possible. We also recently partnered with Atlassian to integrate the Wercker platform with Bitbucket. More than 3 million Bitbucket users can install the Wercker Pipeline Viewer and view build status directly from their dashboard.

Linux.com: Why did you open source the Wercker CLI tool?

van Leuffen: Open sourcing the Wercker CLI will help us stay ahead of the curve and strengthen the developer community. The market landscape is changing fast; developers are expected to release more frequently, using infrastructure of increasing complexity. While Docker has solved a lot of infrastructure problems, developer teams are still looking for the perfect tools to test, build and deploy rapidly.

The Wercker community is already experimenting with these new tools: Kubernetes, Mesosphere, CoreOS. It makes sense to tap that community to create integrations that work with our technology – and make that process as frictionless as possible. By open sourcing our CLI technology, we hope to get to dev-prod parity faster and turn “build once, ship anywhere” into an automated reality.

Linux.com: You recently raised over $4.5 million, so how is this fund being used for product development?

van Leuffen: We’re focused on building out our commercial team and bringing an enterprise product to market. We’ve had a lot of inbound interest from the enterprise looking for VPC and on-premise solutions. While the enterprise is still largely in the discovery stage, we can see the market shifting toward containers. Enterprise software devs need to release often, just like the small, agile teams with whom they are increasingly competing. We need to prove containers can scale, and that Wercker has the organizational permissions and the automation suite to make that process as efficient as possible.

In addition to continuing to invest in our product, we’ll be focusing our resources on market education and developer evangelism. Developer teams are still looking for the right mix of tools to test, build and deploy rapidly (including Kubernetes, Mesosphere, CoreOS, etc.). As an ecosystem, we need to do more to educate and provide the tutorials and resources to help developers succeed in this changing landscape.

Linux.com: What products do you offer and who is your target audience?

van Leuffen: We currently offer one service level of our product Wercker; however, we’re developing an enterprise offering. Current organizations using Wercker range from startups, such as Open Listings, to larger companies and big agencies, like Pivotal Labs.

Hacker Explains How He Put “Backdoor” in Hundreds of Linux Mint Downloads

A lone hacker who duped hundreds of users into downloading a version of Linux with a backdoor installed has revealed how it was done.

Lefebvre said in a blog post that only downloads from Saturday were compromised, and subsequently pulled the site offline to prevent further downloads. The hacker responsible, who goes by the name “Peace,” told me in an encrypted chat on Sunday that a “few hundred” Linux Mint installs were under their control — a significant portion of the thousand-plus downloads during the day.

But that’s only half of the story.

Peace also claimed to have stolen an entire copy of the site’s forum twice — one from January 28, and most recently February 18, two days before the hack was confirmed.

Read more at ZDNet

OpenDaylight Issues Fourth SDN Release

The OpenDaylight Project this week unveiled its fourth open source SDN platform release, which features enhancements in automation, resource optimization, and visibility and control.

OpenDaylight Beryllium improves on the performance, scalability and functionality of the three previous releases – Hydrogen, Helium and Lithium, OpenDaylight officials say. But Beryllium will also includes clustering and high availability, improved data handling, AMQP messaging for transport, abstraction and management extensions, and a new GUI. Beryllium features improved analysis and testing of clustering, where multiple instances of ODL act as one logical controller….

Read more at NetworkWorld

Study: Linux Desktop Should Have About 40% in a World Without Windows Piracy

study-linux-desktop-piracyA connection has been found between the software piracy and the adoption of Linux systems, according to a study published at the University of Oslo.

Some studies only reveal stuff that is way too obvious or that seems to be related to common sense. For example, this latest study titled “Software Piracy and Linux Adoption” published at the University of Oslo, by Arne Rogde Gramstad, shows that there might be a connection between software piracy and the rate of adoption for Linux systems.

This kind of information now seems obvious in retrospect,…

Read more at Softpedia

NXP Unveils a Tiny 64-Bit ARM Processor for the Internet of Things

NXP-AMNXP Semiconductors has unveiled what it calls the world’s smallest and lowest-power 64-bit ARM processor for the Internet of Things (IoT).

The tiny QorIQ LS1012A delivers networking-grade security and performance acceleration to battery-powered, space-constrained applications. This includes powering applications for Internet of Things, or everyday objects that are smart and connected. If IoT is to reach its potential of $1.7 trillion by 2020 (as estimated by market researcher IDC), it’s going to need processors like the new one from NXP, which was unveiled at the Embedded World 2016 event in Nuremberg, Germany.

Read more at VentureBeat

Beware of Hacked ISOs If You Downloaded Linux Mint on February 20th!

Clement Lefebvre writes: I’m sorry I have to come with bad news. We were exposed to an intrusion today. It was brief and it shouldn’t impact many people, but if it impacts you, it’s very important you read the information below.

What happened?

Hackers made a modified Linux Mint ISO, with a backdoor in it, and managed to hack our website to point to it.

Does this affect you?

As far as we know, the only compromised edition was Linux Mint 17.3 Cinnamon edition.

Read more at Linux Mint Blog

Remix OS, A Desktop-Focused Version of Android, Is Coming to Older PCs

Read more at The Verge