Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 862 863 864 865 866 867 868 869 870 871 872 ... 7359 ) Next »

Analyze the Linux kernel with ftrace

An operating system's kernel is one of the most elusive pieces of software out there. It's always there running in the background from the time your system gets turned on. Every user achieves their computing work with the help of the kernel, yet they never interact with it directly. The interaction with the kernel occurs by making system calls or having those calls made on behalf of the user by various libraries or applications that they use daily. read more

Funding Sources Like Corporate Sponsors/Patrons/Masters Put at Risk the Freedom of Free Software

Sources of funding or “sponsors” such as large corporations typically come with some barely-visible or temporarily-invisible strings attached (an expectation of commercial reciprocity, rendering the recipients subservient like ‘slaves’) and we need to understand how to preserve software freedom in the face of such trends

Setup Local WordPress Development Environment In Linux

This tutorial explains what is LocalWP, benefits of using LocalWP, how to install LocalWP to deploy and setup local WordPress development environment in Linux.

RK3566 powered mini-PC offers optional Wi-Fi 6 and 5G

Zidoo’s “M6” mini-PC runs Linux or Android on an RK3566 with up to 8GB RAM, 128GB eMMC, 3x USB, HDMI, GbE, 802.11ax, and mini-PCIe and SIM slots. Chinese media player and set-top manufacturer Zidoo has unveiled a mini-PC built around Rockchip’s 1.8GHz, quad-core, Cortex-A55 RK3566. The Zidoo M6 runs Android 11, Ubuntu 18.04, buildroot and […]

DXVK 1.9.1 Improves Support for Far Cry 5, GTA IV, Risen 3, Roblox, and Other Games

DXVK, the open-source Vulkan-based implementation of D3D9, D3D10, and D3D11 on Linux, has been updated to version 1.9.1 with more improvements for your favorite games.

How to Install MERN Stack for JS based applications on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 27, 2021 4:06 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
The MERN Stack is made from four components: MongoDB, ExpressJS, ReactJS, and NodeJS. It provides a bundle of JavaScript technologies used for building dynamic JS websites. In this guide, we will show you how to install the MERN stack on Ubuntu 20.04.

How to Install elementary Tweaks Tool

This quick tutorial demonstrates the steps to install elementary Tweaks tool/Pantheon Tweaks Tool.

RK3399 mini-PC offers wide range of TV tuner and wireless options

Geniatech’s $179-and-up “APC820” media player mini-PC runs Android or Linux on Rockchip’s RK3399 with up to 4GB RAM and 128GB eMMC plus GbE, HDMI in and out, 4x USB, and optional TV tuners, WiFi/BT, LTE, and other wireless links. Geniatech has launched a media-focused, wireless ready mini-PC based on the Rockchip RK3399 aimed at “commercial […]

Linux Mint 20.2 arrives: Top desktop Linux keeps improving

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jul 27, 2021 12:23 AM EDT)
  • Story Type: News Story; Groups: Linux, Mint
New desktop Linux distros arrive a couple of times a week, but Linux Mint retains its hold on my desktop because it works well, and with every release, it only gets better.

How to Untar tar.gz File in Linux by Using the Command Line

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Jul 26, 2021 11:08 PM EDT)
  • Story Type: Tutorial; Groups: Linux
A lot of the downloadable Linux/Unix files found on the internet are compressed using a tar.gz format. In this article you will learn how to extract tar.gz files in Linux systems through the command line using the tar command.

How to Install Elasticsearch on Debian 11 Bullseye

Elasticsearch is a highly scalable open-source full-text search and analytics engine. The software supports RESTful operations that allow you to store, search, and analyze big volumes of data quickly and in near real-time. In the following tutorial, you will learn how to install Elastic Search on Debian 11 Bullseye.

How to Install NodeJS 14 / 16 & NPM on Rocky Linux 8

  • Tecmint; By James Kiare (Posted by tecmint on Jul 26, 2021 8:40 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Built on Chrome’s V8 engine, Node.JS is open-source, and event-driven Javascript runtime that is designed to build scalable applications and backend APIs. NodeJS is lightweight and efficient, thanks to its non-blocking I/O model and event-driven architecture. This makes it a perfect choice for handling data-intensive real-time applications. It is cross-platform and totally free to download and use.

Linux for Starters: Your Guide to Linux – Getting Help – Part 11

  • LinuxLinks.com; By Steve Emms (Posted by sde on Jul 26, 2021 7:25 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
This article explains the main ways you can get help direct from your new Ubuntu system. This is best used in conjunction with help from other sources such as friends, colleagues, forums, and other sources of information.

Fit for purpose: The case for the purpose-built database

One size does not fit all Sponsored Remember when the only database in town was relational? Things have changed in 20 years. Today, the venerable old relational database management system (RDBMS) still presides, but the market is also filled with new database types designed for different kinds of jobs.…

How to use cron on Linux

  • Opensource.com; By Seth Kenlon (Posted by bob on Jul 26, 2021 4:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The cron system is a method to automatically run commands on a schedule. A scheduled job is called a cronjob, and it’s created in a file called a crontab. It’s the easiest and oldest way for a computer user to automate their computer.

Get started with WildFly for Java web development

  • Opensource.com; By Ranabir Chakraborty (Posted by bob on Jul 26, 2021 3:42 PM EDT)
  • Story Type: Tutorial; Groups: Developer
WildFly is a production-ready, cross-platform, flexible, lightweight, managed application runtime that provides all the necessary features to run a Java web application. It is also a Java EE 8 certified application server almost exclusively in Java, and it implements the Jakarta EE, which was the Java Platform, Enterprise Edition (Java EE) specifications. Therefore you can run it on any operating system.

9to5Linux Weekly Roundup: July 25th, 2021

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Jul 26, 2021 2:28 PM EDT)
  • Story Type: Roundups; Groups: Linux
The forty-third installment of the 9to5Linux Weekly Roundup is here for the week ending on July 25th, keeping you guys up to date with the most important things happening in the Linux world.

Command line quick tips: wc, sort, sed and tr

Linux distributions are great to use and they have some tricks under their sleeves which users may not be aware of. Let’s have a look at some command line utilities which really come in handy when you’re the guy that likes to stick with the terminal rather than using a GUI.  We all know that […]

Basic Linux Kernel module administration commands

The kernel of a Linux system is the core that everything else in the operating system relies on. The functionality of the kernel can be extended by adding modules to it. As such, a user can fine tune their kernel settings by enabling or disabling modules. This level of granular control is one of the many reasons why users love Linux in the first place.

Linux GECOS information demystified

If you ever wanted to know what GECOS is and why it's important to you, here are the answers

« Previous ( 1 ... 862 863 864 865 866 867 868 869 870 871 872 ... 7359 ) Next »