Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 ... 7359 ) Next »

Contribute at the Kernel and IoT edition Fedora test days

Fedora test days are events where anyone can help make sure changes in Fedora work well in an upcoming release. Fedora community members often participate, and the public is welcome at these events. If you’ve never contributed to Fedora before, this is a perfect way to get started. There are two upcoming test days in […]

How To Run Docker As Non-root User In Linux

This guide explains how to fix "permission denied while trying to connect to the Docker daemon socket" when you try to run Docker as non-root user in Linux.

Setting up F32WKS KVM VirtHost with remote access

I just assembled the set of instructions placing F32 (bare metal) workstation via linux bridge on office LAN, traditional KVM Virthost packages download and install and polkit service successful authorization which requires one additional command as advised in corresponding Bugzilla record.

Thin Mini-ITX SBC brews Coffee Lake with triple HDMI and PCIe x16

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Apr 10, 2020 3:44 PM CST)
  • Story Type: News Story
Avalue’s “EMX-H310DP” is a thin Mini-ITX board with 8th or 9th Gen Coffee Lake CPUs, up to 64GB DDR4, 3x HDMI, 2x SATA, 3x GbE, 3x USB 3.1 Gen2, 2x M.2, PCIe x16, and a 12-28V input. A few weeks after announcing an 8th Gen Whiskey Lake based EMX-WHL-GP thin Mini-ITX board, Avalue has unveiled […]

Volla Phone Will Be Shipping with Ubuntu Touch Pre-Installed

UBports Foundation and Hallo Welt Systeme UG announced today that the upcoming Volla Phone will be shipping with the Ubuntu Touch mobile operating system pre-installed.

Get started with Bash programming

  • Opensource.com (Posted by bob on Apr 10, 2020 1:18 PM CST)
  • Story Type: News Story
One of the original hopes for Unix was that it would empower everyday computer users to fine-tune their computers to match their unique working style. The expectations around computer customization have diminished over the decades, and many users consider their collection of apps and websites to be their "custom environment." One reason for that is that the components of many operating systems are not open, so their source code isn't available to normal users. read more

System76 Launches Lemur Pro Linux Laptop with Open Source Firmware

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Apr 10, 2020 12:03 PM CST)
  • Story Type: News Story
Linux computer manufacturer System76 has launched today the Lemur Pro Linux-powered laptop, a powerful, high-end machine that boasts amazing specs.

Using Fedora to quickly implement REST API with JavaScript

Fedora Workstation uses GNOME Shell by default and this one was mainly written in JavaScript. JavaScript is famous as a language of front-end development but this time we‘ll show it‘s usage for back-end. We‘ll implement a new API using the following technologies: JavaScript, Express and Fedora Workstation. A web browser is being used to call […]

Linux Foundation backs security-oriented seL4 microkernel operating system

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Apr 10, 2020 9:35 AM CST)
  • Story Type: News Story; Groups: Kernel, Linux
Want a truly secure operating system kernel? The Linux Foundation is partnering with Australia's national science agency, CSIRO, to roll out the seL4 microkernel.

3.5-inch Whiskey Lake SBC has mini-PCIe and dual M.2

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Apr 10, 2020 8:20 AM CST)
  • Story Type: News Story; Groups: Community
Aaeon’s 3.5-inch “GENE-WHU6” SBC runs on an 8th Gen Whiskey Lake CPU with up to 32GB RAM, 4x USB 3.2 Gen 2 ports, 2x GbE, and 2x M.2 slots, starting at under $1K. Over the last few days, Aaeon’s 8th Gen Whiskey Lake based PICO-WHU4 Pico-ITX board, which we covered in February, has received a […]

Tails 4.5 Anonymous OS Released with Secure Boot Support

The Debian-based Tails amnesic incognito live system has a new version, Tails 4.5, that ships with Secure Boot support, as well as all the latest software and security updates.

Mozilla Supports the Open COVID Pledge: Making Intellectual Property Freely Available for the Fight Against COVID-19

  • The Mozilla Blog; By Amy Keating (Posted by bob on Apr 10, 2020 6:17 AM CST)
  • Story Type: Announcements; Groups: Mozilla
COVID-19 has afflicted more than one million people worldwide, and the number continues to climb every day. However long the pandemic lasts, we know that scientists and others’ ability to …

How to install Dropbox through flatpak on CentOS 8.0

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 10, 2020 5:16 AM CST)
  • Story Type: Tutorial; Groups: Linux
Dropbox is a widely used software to share files in a cloud-based environment. In this article, you will learn how you can install Dropbox through flatpak on your CentOS 8.

Want to stay under the radar for a decade or more? This Chinese hacking crew did it... by aiming for Linux servers

BlackBerry says Winnti-derived group is playing it quiet with rootkit attacks. A group of hackers operating as an offshoot of China's Winnti group managed to stay undetected for more than a decade by going open source.…

HummingBoard Ripple SBC combines i.MX8M Mini with Lightspeeur AI chip

SolidRun has launched an open-spec, $170 and up “HummingBoard Ripple” Pico-ITX SBC, a stripped-down version of the HummingBoard Pulse that runs Linux on an i.MX8M Mini module with optional Lightspeeur SPR2803 neural accelerator. As we reported in our January catalog of 136 community-backed SBCs, SolidRun has been working on a more affordable, feature-reduced-feature HummingBoard Ripple […]

How to use ncurses widgets in shell scripts on Linux

  • Linuxconfig.org; By Egidio Docile (Posted by LinuxCareer on Apr 10, 2020 2:11 AM CST)
  • Story Type: Tutorial; Groups: Linux
In this tutorial we will learn the basics of the dialog utility, in order to use ncurses widget in our shell scripts. We will see how to install dialog in the most used Linux distributions, some of the common options we can use to alter the behavior of dialog, how to use some widgets; among the others: inputbox, checklist, radiolist and yesno. Finally, we will see how to use the data obtained by the widget processing.

Print double-sided documents at home with this simple Bash script

We have a laser printer at home. This Hewlett Packard LaserJet Pro CP1525nw Color Printer is an older model, but it has been a great workhorse that prints reliably and in color. I put it on our home network a few years ago using our Raspberry Pi as a print server. read more

How to install Python 2 and Python 3 on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 10, 2020 12:08 AM CST)
  • Story Type: Tutorial; Groups: Linux
Python is one of the most popular programming languages today. It has a simple syntax that is easy for beginners to understand. In this article, you will learn how to install Python 2 and Python 3 on CentOS 8.

How to Install Node.js on Debian 10 and configure Nginx as a Frontend Proxy Server

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 9, 2020 11:07 PM CST)
  • Groups: Debian, Linux; Story Type: News Story
Node.js is a free and open-source JavaScript platform that can be used to serve dynamic and responsive server-side content. In this tutorial, we will learn how to install and configure Node.js to handle backend requests and configure Nginx to handle front-end requests on Debian 10.

Targeted string replacements with sed and AWK

  • BASHing data; By Bob Mesibov (Posted by Bob_Mesibov on Apr 9, 2020 10:05 PM CST)
  • Story Type: Tutorial
Global replacement of A with B might be a mistake unless you're 100% sure that you really, truly want to replace every instance of A with B in the data file. It's much safer to do replacements targeted at particular instances of A, and this post reviews a few strategies for using sed and AWK for targeted string replacements.

« Previous ( 1 ... 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 ... 7359 ) Next »