Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 929 930 931 932 933 934 935 936 937 938 939 ... 7359 ) Next »

Deploy and remove a web server with Ansible

Ansible is an agentless IT automation tool that unravels the mystery of how work gets done. Many sysadmins run Ansible ad hoc commands or playbooks daily to handle their automated tasks. They rely on Ansible's default command-line interface (CLI) output to visualize and understand what happens after their command or playbook finishes running.

Redcore Linux Still Aims to Bring Gentoo Linux to the Masses, Now Ships with Linux 5.14

The Redcore Linux Project announced today the release of Redcore Linux 2102 as the latest version of their Gentoo-based GNU/Linux distribution for the masses.

Diagnose connectivity issues with the Linux ping command

Networked computers are so common these days that most of us take it for granted that a computer on one side of a room can contact one on the other side of the room, much less the other side of the world. When it works as designed, networking is what makes the Internet, the cloud, file shares, media streaming, remote administration, printing, and much more possible. When something goes wrong, it can sometimes be challenging to diagnose. One of the most fundamental diagnostic tools for networked connectivity is the ping command.

Docker and Fedora 35

In June of 2020, we published an article related to running Docker and Fedora 32. We described various workarounds that were required to run Docker, and we explained the bothersome situation at that time. But Docker has evolved, and it’s time to return to our previous tutorial. Thus, today we’ll talk about using Docker on Fedora Linux 35.

Linux for Starters: Your Guide to Linux – Wine – Part 21

Wine (originally an acronym for “Wine Is Not an Emulator”) is a free and open-source compatibility layer that aims to allow computer programs developed for Microsoft Windows to run on Unix-like operating systems including Linux. This article walks you through the installation process.

Ubuntu 21.04 and 20.04 LTS Users Get New Linux Kernel Security Update, Patch Now

Canonical published a new Linux kernel security update for Ubuntu 21.04 and Ubuntu 20.04 LTS systems running Linux kernel 5.11 to address a total of eight security vulnerabilities.

Inspect the capabilities of ELF binaries with this open source tool

If Linux is your primary working environment, then you might be familiar with the Executable and Linkable Format (ELF), the main file format used for executables, libraries, core-dumps, and more, on Linux. I've written articles covering native Linux tools to understand ELF binaries, beginning with how ELF binaries are built, followed by some general tips on how to analyze ELF binaries. If you are not familiar with ELF and executables in general, I suggest reading these articles first.

How to Install and Configure Fail2ban on Ubuntu 20.04

Fail2ban is an open-source tool used to help you protect your server from cyber-attacks.

Juno readies Intel Tiger Lake-H and AMD Ryzen 5000U Linux-based laptops

The refreshed Juno lineup includes the budget-oriented 15-inch Nyx models with AMD Ryzen 7 5700U processors and integrated Vega 7 graphics, the Saturn mid-ranger with intel COre i7-11800H and RTX 3050 / 3050 Ti dGPU options, and the Neptune high-end solutions with i7-11800H and Max-Q variants of the RTX 3070 / 3080 dGPUs.

Supply chain woes lead to a “temporary” Raspberry Pi 4 price hike

Pandemic-driven supply chain problems have prompted the first-ever price increase for a Raspberry Pi product, according to Raspberry Pi founder Eben Upton. Acknowledging that the 2GB configuration of the Raspberry Pi 4 and the Raspberry Pi Zero had been particularly hard-hit by shortages, Upton announced that the price of the 2GB Pi 4 would increase from $35 to $45 and that a previously discontinued version of the Pi 4 with 1GB of RAM would be reintroduced at $35.

VirtualBox 6.1.28 Released with Initial Support for Linux 5.14 and 5.15 Kernels

Oracle released today VirtualBox 6.1.28 as a hefty update to their open-source and cross-platform virtualization software for GNU/Linux, macOS, and Windows systems.

Microsoft tells sysadmins to update PowerShell 7 to fix flaw that could expose credentials in Linux

Microsoft has issued a stark warning to system administrators, advising them of the importance of updating PowerShell 7 as soon as possible. Versions prior to PowerShell 7.0.8 and PowerShell 7.1.5 are vulnerable to a .NET Core Information Disclosure flaw that is being tracked as CVE-2021-41355. There is a degree of urgency to upgrading to a non-vulnerable version of PowerShell, as the flaw could expose credentials in plain text in Linux.

Software Freedom Conservancy sues Vizio for GPL violations

The major US TV vendor Vizio stands accused of failing to fulfill the basic requirements of the General Public License (GPL) in its TV source code. The Software Freedom Conservancy (SFC), a non-profit organization that promotes open-source software and defends the free software General Public License (GPL), has sued major TV vendor Vizio for abusing the GPL.

It's heeere: Node.js 17 is out - but not for production use, says dev team

  • The Register; By Tim Anderson (Posted by bob on Oct 20, 2021 5:48 AM CST)
  • Story Type: News Story; Groups: Developer
EcmaScript 6 modules will not stop growing use of Node, claims chair of Technical Steering Committee. Node.js 17 is out, loaded with OpenSSL 3 and other new features, but it is not intended for use in production – and the promotion for Node.js 16 to an LTS release, expected soon, may be more important to most developers.…

AlmaLinux Announces ‘ELevate’ For CentOS 7 to AlmaLinux 8 Migrations

It’s now easier to migrate from CentOS 7 to AlmaLinux 8, Oracle Linux 8, or Rocky Linux 8, thanks to a new project from AlmaLinux.

New Linux laptop offers RTX 3080 and 144 Hz 17-inch screen

Linux users like to game, too, and the Juno Neptune 17-inch V3 laptop announced this week ensures that people on Ubuntu can play their favorite titles on the go. Keeping up with the Alienwares, Asus ROGs, and other Windows-focused gaming brands, the new portable packs up to an RTX 3080 discrete graphics card and the 8-core Intel Core i7-11800H. And it lets you experience all the action on a spacious, 17.3-inch screen with a 144 Hz refresh rate. A colorfully backlit keyboard completes the package.

How to Install and Use PIP Python Package Manager on Debian 11

Pip is a widely used package manager for the Python programming language. It is being used for installing and managing additional packages that are not available in the Python standard library. In this article, I will show you how to install and use Pip on Debian 11.

KDE Plasma 5.23 Gets First Point Release, Plasma Wayland Sees More Improvements

The KDE Project announced today the availability of KDE Plasma 5.23.1 as the first point release to the latest and greatest KDE Plasma 5.23 desktop environment series.

Some regex tests with grep, sed and AWK

  • BASHing data; By Bob Mesibov (Posted by Bob_Mesibov on Oct 20, 2021 12:09 AM CST)
  • Story Type: Tutorial
In my data work I regularly do searching and filtering with GNU grep (version 3.3), GNU sed (4.7) and GNU AWK (4.2.1). I don't know if they all use the same regex engine, but I've noticed differences in regex speed between these three programs. This post documents some of the differences.

How to Run Android Apps on Linux

Ever wanted to run an Android app on Linux but didn’t want to mess with debugging bridges, development environments, or sideloading apps? An app called Anbox makes it possible, and we show you how to use it.

« Previous ( 1 ... 929 930 931 932 933 934 935 936 937 938 939 ... 7359 ) Next »