Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 847 848 849 850 851 852 853 854 855 856 857 ... 7359 ) Next »

Ardour 6.9 Open-Source DAW Released with All-New Plugin Manager, Many Improvements

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Aug 14, 2021 11:55 AM EDT)
  • Story Type: News Story; Groups: Linux
Ardour 6.9 open-source and cross-platform digital audio workstation (DAW) has been released today and it’s now available to download with various new features and many improvements.

How to Install ModSecurity with Nginx on Rocky Linux 8

ModSecurity or often referred to as Modsec is a free, open-source web application firewall (WAF). ModSecurity was created as a module for the Apache HTTP Server. However, since its early days, the WAF has grown and now covers an array of HyperText Transfer Protocol request and response filtering capabilities for various platforms such as Microsoft IIS, Nginx, and of course, Apache. In the following tutorial, you will learn how to install ModSecurity with Nginx on Rocky Linux 8.

Setting up KDE Plasma on Rocky Linux 8.4 KVM/VBOX-6.1.26 Guest on Server F34

Following below is a brief set of instructions setting up KDE Plasma on RockyLinux along with Gnome Desktop Manager which is actually needed to support graphical login, otherwise system might be started via text login followed by "startx". The core idea is to install and activate just GDM to make graphical login enabled on Rocky Linux 8.4

How to Delete Empty Lines in Files Using Grep, Sed, and Awk

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Aug 14, 2021 8:12 AM EDT)
  • Story Type: Tutorial; Groups: Linux
An experienced Linux user knows exactly what kind of a nuisance blank lines can be in a processable file. These empty/blank lines not only get in the way of correctly processing such files but also make it difficult for a running program to read and write the file.

Intel’s Elkhart Lake powers three new thin Mini-ITX boards

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Aug 14, 2021 6:57 AM EDT)
  • Story Type: News Story; Groups: Intel
MiTac’s “PD10EHI,” DFI’s “EHL171/EHL173,” and ASRock’s ”IMB-1004” thin Mini-ITX boards extend Intel’s 10nm Atom x6000 with triple displays, USB 3.1 Gen2, SATA, M.2, and PCIe. DFI and ASRock also offer 2.5GbE. Earlier this week, ICP Germany announced a thin Mini-ITX PD10EHI board with Elkhart lake (Atom x6000, etc.) from its manufacturing partner MiTac, but the […]

Install Linux with LVM

  • Opensource.com; By Kenneth Aaron (Posted by bob on Aug 14, 2021 5:43 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Mint
A couple of weeks ago, the good folks at Linux Mint released version 20.2 of their open source operating system. The installer built into the live ISO is excellent and only requires a few clicks to install the OS. You even have a built-in partitioner if you want to customize your partitions.

Code memory safety and efficiency by example

C is a high-level language with close-to-the-metal features that make it seem, at times, more like a portable assembly language than a sibling of Java or Python. Among these features is memory management, which covers an executing program's safe and efficient use of memory. This article goes into the details of memory safety and efficiency through code examples in C and a code segment from the assembly language that a modern C compiler generates.

Parse command options in Java with commons-cli

  • Opensource.com; By Seth Kenlon (Posted by bob on Aug 14, 2021 3:14 AM EDT)
  • Story Type: Tutorial; Groups: Developer
When you enter a command into your terminal, whether it's to launch a GUI app or just a terminal app, there are often options (sometimes called switches or flags) you can use to modify how the application runs. This is a standard set by the POSIX specification, so it's useful for a Java programmer to know how to detect and parse options.

Emulate the Amiga home computer with Linux

  • LinuxLinks.com; By John O'Donnell (Posted by sde on Aug 14, 2021 2:00 AM EDT)
  • Story Type: News Story; Groups: Games, Linux
The Amiga is a family of personal computers. It’s the last truly great gaming home computer before the dominance of the PC and the 32-bit games consoles.

How to Install Ubuntu Alongside With Windows in Dual-Boot

  • Tecmint; By Ravi Saive (Posted by tecmint on Aug 14, 2021 12:45 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial will guide you on how you can perform the installation of Ubuntu 20.04, Ubuntu 19.04, Ubuntu 18.10, or Ubuntu 18.04 in dual-boot with a Microsoft Operating System on machines that come pre-installed with Windows 10.

How to Install WordPress with LAMP and free Let's Encrypt SSL on Rocky Linux

WordPress is one of the most popular Content Management Systems (CMS) right now, it's used by millions of people. In this guide, you will learn how to install WordPress CMS on the Rocky Linux 8.4. You will be installing WordPress under the LAMP Stack (Linux, Apache2/httpd, MySQL/MariaDB, and PHP).

How To Backup And Restore Data Using Restic In Linux

This guide explains what is Restic, how to install Restic in various Linux distributions, and finally how to backup and restore data using Restic in Linux operating systems.

How to Install Netdata Monitoring Tool on Ubuntu 20.04

  • Rose Hosting Blog; By Jeff Wilson (Posted by RoseHosting on Aug 13, 2021 9:02 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Server monitoring is the main and most important part of Linux administration. Regardless of the complexity of our infrastructure – a single VPS or high availability clusters, we should constantly monitor many different aspects of our network and hardware infrastructure. to ensure that everything is functioning as it should be, in order to avoid possible issues.

Ubuntu Remote Desktop: How to Set Up and Connect to it

Remote Desktop is a service that allows you to take over and use another computer remotely. This step-by-step guide explains how you can enable an Ubuntu remote desktop so that you can access and control it remotely.

i.MX8M Plus powered Pico-ITX has stackable expansion board

Ibase’s “IBR215” Pico-ITX SBC runs Linux or Android on the i.MX8M Plus with 3GB LPDDR4, 64GB eMMC, 2x GbE, 3x USB, HDMI, M.2 B-key, and an optional expansion board with E-key, mini-PCIe, 2x CAN, 2x MIPI-CSI, and more. Ibase announced a 105 x 72mm “2.5-inch” SBC based on NXP’s quad -A53, 2.3-TOPS i.MX8M Plus. The […]

Open Mainframe Project Announces the Full Schedule for the 2nd Annual Open Mainframe Summit on September 22-23

The open source mainframe virtual event features keynote speakers from DeployHub, FINOS, Jono Bacon Consulting, the Linux Foundation, ZEDEDA and more  SAN FRANCISCO, August 12, 2021 – The Open Mainframe Project (OMP), an open source initiative that enables collaboration across the mainframe community to develop shared tool sets and resources, today announces the complete schedule […]

Use dnf updateinfo to read update changelogs

The Fedora Linux distro provides many utilities for managing and analyzing its constituent software components. Check out this article to learn about dnf updateinfo.

Monitor your Linux system in your terminal with procps-ng

  • Opensource.com; By Seth Kenlon (Posted by bob on Aug 13, 2021 9:35 AM EDT)
  • Story Type: Tutorial; Groups: Kernel, Linux
A process, in POSIX terminology, is an ongoing event being managed by an operating system’s kernel. A process is spawned when you launch an application, although there are many other processes running in the background of your computer, including programs to keep your system time accurate, to monitor for new filesystems, to index files, and so on.

The Linux Foundation and Fintech Open Source Foundation Announce the Agenda for Open Source Strategy Forum London 2021, Oct 4-5

Experts from financial services, technology and open source will come together to deepen collaboration and drive innovation across the industry in order to deliver better code, faster. SAN FRANCISCO, August 11, 2021 —  The Linux Foundation, the nonprofit organization enabling mass innovation through open source, and co-host Fintech Open Source Foundation (FINOS), a nonprofit whose […]

35 Practical Examples of Linux Find Command

  • Tecmint; By Ravi Saive (Posted by tecmint on Aug 13, 2021 7:06 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux find command is one of the most important and frequently used command command-line utility in Unix-like operating systems. The find command is used to search and locate the list of files and directories based on conditions you specify for files that match the arguments.

« Previous ( 1 ... 847 848 849 850 851 852 853 854 855 856 857 ... 7359 ) Next »