Open-source News

Improving Trust and Security in Open Source Projects

The Linux Foundation - Wed, 02/19/2020 - 00:00
Improving Trust and Security in Open Source Projects

A proposal to build and operate a program called the Trust and Security Initiative (TSI) and a set of recommendations for other security issues that need investment and help.

If you open the news on any given day and read about the latest data breach, you are reminded that software security is hard.

When you take a step back and think about the volume of emerging technology and think about industry trends such as increasing the velocity of software releases and the reuse of code and services, you could be forgiven for holding your hands up and concluding that things are trending in the wrong direction for us to ever have secure software.

Read More

Thank you for your interest in the Core Infrastructure Initiative’s Census efforts! We are always looking for new partners to join us in our mission to strengthen the security and health of key open source projects. To get more involved, please enter your name and preferred email address, then check any boxes below that apply:



input[type=text] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #000;
outline: none;
background-color: #fff;
}

input, select, textarea{
color: #000;
}
textarea:focus, input:focus {
color: #000;
}

input[type=button], input[type=submit], input[type=reset] {
border: none;
color: #fff;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
label{
color: #000;
}

textarea {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #000
border-radius: 4px;
background-color: #000;

resize: none;
}
First Name

Last Name

Email*

GitHub

Please select one of the options below:
I am a part of a company that would like to partner with CII to share data on FOSS usage.
I am a developer that would be interested in participating in the FOSS Contributor survey.
I would like to receive the results and findings of the developer survey when they are available.
I would like to receive the CII Census final report when it is available.

document.getElementById('txtUrl').value = window.location.href;

(function($) { $("#myform").on("submit", function(e) { e.preventDefault(); $.ajax({ url: $(this).attr("action"), type: 'POST', data: $(this).serialize(), beforeSend: function() { $("#myform").toggle(); $("#message").html("Thank you for your submission."); }, success: function(data) { $("#message").hide(); msg = $(data).find("p"); $("#response").html(msg); } }); }); })(jQuery);
jQuery("#loginbtn").click(function() { //jQuery("#myform").toggle(); // toggle will show hidden element and vice versa });

The post Improving Trust and Security in Open Source Projects appeared first on The Linux Foundation.

Intel Continues Optimizing Linux Memory Placement For Optane DC Persistent Memory

Phoronix - Tue, 02/18/2020 - 21:26
With a new patch series for the Linux kernel, memory access performance by one measurement can improve by 116% on a dual socket Intel server with Optane DC Persistent Memory...

Linux 5.7 Picking Up Support For A High-End USB-C Audio Interface

Phoronix - Tue, 02/18/2020 - 17:54
More high-end audio gear is finally transitioning from Firewire to USB-C and one of these new high-end audio interfaces will be supported by the Linux 5.7 kernel this spring...

How to Install Mautic Marketing Automation Tool in Linux

Tecmint - Tue, 02/18/2020 - 16:09
Mautic is a free open source, web-based and leading marketing automation tool that enables you to understand, manage, and grow your business or organization conveniently. It is highly customizable and extensible, to meet your...

10 Grafana features you need to know for effective monitoring

opensource.com - Tue, 02/18/2020 - 16:03

The Grafana project started in 2013 when Torkel Ödegaard decided to fork Kibana and turn it into a time-series and graph-focused dashboarding tool. His guiding vision: to make everything look more clean and elegant, with fewer things distracting you from the data.


read more

Getting started with OpenTaxSolver

opensource.com - Tue, 02/18/2020 - 16:02

OpenTaxSolver is an open source application for US taxpayers to calculate their state and federal income tax returns. Before I get into the software, I want to share some of the information I learned when researching this article. I spent about five hours a day for a week looking into open source options for doing your taxes, and I learned about a lot more than just tax software.


read more

Building a community of practice in 5 steps

opensource.com - Tue, 02/18/2020 - 16:00

In the first part of this series, we defined community as a fundamental principle in open organizations, where people often define their roles, responsibilities, and affiliations through shared interests and passions, not title, role, or position on an organizational chart.


read more

How to embed Twine stories in WordPress

opensource.com - Tue, 02/18/2020 - 16:00

From the very beginning, I wanted the "About me" page on my WordPress website romanluks.eu to be interactive.

At first, I experimented with Dart, a programming language developed by Google that transcompiles into JavaScript. I killed the project when I realized I was making a game instead of an "About me" page.


read more

Pages