Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 ... 7359 ) Next »

SUSE releases major Linux update

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Jul 21, 2020 6:18 PM EDT)
  • Story Type: News Story; Groups: Linux, SUSE
SUSE just rolled out SUSE Linux Enterprise 15 Service Pack 2 and its latest system management program, SUSE Manager 4.1

Open source cross-platform development with TotalCross

  • Opensource.com (Posted by bob on Jul 21, 2020 1:03 PM EDT)
  • Story Type: News Story
There's a question that pops up quite frequently at TotalCross—in our day-to-day work, after presentations, in Reddit discussions, and sometimes even in our Telegram channel. Let's answer it once and for all: No, TotalCross Virtual Machine is not another Java Virtual Machine. This article explains the differences between the two, how TotalCross interacts with Java, and how to know which is best for your application. read more

How to Improve Your Linux PC Audio with PulseEffects

  • Make Tech Easier; By Odysseas Kourafalos (Posted by damien on Jul 21, 2020 11:49 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Is it possible to get a better sound quality from your computer? You'll learn here how to improve your Linux PC audio with PulseEffects.

KaOS - Lean KDE Distribution Brings Latest Release

KaOS, the lean and slick KDE based distribution announced its latest release "2020.07".

Manage network connections from the Linux command line with nmcli

  • Opensource.com (Posted by bob on Jul 21, 2020 9:20 AM EDT)
  • Groups: Linux; Story Type: News Story
The nmcli command lets you tap into the power of the NetworkManager tool directly from the Linux command line. It's an integral part of the NetworkManager package that makes use of an application programmer's interface (API) to access NetworkManager's functionality. read more

New Pinebook Pro ARM Linux Laptop Batch Is Now Available for Pre-Order from $199.99

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Jul 21, 2020 8:06 AM EDT)
  • Story Type: News Story; Groups: ARM
PINE64 announced today that a new Pinebook Pro batch is now available for pre-order from $199.99 USD, with an estimated shipping date of late August 2020.

RISC-V based PolarFire SoC debuts on open-spec, $499 dev kit

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jul 21, 2020 6:52 AM EDT)
  • Story Type: News Story; Groups: Linux
Microchip is crowdfunding a $499, open-spec “PolarFire SoC Icicle Kit” that runs Linux on its FPGA-enabled, SiFive U540 based PolarFire SoC and offers 2x GbE ports plus CAN, mikroBus, PCIe x4, and RPi 40-pin expansion. It’s rare to see a major tech vendor like Microchip launch a product on a crowdfunding site, but then again […]

Secure Nginx with Let's Encrypt on Ubuntu 20.04

Let’s Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates. Certificates issued by Let’s Encrypt are trusted by all major browsers and valid for 90 days from the issue date. This tutorial explains how to install a free Let’s Encrypt SSL certificate on Ubuntu 20.04, running Nginx as a web server. We’ll also show how to configure Nginx to use the SSL certificate and enable HTTP/2.

Open source and health leaders join forces to fight coronavirus

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jul 21, 2020 4:23 AM EDT)
  • Story Type: News Story; Groups: Community, Linux
The Linux Foundation has launched a new initiative to use open-source technologies to help public health authorities (PHAs) combat COVID-19: Linux Foundation Public Health.

Beginner's Guide to Analyzing Logs in Linux With journald Command

  • Linux Handbook; By Abhishek Prakash (Posted by abhishekpc on Jul 21, 2020 3:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
systemd is the default on most of the major Linux distributions. One of the main features of systemd is the way it collects logs and the tools it gives for analyzing those logs. Here's a beginner's guide to using journalctl commands for viewing, filtering and analyzing journal logs in Linux.

Analyzing systemd calendar and timespans

  • Opensource.com (Posted by bob on Jul 21, 2020 1:54 AM EDT)
  • Story Type: News Story
In my previous seven articles in this series about systemd, and especially in the most recent article, time and date have come up in multiple contexts. systemd uses calendar time, specifying one or more moments in time to trigger events (such as a backup program), as well as timestamped entries in the journal. It can also use timespans, which define the amount of time between two events but are not directly tied to specific calendar times. read more

How to Install GitLab with Docker on Ubuntu 20.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 21, 2020 12:40 AM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
In this tutorial, we will show you how to install GitLab using the Docker and Docker Compose. Also, we will be using the Ubuntu 20.04 as our primary operating system, and install docker from the official Ubuntu FocalFossa repository.

ExifCleaner – image metadata tool

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Jul 20, 2020 11:26 PM EDT)
  • Story Type: Reviews; Groups: Linux
ExifCleaner lets you remove privacy-invading information from your photos.

How to setup NTP server and client on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 20, 2020 10:11 PM EDT)
  • Story Type: Tutorial; Groups: Debian
NTP stands for Network Time Protocol. It is a protocol or service which is used to synchronize the clock of your client machines with the clock of a server. In this article, I am going to show how you can set up an NTP server in your environment.

Spam Classification with ML-Pack

  • Fedora Magazine (Posted by bob on Jul 20, 2020 8:57 PM EDT)
  • Groups: Fedora; Story Type: News Story
Howto for using ML-Pack for spam classification on Fedora. Ml-Pack is a small footprint C++ Machine Learning Library.

Using ifstat for Linux network statistics

A basic look at the ifstat command, its options, and output.

How to create Multi-Container Pods in Kubernetes

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 20, 2020 6:28 PM EDT)
  • Groups: Linux; Story Type: News Story
Pods usually have a single container i.e. single container pods are the most common use case and it is not necessary to have a single container in the pod. One of the reasons to use a multi-container pod is simpler communication between containers. In this article, we will create a pod with 2 containers inside it. This example will help to understand the creation of a pod with multiple containers.

How To Install R and R Studio Server On Centos

  • couponmonk.us/blog/; By Aadi (Posted by aadiphull on Jul 20, 2020 5:14 PM EDT)
  • Story Type: Tutorial; Groups: Linux
R is extensively used for data processing and analyzing. Learn how to install R, Rstudio Server and Rstudio connect to build Web Apps.

How to Use Sudo without Password in Linux

  • Make Tech Easier; By Odysseas Kourafalos (Posted by damien on Jul 20, 2020 4:00 PM EDT)
  • Story Type: Tutorial; Groups: Linux
If you're the only one using your Linux computer, why have it continuously nag you for password? Learn how to use sudo without a password in Linux.

An introduction to mutation testing in Python

  • Opensource.com (Posted by bob on Jul 20, 2020 2:45 PM EDT)
  • Groups: Python; Story Type: News Story
You have tests for everything; maybe you even have a badge in your project repository stating 100% test coverage. But what are these tests helping you do? How do you know? read more

« Previous ( 1 ... 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 ... 7359 ) Next »