Open-source News

Microsoft Teams for Linux Could Soon Be a Real Thing - Softpedia News

Google News - Wed, 08/07/2019 - 15:59
Microsoft Teams for Linux Could Soon Be a Real Thing  Softpedia News

Microsoft might launch a Linux version of Microsoft Teams at some point in the future, according to company engineers working on the project. Microsoft Teams ...

RADV Driver Plumbs Navi Support For Performance-Improving DCC On Storage Images

Phoronix - Wed, 08/07/2019 - 15:33
Another set of patches was merged on Tuesday for the upcoming Mesa 19.2 to further along its Radeon "Navi" support within the RADV Vulkan driver...

Navigating the Bash shell with pushd and popd

opensource.com - Wed, 08/07/2019 - 15:02

The pushd and popd commands are built-in features of the Bash shell to help you "bookmark" directories for quick navigation between locations on your hard drive. You might already feel that the terminal is an impossibly fast way to navigate your computer; in just a few key presses, you can go anywhere on your hard drive, attached storage, or network share. But that speed can break down when you find yourself going back and forth between directories, or when you get "lost" within your filesystem.


read more

Intro to Corteza, an open source alternative to Salesforce

opensource.com - Wed, 08/07/2019 - 15:01

Corteza is an open source, self-hosted digital work platform for growing an organization's productivity, enabling its relationships, and protecting its work and the privacy of those involved. The project was developed entirely in the public domain by Crust Technology. It has four core features: customer relationship management, a low-code development platform, messaging, and a unified workspace.


read more

Why fear of failure is a silent DevOps virus

opensource.com - Wed, 08/07/2019 - 15:00

Do you recognize the following scenario? I do, because a manager once stifled my passion and innovation to the point I was anxious to make decisions, take risks, and focus on what's important: "uncovering better ways of developing software by doing it and helping others do it" (Agile Manifesto, 2001).

Developer: "The UX hypothesis failed. Users did not respond well to the new navigation experience, resulting in 80% of users switching back to the classic navigation."


read more

How to Create a New Sudo User on Ubuntu

Tecmint - Wed, 08/07/2019 - 14:00
In Linux and other Unix-like systems, the root account has the highest access rights on the system. It is used specifically for system administration purposes. The root user (sometimes referred to as the superuser)...

NetworkManager 1.20 Released With WiFi Mesh Network Support, WireGuard Improvements

Phoronix - Wed, 08/07/2019 - 13:00
NetworkManager 1.20 is now available as the newest feature update for this widely used configuration component for the Linux networking stack...

Etnaviv Gallium3D Picks Up A NIR Compiler

Phoronix - Wed, 08/07/2019 - 12:11
Landing on Tuesday ahead of this week's Mesa 19.2 feature freeze is an experimental NIR compiler for the Etnaviv Gallium3D driver that provides open-source OpenGL driver support for Vivante graphics IP...

Integration overload? Global systems integrators can help

Red Hat News - Wed, 08/07/2019 - 12:00

Harnessing the power of emerging technologies like artificial intelligence, machine learning and big data analytics to make smarter business decisions and improve customer experiences?

Sure, that sounds great. It will, however, require that you make some complex technology decisions that work for your unique business needs. 

Microsoft Open-Sources TensorWatch AI Debugging Tool | Linux.com | The source for Linux information - Linux.com

Google News - Wed, 08/07/2019 - 09:26
Microsoft Open-Sources TensorWatch AI Debugging Tool | Linux.com | The source for Linux information  Linux.com

Microsoft Research open-sourced TensorWatch, their debugging tool for AI and deep-learning. TensorWatch supports PyTorch as well as TensorFlow eager ...

Sysdig Injects More AI into Container Security | Linux.com | The source for Linux information - Linux.com

Google News - Wed, 08/07/2019 - 09:25
Sysdig Injects More AI into Container Security | Linux.com | The source for Linux information  Linux.com

At the Black Hat USA conference, Sysdig today announced it has extended the capabilities of Sysdig Secure to include runtime profiling and anomaly detection ...

Microsoft Open-Sources TensorWatch AI Debugging Tool

Linux.com - Wed, 08/07/2019 - 09:16

Microsoft Research open-sourced TensorWatch, their debugging tool for AI and deep-learning. TensorWatch supports PyTorch as well as TensorFlow eager tensors, and allows developers to interactively debug training jobs in real-time via Jupyter notebooks, or build their own custom UIs in Python. (Source: InfoQ)

Sysdig Injects More AI into Container Security

Linux.com - Wed, 08/07/2019 - 09:13

At the Black Hat USA conference, Sysdig today announced it has extended the capabilities of Sysdig Secure to include runtime profiling and anomaly detection enabled by machine learning algorithms with Kubernetes environments. At the same time, Sysdig unveiled Falco Rule Builder, a more flexible user interface (UI) for creating runtime security policies, which integrates tightly with Sysdig Secure.

Red Hat Launches Enterprise Linux 7.7 | Linux.com | The source for Linux information - Linux.com

Google News - Wed, 08/07/2019 - 09:11
Red Hat Launches Enterprise Linux 7.7 | Linux.com | The source for Linux information  Linux.com

Red Hat today announced the general availability of Red Hat Enterprise Linux 7.7, the final Full Support Phase release of the Red Hat Enterprise Linux 7 ...

FFmpeg 4.2, Open-Source Multimedia Framework Released

Linux.com - Wed, 08/07/2019 - 09:10

The FFmpeg project released a new major version of their open-source and cross-platform multimedia framework used by numerous games and applications, FFmpeg 4.2. Dubbed "Ada," the FFMpeg 4.2 series introduces some exciting new features and improvements, among which we can mention support for decoding AV1 files via the libdav1d library, support for ARIB STD-B24 caption (profiles A and C) based on the libaribb24 library, and support for decoding HEVC 4:4:4 content in nvdec and cuviddec.

Red Hat Launches Enterprise Linux 7.7

Linux.com - Wed, 08/07/2019 - 09:06

Red Hat today announced the general availability of Red Hat Enterprise Linux 7.7, the final Full Support Phase release of the Red Hat Enterprise Linux 7 platform. As hybrid and multicloud computing helps to transform enterprise IT, Red Hat Enterprise Linux 7.7 delivers enhanced consistency and control across cloud infrastructure for IT operations teams while also providing a suite of modern, supported container creation tools for enterprise application developers.

SWAPGS Attack, New Speculative Execution Flaw Affects All Modern Intel CPUs

Linux.com - Wed, 08/07/2019 - 09:04

A new variant of the Spectre (Variant 1) side-channel vulnerability has been discovered that affects modern Intel CPUs which leverage speculative-execution, and some AMD processors as well, Microsoft and Red Hat warn. Identified as CVE-2019-1125, the vulnerability could allow unprivileged local attackers to access sensitive information stored in the operating system privileged kernel memory, including passwords, tokens, and encryption keys, that would otherwise be inaccessible. (Source: Hackernews)

SWAPGS Vulnerability in Modern CPUs Fixed in Windows, Linux, ChromeOS - BleepingComputer

Google News - Wed, 08/07/2019 - 08:27
SWAPGS Vulnerability in Modern CPUs Fixed in Windows, Linux, ChromeOS  BleepingComputer

Both Microsoft and Redhat have released advisories about a new variant of the Spectre 1 speculative execution side channel vulnerabilities that could allow a ...

CVE-2019-1125 "SWAPGS" Is The Newest Spectre Vulnerability

Phoronix - Wed, 08/07/2019 - 07:41
CVE-2019-1125 was made public today or also referred to as the "SWAPGS" vulnerability as a new variant of Spectre V1 affecting Windows and Linux with Intel (and according to mixed information, AMD - though the current Linux kernel patches at least seem to only apply to Intel) x86_64 processors...

How To Use Linux for an ESXi NFS Server - Virtualization Review

Google News - Wed, 08/07/2019 - 04:26
How To Use Linux for an ESXi NFS Server  Virtualization Review

Tom Fenton explains which Linux distribution to use, how to set up a Network File Share (NFS) server on Linux and connect ESXi to NFS.

Pages