Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 ... 7443 ) Next »

Simplify data visualization in Python with Plotly

  • Opensource.com (Posted by bob on May 28, 2020 12:16 PM EDT)
  • Groups: Python; Story Type: News Story
Plotly is a plotting ecosystem that allows you to make plots in Python, as well as JavaScript and R. In this series of articles, I'm focusing on plotting with Python libraries. Plotly has three different Python APIs, giving you a choice of how to drive it: read more

PoE-ready Ryzen V1000 SBC is all about camera control

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 28, 2020 11:02 AM EDT)
  • Story Type: News Story; Groups: Embedded
Axiomtek’s “MIRU130” SBC targets embedded vision applications with a Ryzen V1000 SoC, 4x USB 3.1 Gen2, HDMI and DP ports, cam triggers and lighting controls, 2x M.2, PCIe x16, and 4x GbE ports, 2x of which offer PoE. Axiomtek recently launched a CAPA13R, joineing Seco’s similarly 3.5-inch SBC-C90 as the only SBCs we have seen […]

You Can Now Buy a Raspberry Pi 4 Computer with 8GB RAM

The Raspberry Pi Foundation announced today the availability of the latest Raspberry Pi 4 single-board computer with no less than 8GB RAM, which is on sale now for only $75 USD.

Understanding the Color Code of Linux Files

  • 2daygeek.com; By Magesh Maruthamuthu (Posted by 2daygeek on May 28, 2020 8:33 AM EDT)
  • Story Type: Tutorial; Groups: Linux
You may know that everything is a file on Linux, including a hard disk, graphics card, USB, etc. Linux uses color code to distinguish file types. This tutorial helps you learn about color coding of Linux files.

Manage startup using systemd

While setting up a Linux system recently, I wanted to know how to ensure that dependencies for services and other units were up and running before those dependent services and units start. Specifically, I needed more knowledge of how systemd manages the startup sequence, especially in determining the order services are started in what is essentially a parallel system.

CoreOS Container Linux Reached End of Life, Here Are Some Alternatives

On May 26th, 2020, the Container Linux distribution by CoreOS has officially reached end of life, which means that it will no longer be supported or maintained.

Machine vision computer supports 5GBase-T cameras

Imago’s Linux-ready “VisionBox AGE-X5” computer has an Intel 6th Gen CPU plus 2x 5GbE ports for driving new 5GBase-T cameras. Also onboard: 2x GigE, 4x USB 3.0, DIO, LED controllers, and camera triggers. In recent years we have seen a growing number of embedded boards and systems with 2.5GbE and 10GbE ports, but no 5GbE […]

Using regmaps to make Linux drivers more generic

Device drivers can support more revisions and SoC platforms by abstracting away specific hardware interface layouts. Let's examine a specific instance of this process, namely the effort to make the MIPI DSI host controller driver more generic.

Sysadmin careers: The 5 steps of problem solving

One of the best things that my mentors helped me with was the formulation of a defined reasoning process that I could always use for solving problems of nearly any type. That process, the algorithm, is very closely related to the scientific method and is what we will cover in this article. This is your five-step guide to problem-solving like a boss.

Apache Pulsar joins Kafka in Splunk Data Stream Processor

  • Tech Target; By Sean Michael Kerner (Posted by red5 on May 28, 2020 2:24 AM EDT)
  • Story Type: News Story; Groups: Apache, Cloud
Splunk is integrating open source Apache Kafka capabilities alongside Apache Pulsar support to better enable its latest Data Stream Processor release.

Linux-powered wireless gateway supplies four surge-protected serial ports

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 28, 2020 1:22 AM EDT)
  • Story Type: News Story; Groups: Linux
Artila’s compact “IoT Gateway Matrix-704” runs Linux on a Microchip SAMA5D35 and provides GbE and Fast Ethernet, mini-PCIe and micro-SIM slots, a USB port, and 4x isolated, surge protected RS-485 ports. Artila has introduced several of its Matrix IoT gateways with isolated serial ports, including the Matrix-710 and Matrix-713. Its new Matrix-704 can have its […]

Turn Your Raspberry Pi into an Ad-Blocker

Learn how to turn your Raspberry Pi into an ad-blocker. You can then block ads across your devices that are connected to your network.

Cinnamon 4.6 Arrives with Fractional Scaling, Nemo Improvements, and More

  • 9to5Linux; By Marius Nestor (Posted by hanuca on May 27, 2020 11:19 PM EDT)
  • Story Type: News Story
The Cinnamon 4.6 desktop environment has started appearing in the stable software repositories of popular GNU/Linux distributions, so I’ve compiled a list of the new features and improvements.

How to Install Java Runtime in Ubuntu

  • Make Tech Easier; By Odysseas Kourafalos (Posted by damien on May 27, 2020 10:18 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Java is not installed by default in Ubuntu, but it is required to run Java applications. Here we will show you how to install Java runtime in Ubuntu.

Raspberry Pi 4: Chronicling the Desktop Experience – Calculators – Week 31

There’s sophisticated software available for the Raspberry Pi 4 which offers the ability to process complex mathematical functions, plot 2D and 3D graphs, and much more. In this article I’m surveying some of the notable calculator software available for the tiny machine.

Data visualization made simple in Python with Seaborn

  • Opensource.com (Posted by bob on May 27, 2020 8:15 PM EDT)
  • Groups: Python; Story Type: News Story
Plotting in Seaborn is much simpler than in Matplotlib. While Matplotlib makes the hard things possible, Seaborn makes complicated things uncomplicated by giving you a range of plot types that "just work." read more

Magento E-Commerce Platform installation with Apache2 and Let's Encrypt on Ubuntu 20.04

Magento is a free and open-source e-commerce web application that allows you to create a fully functional eCommerce store in minutes. In this tutorial, we will show you how to install Magento E-commerce platform with Apache and Let's Encrypt SSL on Ubuntu 20.04.

Configure Mouse Settings on a Debian System

  • vitux.com; By Karim Buzdar (Posted by vitux on May 27, 2020 6:12 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Debian lets you make a lot of configurations to even the smallest of the system modules, because it is an open source OS. One thing that you can configure, among these, is the way you want to use your external USB mouse. In this article, we will describe how to configure your Mouse in detail on Debian 10.

Getting Started With Nano Text Editor Beginner’s Guide

  • It's FOSS; By Abhishek Prakash Chaturvedi (Posted by abhishekpc on May 27, 2020 5:10 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Though Nano is less complicated to use than the likes of Vim and Emacs, it doesn’t mean Nano cannot be overwhelming to use. Learn how to use Nano text editor.

How To Restore Executable Permission To Chmod Command In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on May 27, 2020 3:56 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The executable permission of chmod command has been removed accidentally. How do you restore executable permission to chmod command In Linux?

« Previous ( 1 ... 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 ... 7443 ) Next »